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
v16.13.0
x64
No response
C:\WINDOWS\system32\cmd.exe [29888]: c:\ws\src\stream_base.cc:567: Assertion `(buf.base) == (buffer_.base)' failed. 1: 00007FF6F293013F v8::internal::CodeObjectRegistry::~CodeObjectRegistry+112495 2: 00007FF6F28BF396 DSA_meth_get_flags+65526 3: 00007FF6F28BF751 DSA_meth_get_flags+66481 4: 00007FF6F27DCEF5 v8::internal::wasm::WasmCode::code_comments_offset+23029 5: 00007FF6F27D7A79 v8::internal::wasm::WasmCode::code_comments_offset+1401 6: 00007FF6F2978876 uv_tty_set_vterm_state+8982 7: 00007FF6F298E87C uv_loop_init+924 8: 00007FF6F298EB8A uv_run+202 9: 00007FF6F295DC95 node::SpinEventLoop+309 10: 00007FF6F2877AC3 cppgc::internal::NormalPageSpace::linear_allocation_buffer+53827 11: 00007FF6F28F4FBD node::Start+221 12: 00007FF6F27188CC RC4_options+348108 13: 00007FF6F37708F8 v8::internal::compiler::RepresentationChanger::Uint32OverflowOperatorFor+14472 14: 00007FF9A72C7034 BaseThreadInitThunk+20 15: 00007FF9A9202651 RtlUserThreadStart+33
This error was encountered when running the mocha test, and it only reported an error on some computers.
Originally posted by @yongchuncao in nodejs/node#40764
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Version
v16.13.0
Platform
x64
Subsystem
No response
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
C:\WINDOWS\system32\cmd.exe [29888]: c:\ws\src\stream_base.cc:567: Assertion `(buf.base) == (buffer_.base)' failed.
1: 00007FF6F293013F v8::internal::CodeObjectRegistry::~CodeObjectRegistry+112495
2: 00007FF6F28BF396 DSA_meth_get_flags+65526
3: 00007FF6F28BF751 DSA_meth_get_flags+66481
4: 00007FF6F27DCEF5 v8::internal::wasm::WasmCode::code_comments_offset+23029
5: 00007FF6F27D7A79 v8::internal::wasm::WasmCode::code_comments_offset+1401
6: 00007FF6F2978876 uv_tty_set_vterm_state+8982
7: 00007FF6F298E87C uv_loop_init+924
8: 00007FF6F298EB8A uv_run+202
9: 00007FF6F295DC95 node::SpinEventLoop+309
10: 00007FF6F2877AC3 cppgc::internal::NormalPageSpace::linear_allocation_buffer+53827
11: 00007FF6F28F4FBD node::Start+221
12: 00007FF6F27188CC RC4_options+348108
13: 00007FF6F37708F8 v8::internal::compiler::RepresentationChanger::Uint32OverflowOperatorFor+14472
14: 00007FF9A72C7034 BaseThreadInitThunk+20
15: 00007FF9A9202651 RtlUserThreadStart+33
Additional information
This error was encountered when running the mocha test, and it only reported an error on some computers.
Originally posted by @yongchuncao in nodejs/node#40764
The text was updated successfully, but these errors were encountered: