-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Vscode hangs when expanding folder with 200K files #34841
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
freeze-slow-crash-leak
VS Code crashing, performance, freeze and memory leak issues
perf
tree-widget
Tree widget issues
Comments
Related topic: https://code.visualstudio.com/docs/setup/linux#_error-enospc |
bpasero
added
the
freeze-slow-crash-leak
VS Code crashing, performance, freeze and memory leak issues
label
Sep 25, 2017
After increasing the Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded
at t.onInsertItems (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:218597)
at t.onItemExpanded (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:721646)
at t.onModelEvents (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:717366)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:716809
at r (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:90777)
at t.e._emitToBulkListeners (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:92856)
at t.e._emitEvents (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:92938)
at file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:92185
at r (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:90777)
at t.e._emitToBulkListeners (file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.js:28:92856)
e.onUnexpectedError @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:29 |
Smells like tree @joaomoreno |
Strange, that method isn't even recursive. |
Call stack contains other things eg. arguments passed to it which could exceed call stack size as well so it might be something else than recursion... |
joaomoreno
added
the
*duplicate
Issue identified as a duplicate of another issue(s)
label
Nov 23, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
freeze-slow-crash-leak
VS Code crashing, performance, freeze and memory leak issues
perf
tree-widget
Tree widget issues
There are also around 200K error messages in the developer console, says something like
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: