Issue 102663 - aw065: Crash in 3D view dialog
Summary: aw065: Crash in 3D view dialog
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 09:28 UTC by wolframgarten
Modified: 2013-02-24 21:19 UTC (History)
2 users (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 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.