To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44627
------- Additional comments from [EMAIL PROTECTED] Thu Jun 23 04:49:34 -0700
2005 -------
Ah; so the trivial fix is to remove more code:
--- sal/osl/unx/conditn.c 16 Mar 2001 13:14:43 -0000 1.4
+++ sal/osl/unx/conditn.c 23 Jun 2005 11:47:03 -0000
@@ -234,13 +234,6 @@ sal_Bool SAL_CALL osl_resetCondition(osl
}
pCond->m_State = sal_False;
- nRet = pthread_cond_broadcast(&pCond->m_Condition);
- if ( nRet != 0 )
- {
- OSL_TRACE("osl_resetCondition : condition broadcast failed. Errno: %d;
%s\n",
- nRet, strerror(nRet));
- return sal_False;
- }
nRet = pthread_mutex_unlock(&pCond->m_Lock);
if ( nRet != 0 )
the osl_resetCondition has no need to signal anyone - indeed it must not.
---------------------------------------------------------------------
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]