-
Notifications
You must be signed in to change notification settings - 8000 Fork 16k
Segmentation fault without crash dump while viewing menu #4103
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
Comments
@ladenberger What platform are you seeing this on? Or multiple platforms? |
I am running electron on Linux-x64. |
Can you try whether v0.36.2 has the problem? There was a menu bar change could be related. And can you set the env ELECTRON_ENABLE_STACK_DUMPING=1 electron ... |
I just tried v0.36.2 and it seems that in this version everything works well. Back to v0.36.3 - same problem. Here is the stack trace:
|
@ladenberger Thanks for testing old versions and pasting the stack trace, it is enough for fixing the crash. |
@zcbenz perfect 😃 |
Sometimes I get an segmentation fault without crash dump when viewing the submenus of my menu items in the top menu bar.
It is hard to reproduce this error since it happens sporadically. But I think a minimal electron application could help to reproduce this error: Create a minimal electron application with two menu items that have also submenus (with e.g. two submenu items). Click on both menu items alternately as long as the application crashes.
I use electron v0.36.3.
The text was updated successfully, but these errors were encountered: