Zulip Chat Archive
Stream: general
Topic: VSCode now crashing before loading
Jeremy Tan (Jun 07 2024 at 01:57):
Currently when I try to start up VSCode (snap on Ubuntu 23.10) it's immediately crashing without ever displaying the previous file from the last session. This is the error log (obtained with code --verbose
):
Is there anything I can do?
Jeremy Tan (Jun 07 2024 at 01:59):
Lean is fine, VSCode is not
Jeremy Tan (Jun 07 2024 at 02:00):
Screencast-from-2024-06-07-10-00-18.webm
Jeremy Tan (Jun 07 2024 at 02:05):
I've tried uninstalling and reinstalling VSCode to no effect
Jon Eugster (Jun 07 2024 at 06:02):
unfortunately I have no idea, but the wording of this last line
[18344:0607/095410.294018:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye.
is somewhat amusing, Goodbye:saluting_face::skull:
Jeremy Tan (Jun 07 2024 at 06:54):
I found after searching for that error message that one of the workarounds (code --in-process-gpu
at CLI) works
Jeremy Tan (Jun 07 2024 at 06:54):
This appears to be a mismatch between Ubuntu's glibc version and VSCode
Last updated: May 02 2025 at 03:31 UTC