-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Apple silicon(m1) version run node cause err: Extension host terminated unexpectedly #110931
Comments
/needsMoreInfo |
Please provide reproducible steps:
|
Can you collect some logs? That should show us the complete error which is truncated in the call stack view. /jsDebugLogs |
Indeed, unfortunately not many more details there
I don't have an Apple Si device to test on but will see if I can find one to remote into |
thank you for your help. If necessary, I can provide the device remotely for debugging.. |
This looks like https://bugs.chromium.org/p/chromium/issues/detail?id=1150060 -- we use wasm in several areas in the debugger, including the hash.bundle.js. Source map parsing using wasm as well and happens in the main thread, which is why you might be seeing a crash there. |
This might have been fixed by nodejs/node#35986. Many people were reporting issues with wasm causing crashes on Apple Silicon, V8 released some fixes, and Node cherry-picked them and merged them into Edit: this issue nodejs/node#36160 pointed me to the aforementioned pull request, because they also mentioned wasm as the source of their test failure. |
I found that in the latest version, this problem seems to have been solved, thank you very much for the people who worked on this |
Yes latest update a31f124 with newer electron runtime |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes.
The text was updated successfully, but these errors were encountered: