My app uses node.js 18, currently I deploy a new container for each new version. Until now I had no problem, but now when running the container with the new version the log shows the following error:
node[1]: ../src/node_platform.cc:68:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xc8e4a0 node::Abort() [node]
2: 0xc8e51e [node]
3: 0xd0a059 node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [node]
4: 0xd0a17c node::NodePlatform::NodePlatform(int, v8::TracingController, v8::PageAllocator) [node]
5: 0xc4bbc4 node::V8Platform::Initialize(int) [node]
6: 0xc49408 [node]
7: 0xc497db node::Start(int, char**) [node]
8: 0x7f66da28418a [/lib/x86_64-linux-gnu/libc.so.6]
9: 0x7f66da284245 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
10: 0xba9ade _start [node]
I can download the image and create the container without problem, the error appears when trying to run it
Additional data
Current Version:
2.3
Build:
2
Current Commit:
60d048f82acbf3a35b626f0f33782c4c73e77b86
Latest Version:
2.3
Latest Build:
4
Latest Commit:
f337f895514e0f9eb5240976e09f18cca161cc14
the container runs correctly in the docker application locally