Issue 38327 - Crash when inserting object on new slide
Summary: Crash when inserting object on new slide
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m64
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 38368 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-12-02 13:40 UTC by wolframgarten
Modified: 2004-12-10 09:07 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 wolframgarten 2004-12-02 13:40:03 UTC
Open a new impress, insert a second slide via context menu. Insert a rectangle->
Crash. The rectangle does not even get a filling.
Comment 1 groucho266 2004-12-02 16:07:53 UTC
Accepted.
Comment 2 groucho266 2004-12-06 13:18:12 UTC
There was a merge problem in ViewShellManager::MoveToTop().  The
mpActiveViewShells->insert() call was moved.  For some reason this move became a
copy, i.e. the call at the original place was still in the code, and the view
shell that was moved to the top of the shell stack was pushed twice on the
stack.  This eventually lead to a crash.

Fixed by removing the original call.
Comment 3 groucho266 2004-12-06 13:35:06 UTC
*** Issue 38368 has been marked as a duplicate of this issue. ***
Comment 4 groucho266 2004-12-06 14:25:42 UTC
*** Issue 38368 has been marked as a duplicate of this issue. ***
Comment 5 groucho266 2004-12-08 09:59:09 UTC
Reopening...
Comment 6 groucho266 2004-12-08 09:59:35 UTC
...reassigning...
Comment 7 groucho266 2004-12-08 10:00:03 UTC
...resolving.
Comment 8 wolframgarten 2004-12-08 10:26:12 UTC
Verified in CWS.
Comment 9 wolframgarten 2004-12-10 09:07:05 UTC
Tested in master m65. Closed.