To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67603
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |pl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 20 07:32:28 -0700
2006 -------
fs->pl: The assertion is from an osl_destroyThread which gets a NULL pointer
passed. This pointer is from a ::osl::Thread desctructor, whose m_hThread is
NULL. However, this is valid in this situation: The thread was never started, so
it does not/yet have a thread handle.
I suppose the assertion is wrong here. This is backed up by the fact that the
windows version of osl_destroyThread silently ignores a NULL handle.
---------------------------------------------------------------------
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]