To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63110
------- Additional comments from [EMAIL PROTECTED] Thu Jul 31 12:57:41 +0000 2008 ------- The second soffice floods the first one with urp connections. At least on DEV300m27 unxlngi6.pro the first soffice eventually crashes due to errors in sal/osl/unx/thread.c:1.31: For one, the order of pthread_detach before removeThreadId can lead to the pthread_t value already being reused by another thread when removeThreadId removes it from the table, so that later on within that thread osl::Thread::getCurrentIdentifier() != osl::Thread::getIdentifier(). For another, a sequence of first pthread_join and osl_thread_cleanup_Impl called from end of osl_thread_start_Impl (pthread_t value can be reused now) and only then the second call to osl_thread_cleanup_Impl (doing the removeThreadId) from osl_destroyThread can lead to the same problem. Fixed as sal/osl/unx/thread.c:1.31.48.1, with additional cleanup in bridges/source/remote/urp/urp_environment.cxx:1.21.20.1, bridges/source/remote/urp/urp_reader.cxx:1.18.20.1, and bridges/source/remote/urp/urp_reader.hxx:1.7.20.1. --------------------------------------------------------------------- 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]
