Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] After upgrade (docker pull) or fresh install from composer web page don't start #1129

Open
houk001 opened this issue Jul 27, 2024 · 0 comments

Comments

@houk001
Copy link

houk001 commented Jul 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant