You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the bug when call method from Child threads (worker threads),
I'm running nodejs 12.13.0 and when I call Google Api with Protobuf (may relate with C++ native layer),
OS is Windows 10.
I got the bug when call method from Child threads (worker threads),
I'm running nodejs 12.13.0 and when I call Google Api with Protobuf (may relate with C++ native layer),
OS is Windows 10.
FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope 1: 00007FF66DBE094F napi_wrap+124431 2: 00007FF66DB82696 v8::base::CPU::has_sse+34502 3: 00007FF66DB83356 v8::base::CPU::has_sse+37766 4: 00007FF66E386EBC v8::FunctionTemplate::RemovePrototype+284 5: 00007FF66E26DB95 v8::internal::HandleScope::Extend+53 6: 00007FF66E0E6580 v8::internal::JSReceiver::GetCreationContext+288 7: 00007FF66E36C030 v8::Object::CreationContext+32 8: 00007FF66DBFCE58 node::MakeCallback+40 10: 00007FFE4005ED30 12: 00007FF66DC1FC42 uv_prepare_init+114 13: 00007FF66DC29426 uv_run+262 14: 00007FF66DB4B892 EVP_CIPHER_CTX_buf_noconst+30946 15: 00007FF66DBA9263 node::Start+275
The text was updated successfully, but these errors were encountered: