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


User af changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Apr 17 12:23:31 +0000 
2009 -------
The second crash is an indication to the root cause: when the dialog is closed
(because of pressing button "Cancel" or "Create") the ShowWindow is destroyed
into which the preview of the slide transition is rendered.  The slide show that
does the rendering is still active at this point.  When it is disposed a short
while later it still has a reference to the window and tries to acess it => 
crash.

Fixed by changing two things:

1) in sd/source/ui/dlg/docprev.cxx the method SetObjectShell() now stops the
show before it releases its reference to it: the ShowWindow still exists and can
be safely accessed by the slide show.
SVN revision is 270944

2) in slideshow/source/engine/eventmultiplexer.cxx added a guard in
forEachView() so that a missing view is not accessed.
SVN revision is 270943


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