You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Container starts but web page don't and in log file there is error returning in circle
node[1]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
Full log after fresh start 2 times the same
node[1]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0xb09980 node::Abort() [node] 2: 0xb099fe [node] 3: 0xb78f9e [node] 4: 0xb79066 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] 5: 0xaccf49 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] 6: 0xacd1f9 node::Start(int, char**) [node] 7: 0x7fd01bcd0d90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7fd01bcd0e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0xa4076c [node] [entrypoint] setup permission, this may take a while node[1]: ../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: 0xb09980 node::Abort() [node]
2: 0xb099fe [node]
3: 0xb78f9e [node]
4: 0xb79066 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
5: 0xaccf49 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
6: 0xacd1f9 node::Start(int, char**) [node]
7: 0x7f9043f17d90 [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f9043f17e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xa4076c [node]
[entrypoint] setup permission, this may take a while
The text was updated successfully, but these errors were encountered:
Describe the bug
Container starts but web page don't and in log file there is error returning in circle
node[1]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
Full log after fresh start 2 times the same
node[1]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion
(0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0xb09980 node::Abort() [node] 2: 0xb099fe [node] 3: 0xb78f9e [node] 4: 0xb79066 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node] 5: 0xaccf49 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node] 6: 0xacd1f9 node::Start(int, char**) [node] 7: 0x7fd01bcd0d90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7fd01bcd0e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0xa4076c [node] [entrypoint] setup permission, this may take a while node[1]: ../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: 0xb09980 node::Abort() [node]
2: 0xb099fe [node]
3: 0xb78f9e [node]
4: 0xb79066 node::NodePlatform::NodePlatform(int, v8::TracingController*) [node]
5: 0xaccf49 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [node]
6: 0xacd1f9 node::Start(int, char**) [node]
7: 0x7f9043f17d90 [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f9043f17e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xa4076c [node]
[entrypoint] setup permission, this may take a while
The text was updated successfully, but these errors were encountered: