-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Crash on startup after using a devcontainer #170999
Comments
It is now crashing every time I launch it.
Traces
I am not sure if it is related to using a devcontainer anymore, but the issue started since I did use a devcontainer. |
Please let me know if any update or need more information to investigate. |
Symbolicated log: symbolicated-output.log The crash occurs in For reference, the commit above was first released in Chromium M109, which is available in Electron 23. VS Code 1.74.2 uses Electron 19.1.8. |
Does the crash repro when you run with |
I am not able to launch VSCode with this command:
|
Seems like you are running under Xorg, you would need to switch your desktop enviroment to use wayland and then try. |
I enabled Traces
|
If I uninstall VSCode |
@deepak1556 As per #180283 I tried what you suggested by launching |
@0xteo does the issue repro with latest stable |
@deepak1556 Yes, still occurs with |
Thanks for testing, can you provide the crash logs for |
Please check if the issue is present with latest stable |
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! |
I have this issue with one of my devcontainers also. I started happening on my Windows 11 with WSL2, first time i launch it and open in devcontainer it works and then next time i open VSCode it freezes during the process of installing extensions. VSCode freezes and I need to close it by the popup. If I open it again and not using the devcontainer it works. I bought an Macbook M3 Pro instead and cloned my repo, opened VSCode, re-opened in Devcontainer and it worked flawless first time. Exit VSCode, container closes, open VSCode again, re-opened in Devcontainer -- VSCode freezes during extension initialization. Im able to use VSCode and the docker containers without any issues as long as i dont use the devcontainer option. Ive tried VSCode troubleshooting to disable/enable each extension -- didnt help. No issues found. Im new to Apple, how can I provide logs for you?
|
@beejaz I recommend creating a new issue with a crash report if possible. |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
I am not able to find a way to reproduce all the time yet, as the only solution I've found yet to get VSCode working again is to uninstall, clear the cache and install it again...
Most of the time that is how it happens:
Traces (I closed the window after waiting half a minute)
I've followed the process: https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-a-crash-report
A
.dmp
file has been saved in thepending
folder only: 915824c2-b41e-495f-a623-221878bda069.zipDevcontainer configuration
Dockerfile
devcontainer.json
post_create.sh
post_started.sh
The text was updated successfully, but these errors were encountered: