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





------- Additional comments from [EMAIL PROTECTED] Wed Mar  5 18:27:24 +0000 
2008 -------
The slide show starting at the wrong slide is basically the same problem as the
one described by issue 86727.

The crash is unrelated.  It occurs only on Solaris.
It is caused by a wrong order of deleted objects whent the slide show is
stopped.  The SfxViewFrame is deleted before the view shell is deleted and is
still referenced in the destructor of the later.
This deletion in wrong order is caused by the a potentially asynchronous
stopping of the slide show.  The end() method of the slide show is called from
SlideShowImpl::endPresentationHdl, which in turn is called via PostUserEvent
from SlideShowImpl::endPresentation.  On Windows (and apparently on Linux, too)
this all happens synchronously.  On Solaris the user event is posted before
SfxViewFrame is deleted, but the user event is processed *after* that.

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