-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
Electron crashes if it's run with the --single-process
flag
#11398
Comments
This is by design and not technically possible afaik @alexeykuzmin Node.JS itself isn't designed to have multiple instances in the same process. See #6903 We should probably just catch that flag somehow and prevent it taking effect while logging out a nice error 😄 |
Ok, then the question is does it crash where it's supposed to crash or not?
Makes sense 👍 |
We uses |
Does the last comment mean it is fixable ? |
Given that this has been open for years, that this isn't currently on our roadmap, and in the interest of our issue tracker more closely reflecting our workstreams, i'm going to go ahead and label this a |
https://peter.sh/experiments/chromium-command-line-switches/#single-process
Google Chrome works fine with it.
stacktrace
/cc @zcbenz
The text was updated successfully, but these errors were encountered: