Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser:chrome
- Local OS:centos
- Remote OS:centos
- Remote Architecture:
code-server --version
:latest 4.100.3
Steps to Reproduce
Expected
I can not start a container use this image ,error :
[root@aly-hn1e-inner-risk-v100-gpu-32g-infra-prd-202309-003 hll_root]# docker logs 72b78a569063ad328b8fa10bada3413a1a4fd416605b160d15c96c3412e1a647
/usr/lib/code-server/lib/node[11]: std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start() at ../src/node_platform.cc:68
Assertion failed: (0) == (uv_thread_create(t.get(), start_thread, this))
----- Native stack trace -----
1: 0xcc7f77 node::Assert(node::AssertionInfo const&) [/usr/lib/code-server/lib/node]
2: 0xd4657e node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [/usr/lib/code-server/lib/node]
3: 0xd4665c node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [/usr/lib/code-server/lib/node]
4: 0xc7d177 [/usr/lib/code-server/lib/node]
5: 0xc7e6d4 node::Start(int, char**) [/usr/lib/code-server/lib/node]
6: 0x7fb91c8ef24a [/lib/x86_64-linux-gnu/libc.so.6]
7: 0x7fb91c8ef305 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
8: 0xbd181e _start [/usr/lib/code-server/lib/node]
Actual
[root@aly-hn1e-inner-risk-v100-gpu-32g-infra-prd-202309-003 hll_root]# docker logs 72b78a569063ad328b8fa10bada3413a1a4fd416605b160d15c96c3412e1a647
/usr/lib/code-server/lib/node[11]: std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start() at ../src/node_platform.cc:68
Assertion failed: (0) == (uv_thread_create(t.get(), start_thread, this))
----- Native stack trace -----
1: 0xcc7f77 node::Assert(node::AssertionInfo const&) [/usr/lib/code-server/lib/node]
2: 0xd4657e node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [/usr/lib/code-server/lib/node]
3: 0xd4665c node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [/usr/lib/code-server/lib/node]
4: 0xc7d177 [/usr/lib/code-server/lib/node]
5: 0xc7e6d4 node::Start(int, char**) [/usr/lib/code-server/lib/node]
6: 0x7fb91c8ef24a [/lib/x86_64-linux-gnu/libc.so.6]
7: 0x7fb91c8ef305 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
8: 0xbd181e _start [/usr/lib/code-server/lib/node]
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response