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


User dtardon changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'aw,kpalagin'             |'aw,dtardon,kpalagin'
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Jul 24 12:04:42 
+0000 2009 -------
The problem is in asynchronous loading of graphic objects. In this case, the
sdr::event::EventHandler executes sdr::event::AsynchGraphicLoadingEvent, that
delegates the loading to sdr::contact::ViewObjectContactOfGraphic. There the
object is loaded and ActionChanged() is called. But that can cause calling
createPrimitive2DSequence() and impPrepareGraphicWithAsynchroniousLoading(),
where the event is deleted, if the object has been already loaded, like in this
case. Later, the event is deleted again by EventHandler, leading to crash.

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