Skip to content
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

Call method from child threads #85

Closed
root1984 opened this issue Oct 31, 2019 · 0 comments
Closed

Call method from child threads #85

root1984 opened this issue Oct 31, 2019 · 0 comments
Labels
help wanted ❗ Extra attention is needed

Comments

@root1984
Copy link

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

@kritzware kritzware added the help wanted ❗ Extra attention is needed label Nov 12, 2019
@wcoots wcoots closed this as completed Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted ❗ Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants