To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116126





------- Additional comments from b_michael...@openoffice.org Tue Dec 14 
22:07:51 +0000 2010 -------
Sweet irony: It looks like the mutex that is protecting the service factory from
being used while being destroyed and vice versa at:
http://svn.services.openoffice.org/opengrok/xref/Current%20%28trunk%29/extensions/source/oooimprovement/onlogrotate_job.cxx#130
is itself already unusable at this point in the shutdown.
Proposed fix: add another
  if(m_ServiceFactory.is())
before trying to setup the guard for the lock. There still will be a race
condition between this check and having the lock, but how should that be avoided
when locks and mutexes are already unavailable at this point?



---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to