You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that I have no experience in debugging native code, but I hope this helps to get to the bottom of this issue :)
Environment
System:
OS: macOS 13.5
CPU: (8) arm64 Apple M1
Binaries:
Node: 18.17.0 - ~/.nvm/versions/node/v18.17.0/bin/node
npm: 9.6.7 - ~/.nvm/versions/node/v18.17.0/bin/npm
npmPackages:
jest: 29.6.2 => 29.6.2
Also happens on Windows 10 with the same versions.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.6.2
Steps to reproduce
npm install
npm test
npm test
Expected behavior
Passing the test.
Actual behavior
A segmentation fault happens.
Additional context
I managed to get a coredump and backtrace using llnode.
I guess the cause is a dynamic import in a library
ngx-quill
that we are using.Please note that I have no experience in debugging native code, but I hope this helps to get to the bottom of this issue :)
Environment
The text was updated successfully, but these errors were encountered: