-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Segfaults with 1.408-vsc1.32.0 #346
Comments
Interesting. Have prior versions worked for you? |
@kylecarbs Yes. I reverted to 1.32.0-310 and it works. |
Hm. Could be due to the glibc version. Will investigate. |
Running in gdb on debian buster i get the following error
|
gdb backtrace on Ubuntu 18.04: $ gdb ./code-server
(gdb) run
Starting program: /home/ymmt/code-server1.408-vsc1.32.0-linux-x64/code-server
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff6a79700 (LWP 1402)]
[New Thread 0x7ffff6278700 (LWP 1403)]
[New Thread 0x7ffff5a77700 (LWP 1404)]
[New Thread 0x7ffff5276700 (LWP 1405)]
Thread 1 "code-server" received signal SIGSEGV, Segmentation fault.
0x00007ffff6c085a1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007ffff6c085a1 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x0000000000a1c428 in v8::String::NewFromUtf8(v8::Isolate*, char const*, v8::String::NewStringType, int) ()
#2 0x0000000000854074 in node::SetupProcessObject(node::Environment*, int, char const* const*, int, char const* const*) ()
#3 0x000000000083d2dc in node::Environment::Start(int, char const* const*, int, char const* const*, bool) ()
#4 0x000000000085979d in node::Start(uv_loop_s*, int, char const* const*, int, char const* const*) ()
#5 0x0000000000858840 in node::Start(int, char**) ()
#6 0x00007ffff6a9bb97 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x000000000081e7b9 in _start () |
Running on Ubuntu 16.04.1 note: alias startcode='code-server --cert=/home/spollack/certs/MyCertificate.crt --cert-key=/home/spollack/certs/MyKey.key -d ' spollack@ctms-nuc:~/ctms/Temperature$ startcode CTMS |
Found the issue. Will have a fix out soon! |
Seems the same issue on my host.
|
having the same problem on Ubuntu 18.04 |
It's an issue with |
Will the fix be released today? |
Same issue, is it fixed? |
It is working now. Wasn't working on Ubuntu 18.04.2 LTS for me. Worked on 16.04.6 and 18.10. Now it works on 18.04.2 LTS as well. It seems the issue was fixed. |
I have the same issue on Clear Linux, and like those on Ubuntu, the previous release works for me. |
I just created two new droplets for testing and it is working now. Try to "apt update && apt upgrade" on your distro or whatever package manager it uses and try again. See if it works. Redownload the latest release as well. |
No change.
|
I have the same issue in Ubuntu 18.04 LTS. Thread 1 "code-server" received signal SIGSEGV, Segmentation fault. |
Fixed with the latest release! |
Confirmed the new release fixed the issue. Thank you!! |
I can confirm it works for me as well! |
code-server
version: 1.408-vsc1.32.0Description
code-server
segfaults immediately with following strace and dmesg logs.Steps to Reproduce
Just run
code-serve
.The text was updated successfully, but these errors were encountered: