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:33:06 -0700 
2005 -------
ok - so yes, this change is risky - I've just come across a failure caused by
this change ;-) the problem is that this sequence
(filter/source/xsltfilter/XSLTFilter.cxx) now behaves differently:

Thread 1:
    m_cTransformed = osl_createCondition();
    osl_waitCondition(m_cTransformed, 0);
Thread 2:
    osl_resetCondition(m_cTransformed);

Previously the osl_resetCondition would not wake the osl_waitCondition - with my
change it does. However - quite why the osl_resetCondition is doing an
unconditional broadcast is beyond me; just reading through the equivalent Win32
docs. on ResetEvent :-)

---------------------------------------------------------------------
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]

Reply via email to