We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using nodejs,with refnapi,the crash occurs
#FailureMessage Object: 0x7fde707190 1: 0xa9263c [node] 2: 0x18fb260 V8_Fatal(char const*, ...) [node] 3: 0xe504fc v8::internal::GlobalBackingStoreRegistry::Register(std::shared_ptrv8::internal::BackingStore) [node] 4: 0xbbf284 v8::ArrayBuffer::GetBackingStore() [node] 5: 0x9ee80c napi_get_typedarray_info [node] 6: 0x7f8c6910d0 [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node] 7: 0x7f8c691ccc [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node] 8: 0x7f8c692764 [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node] 9: 0x7f8c698928 Napi::details::CallbackData<void ()(Napi::CallbackInfo const&), void>::Wrapper(napi_env__, napi_callback_info__) [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node] 10: 0x9e623c [node] 11: 0xbfdaa4 [node] 12: 0xbfeb68 [node] 13: 0xbff1e8 v8::internal::Builtin_HandleApiCall(int, unsigned long, v8::internal::Isolate*) [node] 14: 0x139ef4c [node] 追踪与中断点陷阱
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using nodejs,with refnapi,the crash occurs
Fatal error in , line 0
Check failed: result.second.
#FailureMessage Object: 0x7fde707190
1: 0xa9263c [node]
2: 0x18fb260 V8_Fatal(char const*, ...) [node]
3: 0xe504fc v8::internal::GlobalBackingStoreRegistry::Register(std::shared_ptrv8::internal::BackingStore) [node]
4: 0xbbf284 v8::ArrayBuffer::GetBackingStore() [node]
5: 0x9ee80c napi_get_typedarray_info [node]
6: 0x7f8c6910d0 [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node]
7: 0x7f8c691ccc [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node]
8: 0x7f8c692764 [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node]
9: 0x7f8c698928 Napi::details::CallbackData<void ()(Napi::CallbackInfo const&), void>::Wrapper(napi_env__, napi_callback_info__) [/home/linaro/webprj/multiband/node_modules/ref-napi/prebuilds/linux-arm64/node.napi.armv8.node]
10: 0x9e623c [node]
11: 0xbfdaa4 [node]
12: 0xbfeb68 [node]
13: 0xbff1e8 v8::internal::Builtin_HandleApiCall(int, unsigned long, v8::internal::Isolate*) [node]
14: 0x139ef4c [node]
追踪与中断点陷阱
The text was updated successfully, but these errors were encountered: