opened 01:55AM - 12 May 22 UTC
closed 02:35PM - 12 May 22 UTC
### Version
v18.1.0
### Platform
Linux 4d7a71cb7acd 3.10.0-1160.62.1.el7.x86_…64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
### Subsystem
_No response_
### What steps will reproduce the bug?
start node from command line. no parameters
### How often does it reproduce? Is there a required condition?
running inside a docker container, happens everytime when the container is on a CentOS host, but never happens on a MacOS host.
### What is the expected behavior?
node should start
### What do you see instead?
```
$ node
node[9]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xb57f90 node::Abort() [node]
2: 0xb5800e [node]
3: 0xbc915e [node]
4: 0xbc9230 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
5: 0xb1b3d1 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
6: 0xb1bc89 node::Start(int, char**) [node]
7: 0x7f2ca389fd90 [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f2ca389fe40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xa93f0e _start [node]
Aborted (core dumped)
```
### Additional information
_No response_