Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多层嵌套内存泄漏问题 #1548

Open
liudoenba opened this issue Mar 12, 2025 · 2 comments
Open

多层嵌套内存泄漏问题 #1548

liudoenba opened this issue Mar 12, 2025 · 2 comments
Assignees
Labels
Need Reproduction 需要复现步骤

Comments

@liudoenba
Copy link

问题描述

有三个应用,A为主应用,A嵌入B,B嵌入C,出现了内存泄漏问题 Maximum call stack size exceeded

复现步骤

经测试,1.0.0-rc.19之前的版本没有这个问题,从1.0.0-rc.20版本开始出现

@liudoenba
Copy link
Author

报错指向代码位置: rawRootElement.prototype.querySelector = function querySelector(selectors: string) {
// 此处无线递归调用
}

@timhub66 timhub66 added the Need Reproduction 需要复现步骤 label Mar 12, 2025
Copy link

Hello @liudoenba. In order to facilitate location and troubleshooting, we need you to provide a realistic GitHub repository.
您好 @liudoenba, 为了方便定位和排查问题,我们需要您提供一个重现实例,请提供一个尽可能精简的 GitHub 仓库地址。

@timhub66 timhub66 self-assigned this Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need Reproduction 需要复现步骤
Projects
None yet
Development

No branches or pull requests

2 participants