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
2.0.x: Segmentation fault when starting with NODE_OPTIONS=--max-old-space-size=4096 #12695
Comments
Same on Electron version: 1.8.3 when setting NODE_OPTIONS=--use-openssl-ca. |
Looks like a startup crash in
will continue to investigate |
It looks like when |
Can we prioritise this into a possible |
@bpasero I'll devote some solid time to this on Monday! |
@codebytere thanks |
This looks to affect MS Teams as well, since it's also built on top of Electron. |
@bpasero It turns out that |
Since the last comment, we've tried the following to diagnose the issue:
The temporary solution is to add |
Electron shouldn't crash because of it anymore. Closed. |
Expected behavior
It should not crash.
Actual behavior
It crashes.
How to reproduce
export NODE_OPTIONS=--max-old-space-size=4096
./Electron
Output:
Segmentation fault: 11
The text was updated successfully, but these errors were encountered: