-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser:
Zen Twilight (Firefox fork)
- Local OS:
VoidLinux
- Remote OS:
PostmarketOS (Based on Alpine)
- Remote Architecture:
AARCH64
code-server --version
:4.103.2 54b33a75e0b4593b77f9a217323c4b27a42f4073 with Code 1.103.2
Steps to Reproduce
- Start
code-server
. - Login with password.
code-server
crashes.
Expected
code-server
should keep running.
Actual
code-server
crashes.
Logs
[2025-09-15T06:48:53.394Z] debug parent:177045 spawned child process 177067
[2025-09-15T06:48:54.286Z] debug child:177067 initiating handshake
[2025-09-15T06:48:54.296Z] debug parent:177045 got message {"message":{"type":"handshake"}}
[2025-09-15T06:48:54.305Z] debug child:177067 got message {"message":{"type":"handshake","args":{"bind-addr":"192.168.1.201:8181","auth":"password","password":"<redacted>","config":"/home/services/.config/code-server/config.yaml","log":"debug","user-data-dir":"/home/services/.local/share/code-server","extensions-dir":"/home/services/.local/share/code-server/extensions","session-socket":"/home/services/.local/share/code-server/code-server-ipc.sock","verbose":false,"host":"192.168.1.201","port":8181,"proxy-domain":[],"_":[],"usingEnvPassword":false,"usingEnvHashedPassword":false}}}
[2025-09-15T06:48:54.312Z] info code-server 4.103.2 54b33a75e0b4593b77f9a217323c4b27a42f4073
[2025-09-15T06:48:54.312Z] info Using user-data-dir /home/services/.local/share/code-server
[2025-09-15T06:48:54.312Z] debug Using extensions-dir /home/services/.local/share/code-server/extensions
[2025-09-15T06:48:54.385Z] info Using config file /home/services/.config/code-server/config.yaml
[2025-09-15T06:48:54.386Z] info HTTP server listening on http://192.168.1.201:8181/
[2025-09-15T06:48:54.386Z] info - Authentication is enabled
[2025-09-15T06:48:54.386Z] info - Using password from /home/services/.config/code-server/config.yaml
[2025-09-15T06:48:54.388Z] info - Not serving HTTPS
[2025-09-15T06:48:54.388Z] info Session server listening on /home/services/.local/share/code-server/code-server-ipc.sock
[2025-09-15T06:49:04.084Z] debug heartbeat
[2025-09-15T06:49:30.731Z] debug parent:177045 inner process 177067 exited unexpectedly
[2025-09-15T06:49:30.734Z] debug parent:177045 disposing {}
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
Native VSCode does not run on Alpine since Alpine uses muslc
instead of glibc
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageThis issue needs to be triaged by a maintainerThis issue needs to be triaged by a maintainer