Closed pwFoo closed 1 year ago
Looks like my (older) docker have problems with node...
Default node:latest fails too
~/easypeers$ docker run --rm -ti node sh
# npm i easypeers
node[10]: ../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: 0xc94240 node::Abort() [node]
2: 0xc942be [node]
3: 0xd0fe99 node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [node]
4: 0xd0ffbc node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
5: 0xc4fbf3 [node]
6: 0xc5055b node::Start(int, char**) [node]
7: 0x7f12b667318a [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f12b6673245 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xbac62e _start [node]
Aborted
Because it should be server / docker related I close the issue ...
Thanks for reporting the issue. I have not tested the codebase with Docker yet. You may want to upgrade to the latest commit. There was a pretty critical error in the code that was not honoring passed in topics that has been resolved in the latest.
Hi,
install failed inside of node:alpine and node:lts-alpine containers:
debug log