-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Stuck starting shared process #153
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
Same problem for Archlinux, it stucks here, eats up memory slowly and finally OOM crashes (in a few hours). Edit: after digging into the code, I find that code-server has a dependency on |
@prestonvanloon, Hey there, you need Mark this closed as this is already solved by #44. |
I tested that under CentOS 7, the problem persisted even if packages with net-tools were installed.Because GCC and dependency library versions are too low, high versions are required. The problem can be solved by recompiling and installing GCC above version 5(The highest version is GCC is 4.8 on my machine) |
I don't think you should be running it on CentOS since its intended for environments with dependencies that dates back to bygone eras. |
@sr229, I wouldn't consider this issue solved until it logs some error to tell the user that they don't have I am unblocked by installed |
I agree, we should definitely give some sort of indication cc. @coderasher |
Should be fixed with d16c6ae. |
code-server
version: v1.31.1Steps to Reproduce
It sits here forever.
The text was updated successfully, but these errors were encountered: