Issue 102663

Summary: aw065: Crash in 3D view dialog
Product: General Reporter: wolframgarten
Component: chartAssignee: wolframgarten
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P2 CC: IngridvdM, issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description wolframgarten 2009-06-11 09:28:10 UTC
Open a new spreadsheet, insert a simple 3D chart.
Open the 3D view dialog, cancel it : Crash.

Ok in master m49.
Comment 1 wolframgarten 2009-06-11 09:30:26 UTC
Autotest: ch2_updt_calc.bas, tFormat3DView.
Comment 2 wolframgarten 2009-06-11 09:50:58 UTC
The ID of the error report is r6tjhkc.
Comment 3 IngridvdM 2009-06-11 09:55:07 UTC
iha->aw: I have changed nothing in CWS aw065 and nothing was changed within the
chart2 module. This must be caused by one of the other changes in the deeper layers.
I can have a look at this nevertheless if you want but it will take some time to
have a working environment. Please decide..
Comment 4 IngridvdM 2009-06-11 14:13:58 UTC
The stack from the error report shows that no chart2 code is involved there.
Crash is in SdrModel::GetDrawOutliner.
Comment 5 Armin Le Grand 2009-06-11 15:10:44 UTC
AW: Problem is the lifetime of SdrText which is used in SdrTextPrimitive2D as
referenced Member. This is a known weak point, but worked up to now. I will
secure it now with a weak_reference. Testing...
Comment 6 Armin Le Grand 2009-06-12 09:22:56 UTC
AW: Checked in new build, works. Done.
Comment 7 Armin Le Grand 2009-06-12 09:26:18 UTC
AW->WG: Please verify in CWS.
Comment 8 wolframgarten 2009-06-12 14:12:37 UTC
Verified in CWS.
Comment 9 wolframgarten 2009-07-21 09:52:46 UTC
Tested in m52. CLosed.