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

Cannot create a handle without a HandleScope #25

Closed
Dmitry-N-Medvedev opened this issue Jun 23, 2019 · 2 comments
Closed

Cannot create a handle without a HandleScope #25

Dmitry-N-Medvedev opened this issue Jun 23, 2019 · 2 comments
Assignees

Comments

@Dmitry-N-Medvedev
Copy link

hi :)

I tried and failed to use redis-fast-driver in a worker_threads in node v12.4.0 with the following exception:

FATAL ERROR: v8::HandleScope::CreateHandle() Cannot create a handle without a HandleScope
 1: 0x100075bd5 node::Abort() [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 2: 0x100076316 node::errors::TryCatchScope::~TryCatchScope() [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 3: 0x10016984e v8::Utils::ReportApiFailure(char const*, char const*) [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 4: 0x100513609 v8::internal::HandleScope::Extend(v8::internal::Isolate*) [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 5: 0x10024cd73 v8::internal::Compiler::Compile(v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Compiler::ClearExceptionFlag, v8::internal::IsCompiledScope*) [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 6: 0x1007b6ee4 v8::internal::Runtime_CompileLazy(int, unsigned long*, v8::internal::Isolate*) [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
 7: 0x100ea9f02 Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit [/Users/dmitrymedvedev/.nvm/versions/node/v12.4.0/bin/node]
error Command failed with signal "SIGABRT".
@h0x91b
Copy link
Owner

h0x91b commented Jun 26, 2019

relates to #26

@h0x91b h0x91b self-assigned this Jun 27, 2019
@h0x91b
Copy link
Owner

h0x91b commented Jun 27, 2019

merge into #26

@h0x91b h0x91b closed this as completed Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants