Issue 42225 - Showstopper: Hanging when playing presentation with ole
Summary: Showstopper: Hanging when playing presentation with ole
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: recent-trunk
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-07 17:38 UTC by wolframgarten
Modified: 2005-02-09 12:47 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 wolframgarten 2005-02-07 17:38:55 UTC
Open the sample Fruit depot annual meeting. Start the presentation. The 7th
slide with the OLE hangs the office. This problem is not sepcial to this file.
Ok in m74.
Comment 1 thb 2005-02-07 18:45:06 UTC
Fixed. Reason was incorrect update of the clip, which violated OutDevState's
invariant, that never both clip and clipRect can be non-empty. That caused an
exception later on.

This was handled incorrectly, as the new clip was set, but the old one not
always cleared (happens, when the clip migrates from rect to poly, or vice versa).

@af: exception root cause fixed, incorrect handling of such an exception in SD
remains.
Comment 2 groucho266 2005-02-08 10:05:34 UTC
Reopening...
Comment 3 groucho266 2005-02-08 10:06:04 UTC
...reassigning...
Comment 4 groucho266 2005-02-08 10:06:31 UTC
...resolving.
Comment 5 wolframgarten 2005-02-08 10:29:08 UTC
Verified in CWS on Linux, Windows, Solaris.
Comment 6 wolframgarten 2005-02-09 12:47:20 UTC
Tested in master. Closed.