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





------- Additional comments from f...@openoffice.org Tue Sep 14 06:08:38 +0000 
2010 -------
Once more, the root cause here seems to be that an implementation of
setFastPropertyValue_NoBroadcast calls into another method of |this| which does
notifications to external components. Those notifications are done with the
component's mutex locked (since setFastPropertyValue_NoBroadcast is called with
that locked mutex), which then later on leads to deadlocks.

Fixing this requires to postpone the call into |this|' method to a point in time
where the mutex is not locked anymore. The (relatively new)
IEventNotificationHook-mechanism of OPropertySetHelper (a distant base class of
the UnoControlImageControlModel) might work for this, as it allows catching
OPropertySetHelper's property change notifications at a time where the mutex is
not locked anymore.

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


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

Reply via email to