-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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 core dumps on latest Linux kernel #231204
Labels
Comments
Running gdb to inspect the core dump: coredumpctl gdb 3173
Unfortuantely I don't know C, so I can't debug further. But it seems like some kind of buffer overflow according to ChatGPT. I can help with more debugging if needed. |
Found the main issue: nwg-piotr/nwg-look#74 (comment) I don't know how that happens, but hey electron stuff. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does this issue occur when all extensions are disabled?: Yes
$ uname -a Linux hoppingturtles 6.11.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Oct 2024 20:11:06 +0000 x86_64 GNU/Linux
Steps to Reproduce:
--disable-extensions --disable-gpu --verbose
.Logs of
journalctl -xe -r
:Logs
It was working fine yesterday, but I believe it stopped working after I upgraded my linux kernel.
The text was updated successfully, but these errors were encountered: