To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61771
------- Additional comments from [EMAIL PROTECTED] Thu Feb 9 09:31:15 -0800 2006 ------- It looks like the change in sc will lead to problems with Java components. When a Java component is called from a user interaction in OOo, it runs in the main thread, with the SolarMutex locked. So trying to acquire the SolarMutex in an object's release method will block the finalizer thread as long as the original call is running. --------------------------------------------------------------------- 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]
