Issue 36321 - API: SdDrawPagesAccess -> crash when the document is closed
Summary: API: SdDrawPagesAccess -> crash when the document is closed
Status: CLOSED DUPLICATE of issue 29592
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-29 09:22 UTC by stephan.wunderlich
Modified: 2013-02-24 21:10 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 stephan.wunderlich 2004-10-29 09:22:28 UTC
Just execute
    checkapi -o sd.SdDrawPagesAccess
to reproduce the behaviour.
At the end of the test the document is closed with XCloseable.close(true) which
lets the office crash.
Comment 1 groucho266 2004-10-29 13:31:18 UTC
Accepted.
Comment 2 groucho266 2004-11-15 16:33:23 UTC
Duplicate, see below.
Comment 3 groucho266 2004-11-15 16:36:58 UTC
The crash occurs in the destructor of the SdrPage class: the iteration over the
page users has to be done with a copy of the list of page users since the
original list may change during the iteration.

Fixed by issue 29592. See comment on Oct 21. 2004, 8:03.

*** This issue has been marked as a duplicate of 29592 ***
Comment 4 stephan.wunderlich 2005-01-26 16:59:29 UTC
ok in src680_m73 => closed
Comment 5 tfulaporis 2010-10-23 15:35:11 UTC
Created attachment 72557