Issue 58769 - crash in close the document after I add and delete a master page in notes master view
Summary: crash in close the document after I add and delete a master page in notes mas...
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: programming (show other issues)
Version: OOo 2.0.1
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-02 05:34 UTC by yolanda
Modified: 2013-08-07 15:20 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description yolanda 2005-12-02 05:34:11 UTC
1. create a new presentation document with only one page;
2. change to notes master view;
3. add a new master page then delete it;
4. close the presentation document, crash.
Comment 1 wolframgarten 2005-12-02 08:23:07 UTC
Reproducible. Reassigned.
Comment 2 groucho266 2005-12-02 09:04:15 UTC
See issue 58768 for a similar and maybe related bug.
Comment 3 wolframgarten 2005-12-02 10:11:16 UTC
The ID of the error report is rt7pr8.
Comment 4 groucho266 2005-12-08 11:06:34 UTC
Looks like a lifetime problem of slidesorter::view::PageObject.
Comment 5 groucho266 2005-12-12 14:55:06 UTC
The main problem was the call to ActionChanged() in SdrPageObj::PageInDestruction().
This caused a construction of view contact object for a page that was being
destroyed.

Modified files:
/svx/source/svdraw/svdopage.cxx    rev. 1.18.190.1
/sd/source/ui/slidesorter/cache/SlsGenericPageCache.hxx    rev. 1.6.42.2
/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx    rev. 1.9.44.2
/sd/source/ui/slidesorter/controller/SlideSorterController.cxx    rev. 1.28.20.1
/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx    rev. 1.11.84.1
/sd/source/ui/slidesorter/view/SlideSorterView.cxx    rev. 1.13.44.1
/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx    rev. 1.3.84.1
/sd/source/ui/slidesorter/view/SlsPageObjectViewContact.cxx    rev. 1.3.82.1
/sd/source/ui/slidesorter/inc/view/SlsPageObjectViewContact.hxx    rev. 1.4.84.1
/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx    rev. 1.7.46.2
/sd/source/ui/slidesorter/view/SlsPageNotificationObjectContact.cxx    rev. 1.5.28.2
Comment 6 groucho266 2006-01-10 09:51:31 UTC
Please verify.

re-open issue and reassign to wg@openoffice.org
Comment 7 groucho266 2006-01-10 09:51:41 UTC
reassign to wg@openoffice.org
Comment 8 groucho266 2006-01-10 09:51:49 UTC
reset resolution to FIXED
Comment 9 wolframgarten 2006-01-10 12:48:13 UTC
Verified in CWS.
Comment 10 wolframgarten 2006-01-25 16:04:56 UTC
Tested in master m152. Closed.