To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=20314
User obr changed the following:
What |Old value |New value
================================================================================
Target milestone|OOo 2.0 |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Feb 17 04:35:56 -0800
2005 -------
There seems to be no way to shut down Java without having it kill all non-java
threads as well. I have tried all of the following:
- calling System.exit in XTopWindowListener.disposing()
- calling EventQueue.invokeAndWait( new Runnable() ) with SolarMutex released
- changing jvmaccess to shut down Java via JNI (DestroyVM).
All of this results in different crashes than the one I was trying to fix
(mostly due to Java killing non Java threads).
I believe to relyably get this fixed we need the access bridges to bypass the
Java EventQueue and thus the AWT shutdown mechanisms. Or even better, get rid of
Java as a bridging platform alltogether.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]