Issue 66244 - Crash when viewing slideshow of a PPT imported file
Summary: Crash when viewing slideshow of a PPT imported file
Status: CLOSED DUPLICATE of issue 64758
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 2.0.4
Assignee: thb
QA Contact: issues@graphics
URL:
Keywords: needmoreinfo, oooqa
: 66537 (view as issue list)
Depends on:
Blocks: 66537
  Show dependency tree
 
Reported: 2006-06-08 14:59 UTC by ranvyas
Modified: 2006-08-02 11:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
copy-paste from the crash window (6.58 KB, text/plain)
2006-06-08 15:02 UTC, ranvyas
no flags Details
The slide that crashes Presentation (62.00 KB, application/vnd.ms-powerpoint)
2006-06-09 12:45 UTC, ranvyas
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description ranvyas 2006-06-08 14:59:10 UTC
Presentation crashes when one particular slide is displayed in a slideshow. I
can view the slide in normal mode, but when I press F5 OO crashes. Backtrace
attached.
I cannot attach the file itself, because it's confidential. The slide in
question has no slide transition, no custom animation efects. There's only text
and MS drawing.

My system is:
IBM T43 laptop
RHEL4u3
KDE3.5.2
OO.org 2.0.2
Comment 1 ranvyas 2006-06-08 15:02:40 UTC
Created attachment 37007 [details]
copy-paste from the crash window
Comment 2 Rainer Bielefeld 2006-06-09 06:07:50 UTC
Pls. attach a sample document. If it contains confidential contents, you can
send it to me by email.
Comment 3 wolframgarten 2006-06-09 07:35:25 UTC
Reassigned.
Comment 4 christian.guenther 2006-06-09 09:36:05 UTC
Please attach a bugdoc.
Comment 5 christian.guenther 2006-06-09 09:37:03 UTC
Please have a look to the attached stacktrace.
Comment 6 clippka 2006-06-09 11:00:44 UTC
this looks like a font issue, the vcl canvas crashes while font rendering.

Please delete all slides except the one that crashes and replace text with
garbish if it is confidential but keep the formating intact

CL->THB: Is this crash nown? See stack

CL->Herber, as Thorsten is on vacation, have you seen this error before? If you
don't know about this issue please ask Phillip or send issue back to Thorsten
Comment 7 ranvyas 2006-06-09 12:45:20 UTC
Created attachment 37029 [details]
The slide that crashes Presentation
Comment 8 hdu@apache.org 2006-06-14 10:06:18 UTC
.
Comment 9 hdu@apache.org 2006-06-14 10:24:55 UTC
The font request for a stretched font with a pixel height=15 and a pixel
width=1244635489 doesn't look sane to me...
Comment 10 hdu@apache.org 2006-06-14 10:45:09 UTC
This was probably caused by this bogus AffineTransform in vclcanvas's Renderstate:
  {m00 = 2147483929, m01 = 0, m02 = 1.8156158213572333e+17,
   m10 = 0, m11 = 25.377110694183866, m12 = 16683.521575984989}
Comment 11 thb 2006-06-27 17:38:37 UTC
There have been a few cases like this, where shapes, either during import or
whilst animated, get exceedingly large. I can certainly fix this by clamping the
shape size, OTOH, code that cannot handle certain input values should sanitize
them itself (i.e. VCL, in this case).

@hdu: what exactly makes freetype crash here?
Comment 12 thb 2006-06-27 17:46:48 UTC
*** Issue 66537 has been marked as a duplicate of this issue. ***
Comment 13 hdu@apache.org 2006-06-28 10:52:09 UTC
> what exactly makes freetype crash here?

It tries to allocate the bitmap output buffer for a glyph. Since you requested a
very large font the buffer size has to be big enough. And if it is so big that
the memory allocation fails...
Comment 14 thb 2006-08-02 11:55:22 UTC
This is duplicate to issue 64758 - both crashes are triggered by obscenely high
matrix scales.

*** This issue has been marked as a duplicate of 64758 ***
Comment 15 thb 2006-08-02 11:58:12 UTC
...and closing.