Issue 35805 - Crash in SfxStateCache::SetCachedState()
Summary: Crash in SfxStateCache::SetCachedState()
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: 680m56
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 30942 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-10-19 16:07 UTC by groucho266
Modified: 2005-02-09 12:57 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 groucho266 2004-10-19 16:07:59 UTC
In SfxStateCache::SetCachedState() there are two assertions that test the
controller.  The first looks if the controller exists, the second tests the id
of the controller.  The second test crashes when the controller does not exist.

According to MBA it is OK when there is no controller and thus we need no
assertion for this.
Comment 1 groucho266 2004-10-19 16:08:41 UTC
Wrong owner.
Comment 2 groucho266 2004-10-19 16:09:42 UTC
Accepted.
Comment 3 groucho266 2004-10-19 17:34:10 UTC
Fixed by removing assertion about missing controller and guarding the remaining
assertion against the missing controller.
Comment 4 groucho266 2004-10-21 09:14:05 UTC
*** Issue 30942 has been marked as a duplicate of this issue. ***
Comment 5 groucho266 2004-10-22 15:15:15 UTC
Step 1/3 of sending issue to QA.
Comment 6 groucho266 2004-10-22 15:19:21 UTC
Step 2/3 of sending issue to QA.

How to reproduce: This crash occured after while reproducing issue 32314 after
partly fixing it by fixing issue 35524.  It probably can not be reproduced
independantly from issue 35524.
Comment 7 groucho266 2004-10-22 15:19:37 UTC
Step 3/3 of sending issue to QA.
Comment 8 groucho266 2004-10-22 15:52:02 UTC
*** Issue 30942 has been marked as a duplicate of this issue. ***
Comment 9 wolframgarten 2004-10-27 09:19:10 UTC
Verified in CWS.
Comment 10 wolframgarten 2004-11-30 08:49:24 UTC
i32314 still crashing the master therefore this issue cannot be closed.
Comment 11 wolframgarten 2004-12-08 12:53:03 UTC
Still crashing solaris on reload of saved doc (i38630).
Comment 12 wolframgarten 2005-01-07 13:19:33 UTC
cannot be tested at the moment because of i39153.
Comment 13 wolframgarten 2005-02-09 12:57:03 UTC
Tested in master m78 and closed.