-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Crash on Debian 8 #67
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
Comments
Seems like you're out of memory. |
Exactly the same crash on ubuntu 16.04 machine with 8 cpu core and 48G ram, this might not be caused by out of memory. |
Same problem on Debian 9.
|
I've got it working now by creating
And then creating the folder |
Interesting. Will investigate. |
Posting mine too maybe it help. OS: fresh installation of Debian 9 64 bit
|
How much memory do you have available when getting this error? |
With a 2gb vps, 1 gb remain avaible and code-server process still working, while the interface return ERR_CONNECTION_REFUSED. |
I get no error while starting it on Ubuntu 18.04 but the browser loads endlessly. |
Which version are you running on @NiklasMerz ? |
When I look at process running with htop, code-server appear pretty strange, the commands calling code-server are like ∞ length. |
Could you post a snippet of one @ZK-G ? |
I m figuring out how to copy the full htop command string, whit Shift I just can copy what I see on screen |
The latest Version of the Code-Server binary . In an Ubuntu 18.04 LXC container Is there any kind of verbose mode? I will try it on another machine. |
I didn't figure out how to copy the full string I ll just post the first part and a middle part |
@ZK-G I wonder if this could be a Screen issue? Could you try running it without screen? |
@NiklasMerz you can export |
@ZK-G that command appears to be mostly correct. The PWD looks odd. Does it work for you? |
I get this exact same error only when trying to run Debug->Start Debugging from the VScode menu for a node.js project. |
Now I killed the screen but when running htop I still can see all code-server process running. After that all the code-server process on htop are still running and using around 800MB of ram. |
@ZK-G are you still getting the weird super long code-server in htop? |
Thanks but still no error. Just a high CPU load and no response in the browser. It is stuck at
EDIT: |
Yes, but for be sure It s not still a screen bug related I ll try restart the vps and I try again |
Update: After restarting and starting code-server without screen, the htop command seem more 'normal' length, I still get the same usual error
|
Likely helped by the latest release. Closing in favor of #169. |
code-server
version: 1.31.1-100$ uname -a Linux iZ28iwnpx2bZ 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux $ cat /etc/debian_version 8.11
Steps to Reproduce
error message:
The text was updated successfully, but these errors were encountered: