Issue 92024 - Crash when starting slideshow with navigator open
Summary: Crash when starting slideshow with navigator open
Status: CLOSED DUPLICATE of issue 91496
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: DEV300m26
Hardware: All Solaris
: P2 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: groucho266
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 09:51 UTC by wolframgarten
Modified: 2008-08-12 09:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
bugdoc (9.21 KB, application/vnd.oasis.opendocument.presentation)
2008-07-23 09:55 UTC, wolframgarten
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2008-07-23 09:51:15 UTC
Open the posted bugdoc. Call the navigator. Hit cursor down 2 times, then F5 to
start the slideshow: Office crashes. This happens only on solaris.
Comment 1 wolframgarten 2008-07-23 09:55:42 UTC
Created attachment 55322 [details]
bugdoc
Comment 2 clippka 2008-07-25 11:05:10 UTC
figured out the following so far:

The crash only happens if the focus was set to the navigator with keyboard only,
not with the mouse, and then starting the presentation with the keyboard. Not
sure if there is a difference between mouse focus and keyboard focus? Maybe
different shell?

The stack is
Sequence<signed char>::Sequence()
Window::GetSystemData()
Window::ImplGetCanvas()
Window::GetSpriteCanvas()
VCLFactory::createSpriteCanvas()
SlideShowView::SlideShowView()
SlideShowImpl::startShowImpl()
SlideShowImpl::startShow()
SlideShow::activate()

I found out through printf debuging that the Window this pointer is alive and
the correct one
Comment 3 clippka 2008-07-25 11:07:00 UTC
correction, in the stack above, GetSystemData() should read GetSystemDataAny()
Comment 4 clippka 2008-07-25 12:22:18 UTC
same crash as issue 91496

*** This issue has been marked as a duplicate of 91496 ***
Comment 5 wolframgarten 2008-08-12 09:03:58 UTC
Closed.