Skip to content

Segmentation fault (core dumped) #352

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

Closed
romanrehacek opened this issue Mar 27, 2019 · 1 comment
Closed

Segmentation fault (core dumped) #352

romanrehacek opened this issue Mar 27, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@romanrehacek
Copy link

  • 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. Older release works fine.

roman@dev:~/code-server$ cd code-server-1.32.0-310-linux-x64/
roman@dev:~/code-server/code-server-1.32.0-310-linux-x64$ ./code-server ${PWD} -p 3300 --allow-http --no-auth
INFO  code-server v1.32.0-310
INFO  Additional documentation: http://github.com/codercom/code-server
INFO  Initializing {"data-dir":"/home/roman/.local/share/code-server","working-dir":"/home/roman/code-server/code-server-1.32.0-310-linux-x64","log-dir":"/home/roman/.cache/code-server/logs/20190327073305084"}
INFO  Starting shared process [1/5]...
INFO  Starting webserver... {"host":"0.0.0.0","port":3300}
WARN  No certificate specified. This could be insecure.
WARN  Documentation on securing your setup: https://coder.com/docs
WARN  Launched without authentication.
INFO   
INFO  Started (click the link below to open):
INFO  http://localhost:3300/
INFO   
INFO  Connected to shared process
^C
roman@dev:~/code-server/code-server-1.32.0-310-linux-x64$ cd ../code-server1.408-vsc1.32.0-linux-x64/
roman@dev:~/code-server/code-server1.408-vsc1.32.0-linux-x64$ ./code-server ${PWD} -p 3300 --allow-http --no-auth
Segmentation fault (core dumped)

@romanrehacek romanrehacek added the bug Something isn't working label Mar 27, 2019
@ymmt2005
Copy link

Duplicate of #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants