code-server crashing after update on Raspberry Pi 5 #6690
Replies: 2 comments 1 reply
-
I would start with looking at code-server's output running with Is it running out of resources? Memory maybe? Can you monitor resource usage while reproducing the hang? Two processes is normal, at minimum you should see a parent code-server process and child process. But you should see more than two usually. One for the extension host if the browser is currently connected, another for terminals if any are open, and maybe some others. If you see only two it could suggest the extension host is crashing then being restarted. Just as a reference here is what I have:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your guidance and suggestions! Start code-server with Debug Logging:
Resource Monitoring: Process Analysis:
Thank you for your assistance and guidance throughout this troubleshooting process! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
I've been using code-server on my Raspberry Pi 5 Model B Rev without any issues until I recently pulled an update. After the update, code-server crashes intermittently, rendering it inaccessible via the web browser. However, it spontaneously becomes available again after about a minute.
Additional Information:
Raspberry Pi Model: Raspberry Pi 5 Model B Rev
Operating System: Debian GNU/Linux 12 (bookworm)
Steps Taken to Troubleshoot:
Feel free to reach out if you need any further information or if there are specific troubleshooting steps I should try.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions