Issue 30263 - OOo terminates when reloading the bug doc
Summary: OOo terminates when reloading the bug doc
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: 680m42
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: christian.guenther
QA Contact: issues@graphics
URL:
Keywords:
: 30299 30304 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-06-15 15:41 UTC by Frank Schönheit
Modified: 2004-09-02 09:00 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 Frank Schönheit 2004-06-15 15:41:10 UTC
- open the attachment from issue 29519
(http://www.openoffice.org/nonav/issues/showattachment.cgi/15470/tst_10.sxi)
- File|Reload
=> OOo silently terminates
debugging it shows a stack overflow as follows:
 	sd680mi.dll!sd::ViewShell::WriteUserData()  + 0x11	C++
 	sd680mi.dll!sd::ViewShellBase::WriteUserData()  + 0x2b	C++
 	sd680mi.dll!sd::ViewShell::WriteUserData()  + 0x54	C++
 	sd680mi.dll!sd::ViewShellBase::WriteUserData()  + 0x2b	C++
 	sd680mi.dll!sd::ViewShell::WriteUserData()  + 0x54	C++
 	...
Comment 1 clippka 2004-06-15 15:45:24 UTC
Andre, I have a slight feeling this is something in your area
Comment 2 groucho266 2004-06-15 16:26:27 UTC
The two WriteUserData() methods of ViewShell and ViewShellBase forward their
calls to each other and thus loop.   The forwarding should only take place from
ViewShellBase to ViewShell.
Comment 3 groucho266 2004-06-15 16:38:53 UTC
Fixed by removing the forwarding code back to ViewShellBase.
Comment 4 thorsten.ziehm 2004-06-18 11:36:48 UTC
needed for next build => set to P1
Comment 5 groucho266 2004-06-18 12:38:20 UTC
Checked in the fix in sd/source/ui/view/viewshe2.cxx toplevel as revision 1.26.
Comment 6 fredrik.haegg 2004-06-23 10:06:04 UTC
*** Issue 30304 has been marked as a duplicate of this issue. ***
Comment 7 fredrik.haegg 2004-06-23 10:07:54 UTC
*** Issue 30299 has been marked as a duplicate of this issue. ***
Comment 8 fredrik.haegg 2004-06-23 10:08:28 UTC
Closed
Comment 9 clippka 2004-06-25 08:48:41 UTC
*** Issue 30672 has been marked as a duplicate of this issue. ***
Comment 10 wolframgarten 2004-07-27 09:23:37 UTC
Issue reopened.
Comment 11 wolframgarten 2004-07-27 09:24:13 UTC
Set to fixed again.
Comment 12 groucho266 2004-07-27 16:31:06 UTC
Step 1 on sending issue to QA.
Comment 13 groucho266 2004-07-27 16:31:53 UTC
Step 2 on sending issue to QA.
Comment 14 groucho266 2004-07-27 16:32:07 UTC
Step 3 on sending issue to QA.
Comment 15 christian.guenther 2004-07-29 15:19:02 UTC
verified in cws impress15ea on Sols, Lin, Win.
Comment 16 christian.guenther 2004-07-29 15:19:49 UTC
verified
Comment 17 christian.guenther 2004-09-02 09:00:54 UTC
Integrated in src680m52 on Sols, Lin, Win.