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


User af changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Thu Dec  7 02:24:56 -0800 
2006 -------
The reason for the crash is that a recent change to SlideShow::startShow() made
it start the slide show synchronously.  For the in-place slide show that means
that the slide sorter bar is closed and the slide sorter in it is destroyed.  
In this special case the call to SlideShow::startShow() was made from the slide
sorter bar.  So when the call returned, the slide sorter was already destroyed
and accessing member variables lead to the crash.

Fixed by initiating the call to SlideShow::startShow() asynchronously.

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