-
Notifications
You must be signed in to change notification settings - Fork 65
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
org.eclipse.equinox.launcher.Main.SplashHandler hangs for ever #175
Comments
This issue has been inactive for 180 days and is therefore labeled as stale. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
I have a case where the Application performs
System.exit(0)
to forcefully close the application. This leads to theorg.eclipse.equinox.launcher.Main.SplashHandler
to hang forever and the splash screen never closes.The text was updated successfully, but these errors were encountered: