Issue 31401 - Closing office brings a crash
Summary: Closing office brings a crash
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: 680m43
Hardware: All Solaris
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 31853 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-07-13 09:58 UTC by wolframgarten
Modified: 2004-08-11 12:53 UTC (History)
3 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 2004-07-13 09:58:58 UTC
Start the office, open a draw or impress  and close the office : Segmentation
fault comes up, Office crashes.
Comment 1 groucho266 2004-07-15 10:01:52 UTC
Accepted.
Comment 2 groucho266 2004-07-26 10:20:39 UTC
*** Issue 31853 has been marked as a duplicate of this issue. ***
Comment 3 groucho266 2004-07-26 10:31:01 UTC
*** Issue 31853 has been marked as a duplicate of this issue. ***
Comment 4 rt 2004-07-27 10:15:57 UTC
Set myself  onto CC list, because "my" issue i31853 was declared duplicate to
this one.

What astonishes me is that this crash did not occur in the automatic smoketest
('build' in module smoketest) before milestone m48 allthough this issue states
it already appeared on m43.
Comment 5 rt 2004-07-27 10:21:11 UTC
Add Kurt to CC-list.
Kurt, does this still occur in SRC680 m49 smoketest? If yes, we have to get this
fixed ASAP as it disables our automatic build-test-release process. 
Andre, when you have a fix for this, feel free to contact Kurt or myself on how
to get this on the master soon.

Rüdiger
Comment 6 groucho266 2004-07-29 09:15:27 UTC
The office crashed under Solaris because of a failed destruction of static Image
objects.
The Image objects are now allocated and released in the IconCash singleton.
Comment 7 groucho266 2004-07-29 15:58:01 UTC
There is still a crash when closing the office under Solaris.  Again there are
static Image objects the system tries to destroy in the exit handler.  This time
they come from the svtool/SvTreeListBox used--among other places--in the Impress
wizard. I have submitted issue 32300 for this.

AF->WG: You can verify that this bug is fixed by deactivating the Impress
wizard: The crash is gone.  Alternatively, there crash of issue 32300 can be
reproduced by creating a new Writer document, open the Options dialog via menu
Tools/Options, close it and close the office:  The tree control at the left side
of the Options dialog is responsible for this crash (it is the same control that
is used in the Impress wizard.)
Comment 8 groucho266 2004-08-02 08:05:47 UTC
Step 1 of sending issue to QA.
Comment 9 groucho266 2004-08-02 08:06:06 UTC
Step 2 of sending issue to QA.
Comment 10 groucho266 2004-08-02 08:06:20 UTC
Step 3 of sending issue to QA.
Comment 11 wolframgarten 2004-08-02 08:54:37 UTC
Verified in CWS.
Comment 12 wolframgarten 2004-08-11 12:53:16 UTC
Tested in master m50. Closed.