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

EH crashes while debugging #196140

Closed
roblourens opened this issue Oct 21, 2023 · 7 comments
Closed

EH crashes while debugging #196140

roblourens opened this issue Oct 21, 2023 · 7 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@roblourens
Copy link
Member

I have been seeing the local EH crash while debugging OSS, not doing anything unusual. Here's one .dmp. I have a lot, can share more, but can't remember which ones happened while debugging, or other times.

f338f2ba-c639-4882-8f09-1ac6f05b396a.dmp

@hlovdal
Copy link

hlovdal commented Oct 21, 2023

EH means what?

@roblourens
Copy link
Member Author

Extension Host process

@rzhao271
Copy link
Contributor

Symbolicated
Looks like an out of memory error.

symbolicated-f3.log

@NeonWizard
Copy link

Adding context from when I've run into this issue:

I discovered this issue only happens when VSCode has my project directory open - any other directories are fine. I have a massive folder (4 gigabytes) in this project directory which contains logs from test runs. When I removed the folder, the issue disappeared.

You can easily reproduce this issue by creating a sub-directory of size 4GB or larger, opening the Javascript Debug Terminal, and typing npm --version or npm --help. I have no idea why these commands are affected by directory size.

@deepak1556
Copy link
Collaborator

@connor4312 can you look into the above report, I am not sure how the explorer contents interact with the debug session but 4GB indicates the process is hitting the heap limit.

@connor4312
Copy link
Member

I believe this may be due to a leak of the DWARF wasm worker. It is fixed in the next nightly build, please let me know if anyone hits this afterwards.

@connor4312 connor4312 added the info-needed Issue requires more information from poster label Oct 31, 2023
@vscodenpa
Copy link

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

7 participants