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


User pl changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|pl                        |hro
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Mar  9 10:03:11 -0800 
2005 -------
The reason for only yielding in one thread is simple: if both are called with
wait, then we have two threads in g_main_context_iteration waiting. An event wil
wake up one or both, one will dispatch an event and return, the other will again
wait. In some conditions (triggered by the wizards in the referenced issue
33212) this one thread will in fact never return, since always another thread
(actually the main thread) is waiting for an event alredy and will dispatch, so
the other thread ends up forever waiting for an event where the first event
should have caused all waitng in  GtkXLib::Yield to return. Perhaps you can come
up with some kind of GSource for a better workaround ?

As for osl_setCondition not working right this is a case for hro or one of his i
think.

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