To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63397
------- Additional comments from [EMAIL PROTECTED] Thu Jun 1 02:03:39 -0700 2006 ------- cppu/source/threadpool/threadpool.cxx:1.13 fails to take into account that uno_threadpool_destroy might be followed by uno_threadpool_create again (if one remote connection is used and terminated, and then another remote connection is used). A simple g_threadPool=0 at the end of uno_threadpool_destroy is not enough, however: For one, g_threadPool must be set to zero only if its refcount reaches zero, and for another, uno_threadpool_attach/detach probably also need to adjust g_threadPool's refcount to synchronize with another thread calling uno_threadpool_destroy. --------------------------------------------------------------------- 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]
