To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107490
------- Additional comments from [email protected] Wed Apr 7 07:44:12 +0000 2010 ------- Another crash, related to this fix sometimes happens in my environment: Crash in ThreadAdmin::remove(ORequestThread) because this (ThreadAdmin) is NULL Called by ORequestThread::onTerminated() Called by cppu_requestThreadWorker(void*) Called by osl_thread_start_Impl(void*) Called by start_thread It seems that the ORequestThread is performing its cleanup routine (onTerminated()) after the ThreadAdmin has already been released (the main thread is already in its cleanup code during exit(). Pereventing the crash should be quite easy, by checking for ThreadAdmin::getInstance() != NULL in onTerminated. --------------------------------------------------------------------- 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]
