We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My program crashed during use, and the following error occurred. I don't know how to start investigating the cause.
FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available ----- Native stack trace ----- 1: 0xe18e68 node::OnFatalError(char const*, char const*) [node] 2: 0x120f8f6 v8::Utils::ReportApiFailure(char const*, char const*) [node] 3: 0x1224d2c v8::Object::GetCreationContextChecked() [node] 4: 0xe6b1d2 node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*, node::async_context) [node] 5: 0x7ff2a6e7e1d6 ofats::any_detail::handler_traits<void>::large_handler<HttpResponseWrapper::res_onAborted<0>(v8::FunctionCallbackInfo<v8::Value> const&)::{lambda()#1}>::call(ofats::any_detail::storage&) [/data/nodejs/signaling_app/node_modules/uWebSockets.js/uws_linux_x64_127.node] 6: 0x7ff2a6e6eadf uWS::HttpContext<false>::init()::{lambda(us_socket_t*, int, void*)#1}::__invoke(us_socket_t*, int, void*) [/data/nodejs/signaling_app/node_modules/uWebSockets.js/uws_linux_x64_127.node] 7: 0x1e6e6f4 [node] 8: 0x1e5a6e7 uv_run [node] 9: 0xe6bd46 node::SpinEventLoopInternal(node::Environment*) [node] 10: 0xfb9364 [node] 11: 0xfb9dfd node::NodeMainInstance::Run() [node] 12: 0xf1d3eb node::Start(int, char**) [node] 13: 0x7ff2d4dc124a [/lib/x86_64-linux-gnu/libc.so.6] 14: 0x7ff2d4dc1305 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 15: 0xe67fee _start [node] Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My program crashed during use, and the following error occurred. I don't know how to start investigating the cause.
The text was updated successfully, but these errors were encountered: