-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
A serious performance problem about Disposable #9375
Labels
Comments
christlee1989
pushed a commit
to christlee1989/theia
that referenced
this issue
Apr 20, 2021
Signed-off-by: 李云峰 <[email protected]>
1 task
christlee1989
pushed a commit
to christlee1989/theia
that referenced
this issue
Apr 20, 2021
Signed-off-by: 李云峰 <[email protected]>
vince-fugnitto
added
performance
issues related to performance
quality
issues related to code and application quality
labels
Apr 20, 2021
colin-grant-work
pushed a commit
that referenced
this issue
May 28, 2021
Signed-off-by: 李云峰 <[email protected]>
gbodeen
pushed a commit
to gbodeen/theia
that referenced
this issue
Jun 1, 2021
Signed-off-by: 李云峰 <[email protected]>
gbodeen
pushed a commit
to gbodeen/theia
that referenced
this issue
Jun 1, 2021
Signed-off-by: 李云峰 <[email protected]>
dna2github
pushed a commit
to dna2fork/theia
that referenced
this issue
Aug 25, 2021
Signed-off-by: 李云峰 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Description:
If you call the Disposable.push method multiple times and pass in the same disposable instance, it will cause the "dispose" method to be nested wrapped, which will lead to serious performance problems(Maximum call stack size exceeded).
packages/core/src/common/disposable.ts
packages/core/src/browser/shell/tab-bar-toolbar.tsx
Steps to Reproduce:
in packages/core/src/common/disposable.ts
in packages/core/src/browser/shell/tab-bar-toolbar.tsx
Additional Information
The text was updated successfully, but these errors were encountered: