Skip to content

When will a GetCreationContextChecked error occur? #1133

@iakuf

Description

@iakuf

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions