Skip to content

Can't use node-api by worker_threads #3

Open
@cjy543731778

Description

@cjy543731778

I try to use two workers to query a container list, but it failed with the error message.
It seem that api can't work on the multithreading.

FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
 1: 0xb14d40 node::Abort() [node]
 2: 0xa31e30 node::FatalError(char const*, char const*) [node]
 3: 0xcfb67a v8::Utils::ReportApiFailure(char const*, char const*) [node]
 4: 0xcfcedc v8::EscapableHandleScope::EscapableHandleScope(v8::Isolate*) [node]
 5: 0xacc766 napi_open_escapable_handle_scope [node]
 6: 0x7ff67ed6c06f griddb::StoreFactory::getInstance(Napi::CallbackInfo const&) [/home/a/nodejs-api/node-api/griddb.node]
 7: 0x7ff67ed749af Napi::ObjectWrap<griddb::StoreFactory>::StaticMethodCallbackWrapper(napi_env__*, napi_callback_info__*) [/home/a/nodejs-api/node-api/griddb.node]
 8: 0xac44af  [node]
 9: 0xd627db  [node]
10: 0xd63c7c  [node]
11: 0xd642f6 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [node]
12: 0x1611ad9  [node]
中止 (コアダンプ)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions