You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
code-server
version: 1.408-vsc1.32.0-linux-x64Description
I get
Segmentation fault (core dumped)
on new release. Older release works fine.The text was updated successfully, but these errors were encountered: