-
Notifications
You must be signed in to change notification settings - Fork 150
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
Crash when creating new subprocess #471
Comments
Please report JCEF issues at https://github.com/chromiumembedded/java-cef/issues |
For me this happens after having my computer up for about 1-2 weeks. (It has been annoyingly happening for several YEARS, across 3 different computers and different versions of MacOS X.. from 10.11, 10.15, 11, and 12). When the crashes start I also see the following other oddities on my computer.
the ONLY fix I have had it so completely shutdown and restart my computer. Stack trace from Jetbrains' IDE (Phpstorm currently)
|
Describe the bug
When a java-application with embedded jcef tries to create a subprocess then it sometimes crashes (with SIGABRT).
This crash is observed only in OSX Sonoma with x64 architecture.
Stacktrace (part):
To Reproduce
Steps to reproduce the behavior:
java -Djdk.lang.Process.launchMechanism=fork -classpath COMPILED_PATH tests.simple.MainFrame
NOTE: if some 'modular' problems observed then next VM-options will be usefull:
--add-exports java.desktop/sun.awt=ALL-UNNAMED,jcef --add-exports java.desktop/java.awt.peer=ALL-UNNAMED,jcef --add-exports java.desktop/sun.lwawt.macosx=ALL-UNNAMED,jcef --add-exports java.desktop/sun.lwawt=ALL-UNNAMED,jcef
Expected behavior
Expected: test will not fail.
Observed: crash (at some iteration).
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: