我的节点服务器由于溢出而不断重启

时间:2019-04-18 07:42:28

标签: node.js mongodb server mongodb-atlas node-deasync

我已经安装了      npm forever 插件重新启动服务器。 但是不知何故,它每小时都会重新启动,并显示以下错误:

FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
 1: node::Abort() [node]
 2: 0x121a2cc [node]
 3: v8::Utils::ReportApiFailure(char const*, char const*) [node]
 4: node::TLSWrap::EncOut() [node]
 5: node::TLSWrap::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) [node]
 6: node::LibuvStreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) [node]
 7: 0x1449cbf [node]
 8: 0x144a320 [node]
 9: 0x144ffa8 [node]
10: uv_run [node]
11: Run(Nan::FunctionCallbackInfo<v8::Value> const&) [/home/ubuntu/Appname/Backend/node_modules/deasync/bin/linux-x64-node-8/deasync.node]
12: 0x7f790abe11d7 [/home/ubuntu/Appname/Backend/node_modules/deasync/bin/linux-x64-node-8/deasync.node]
13: 0x389e93f089a7
error: Forever detected script was killed by signal: SIGABRT
error: Script restart attempt #6

0 个答案:

没有答案