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

FATAL ERROR debuggin JEST test #102440

Closed
robross0606 opened this issue Jul 13, 2020 · 1 comment
Closed

FATAL ERROR debuggin JEST test #102440

robross0606 opened this issue Jul 13, 2020 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream

Comments

@robross0606
Copy link

Breakpoint in a Jest test resulted in this on the console after resuming:

illegal access
FATAL ERROR:
node::inspector::Agent::ToggleAsyncHook Cannot toggle Inspector's AsyncHook, please report this.
 1: 00007FF7EA8D470F napi_wrap+113583
 2: 00007FF7EA87F7D6 v8::base::CPU::has_sse+66646
 3: 00007FF7EA8805D6 v8::base::CPU::has_sse+70230
 4: 00007FF7EA87FDB9 v8::base::CPU::has_sse+68153
 5: 00007FF7EA793AA9 std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+79657
 6: 00007FF7EAB73C37 v8::internal::compiler::TopLevelLiveRange::has_preassigned_slot+79495
 7: 00007FF7EAB667DD v8::internal::compiler::TopLevelLiveRange::has_preassigned_slot+25133
 8: 00007FF7EAB56488 v8_inspector::V8StackTraceId::V8StackTraceId+46600
 9: 00007FF7EAB56684 v8_inspector::V8StackTraceId::V8StackTraceId+47108
10: 00007FF7EA791AFD std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+71549
11: 00007FF7EA794A94 std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+83732
12: 00007FF7EA790A37 std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+67255
13: 00007FF7EA791D59 std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+72153
14: 00007FF7EA792174 std::basic_ostream<char,std::char_traits<char> >::basic_ostream<char,std::char_traits<char> >+73204
15: 00007FF7EA77D5F0 std::basic_ostream<char,std::char_traits<char> >::put+3552
16: 00007FF7EA77EA43 std::basic_ostream<char,std::char_traits<char> >::put+8755
17: 00007FF7EA77DF6A std::basic_ostream<char,std::char_traits<char> >::put+5978
18: 00007FF7EA77EAE9 std::basic_ostream<char,std::char_traits<char> >::put+8921
19: 00007FF7EA817CAF std::basic_ostream<char,std::char_traits<char> >::operator<<+71055
20: 00007FF7EA816D14 std::basic_ostream<char,std::char_traits<char> >::operator<<+67060
21: 00007FF7EA92463B uv_async_send+331
22: 00007FF7EA923DDC uv_loop_init+1212
23: 00007FF7EA923FA4 uv_run+244
24: 00007FF7EA8C2C70 napi_wrap+41232
25: 00007FF7EA8D2E82 napi_wrap+107298
26: 00007FF7EA836492 v8::internal::AsmJsScanner::GetIdentifierString+32018
27: 00007FF7EA8A90E3 node::Start+275
28: 00007FF7EA716A9C RC4_options+340380
29: 00007FF7EB59F8C8 v8::internal::SetupIsolateDelegate::SetupHeap+1300536
30: 00007FFBD9326FD4 BaseThreadInitThunk+20
31: 00007FFBDA15CEC1 RtlUserThreadStart+33
@connor4312
Copy link
Member

Please check out this issue: nodejs/node#27261

If this is blocking you, you can use the old debugger by setting debug.javascript.usePreview: false

@connor4312 connor4312 added debug Debug viewlet, configurations, breakpoints, adapter issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream labels Jul 14, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

3 participants