Issue 36665 - office crashes when exiting draw
Summary: office crashes when exiting draw
Status: CLOSED DUPLICATE of issue 35524
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 680m58
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 11:26 UTC by thomas.benisch
Modified: 2004-11-05 07:35 UTC (History)
1 user (show)

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


Attachments
call stack (2.45 KB, text/plain)
2004-11-04 11:29 UTC, thomas.benisch
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description thomas.benisch 2004-11-04 11:26:20 UTC
When exiting a draw document via File/Exit the office crashes. This also happens
when closing the Pages window.

The call stack shows, that the SfxChildWindow DTOR is called. In the DTOR the
pWindow member is deleted, which already seems to be corrupt.
Comment 1 thomas.benisch 2004-11-04 11:29:37 UTC
Created attachment 18929 [details]
call stack
Comment 2 groucho266 2004-11-04 12:27:01 UTC
Accepted.
Comment 3 groucho266 2004-11-04 16:22:35 UTC
Duplicate, see below.
Comment 4 groucho266 2004-11-04 16:26:52 UTC
I can not reproduce this crash on a m60 but from the stack trace and description
I assume that this is a problem that has been fixed by issue 35524: 
1. The window of the pane is closed 
2. In the destructor of the PaneDockingWindow the PaneManager::SetWindow()
method is called to tell the PaneManager that the docking window is no longer
available.
3. The PaneManager destroys the view shell in the window and closes the window:
go to step 1.

*** This issue has been marked as a duplicate of 35524 ***
Comment 5 wolframgarten 2004-11-05 07:35:46 UTC
Closed.