Segfaults with 1.408-vsc1.32.0
See original GitHub issuecode-server
version: 1.408-vsc1.32.0- OS Version: Ubuntu 18.04
Description
code-server
segfaults immediately with following strace and dmesg logs.
$ strace code-server |& tail
munmap(0x2410692cf000, 200704) = 0
munmap(0x3bcf58285000, 503808) = 0
mmap(0x2478d1600000, 1048576, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x2478d1600000
munmap(0x2478d1680000, 524288) = 0
mmap(0x2478d1600000, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2478d1600000
mmap(0x3b2f0f880000, 1048576, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x3b2f0f880000
munmap(0x3b2f0f900000, 524288) = 0
mmap(0x3b2f0f880000, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3b2f0f880000
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xfbad2087} ---
+++ killed by SIGSEGV (core dumped) +++
$ dmesg | tail -1
[1176551.897021] code-server[88087]: segfault at fbad2087 ip 00007fc4e215f5a1 sp 00007ffcb60abcd8 error 4 in libc-2.27.so[7fc4e1fd1000+1e7000]
Steps to Reproduce
Just run code-serve
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:20 (5 by maintainers)
Top Results From Across the Web
Segmentation fault (core dumped) #352 - coder/code-server
code-server version: 1.408-vsc1.32.0-linux-x64 OS Version: Ubuntu 18.04.2 LTS Description I get Segmentation fault (core dumped) on new release.
Read more >Error: exited with null when starting shared process on latest ...
code-server version: 1.408-vsc1.32.0; OS Version: Ubuntu 18.04 x64 , DigitalOcean ...
Read more >Identify what's causing segmentation faults (segfaults)
A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with a file named core...
Read more >Common Causes of Segmentation Faults (Segfaults)
A segmentation fault (often called a segfault) can occur if a program you are running attempts to access an invalid memory location.
Read more >Segmentation fault - Wikipedia
In computing, a segmentation fault (often shortened to segfault) or access violation is a fault, or failure condition, raised by hardware with memory ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s an issue with
nbin
. Will have a fix out today.Found the issue. Will have a fix out soon!