-
Notifications
You must be signed in to change notification settings - Fork 3k
WTF :login 502 #3965
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
Comments
Same crap: Starting backend ...
node[1006]: std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start() at ../src/node_platform.cc:68
Assertion failed: (0) == (uv_thread_create(t.get(), start_thread, this))
----- Native stack trace -----
1: 0xcbc127 node::Assert(node::AssertionInfo const&) [node]
2: 0xd3b96e node::WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int) [node]
3: 0xd3ba4c node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node]
4: 0xc702d6 [node]
5: 0xc717d4 node::Start(int, char**) [node]
6: 0x7f54bfe8324a [/lib/x86_64-linux-gnu/libc.so.6]
7: 0x7f54bfe83305 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
8: 0xbc630e _start [node]
./run: line 21: 1006 Aborted (core dumped) s6-setuidgid "$PUID:$PGID" bash -c "export HOME=$NPMHOME;node --abort_on_uncaught_exception --max_old_space_size=250 index.js"
|
他这个是基于docker运行的,应该跟你这个没多大关系,我也是docker 复现了。 |
找到解决方案了吗? |
那就不清楚了,我复现了好几次,删除了 node 环境,并且重启服务器,就可以了 |
跟node没关系。。。。 |
I have same issue.start log I found:
The Fetching https://ip-ranges.amazonaws.com/ip-ranges.json blocked at startup. Some times this will cost many many time. |
Last night my container stuck at fetching ip-ranges as well, and failed to fetch it for all night. |
I'm blocked by this fetching too, just run: NPM_CTR_NAME=nginxproxymanager
docker exec $NPM_CTR_NAME sed -i 's/\.then(internalIpRanges\.fetch)//g' /app/index.js
docker restart $NPM_CTR_NAME This should skip the fetching of the startup. |
这么神奇,我是直接docker部署的。宿主机没有node啊 |
WTF : login 502
The text was updated successfully, but these errors were encountered: