Issue 12264 - crash when opening a ms word file
Summary: crash when opening a ms word file
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.0.2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords: oooqa
Depends on:
Blocks: 14053
  Show dependency tree
 
Reported: 2003-03-12 13:18 UTC by Unknown
Modified: 2013-08-07 14:44 UTC (History)
1 user (show)

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


Attachments
A ms word file that crashes the swriter (216.00 KB, application/ms-word)
2003-03-12 13:19 UTC, Unknown
no flags Details
Symbolic stack dump on ooo1.1beta on rh8 linux x86. Both with and without valgrind. (14.94 KB, text/plain)
2003-05-13 09:18 UTC, dankegel
no flags Details
extracted "pct graphic" (156.72 KB, application/octet-stream)
2003-05-13 14:28 UTC, caolanm
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-03-12 13:18:05 UTC
Swriter crashes when opening an microsoft word file created with on a mac os X
wiht office X.
The peculiarity of this word file seems to be an image incorporated in the
header; if I remove the image it does not crash anymore.
I attach the file.
Comment 1 Unknown 2003-03-12 13:19:55 UTC
Created attachment 5061 [details]
A ms word file that crashes the swriter
Comment 2 Unknown 2003-03-13 00:37:49 UTC
The same behaviour with OO 644
Comment 3 dankegel 2003-05-13 08:59:16 UTC
Reproduced with ooo1.1beta1 on x86 linux.
Comment 4 dankegel 2003-05-13 09:18:54 UTC
Created attachment 6171 [details]
Symbolic stack dump on ooo1.1beta on rh8 linux x86.  Both with and without valgrind.
Comment 5 h.ilter 2003-05-13 10:58:32 UTC
Reassigned to MRU
Comment 6 michael.ruess 2003-05-13 13:43:23 UTC
MRU->CMC: I was able to see the crash on a Linux 644m13s2. The Windoze
644m13s2.nonpro gives the Assertion "unsupported bit count"
Comment 7 caolanm 2003-05-13 14:28:24 UTC
Created attachment 6183 [details]
extracted "pct graphic"
Comment 8 caolanm 2003-05-13 14:31:22 UTC
The problem is with what we think is a PCT graphic, the extracted
graphic is attached. Is it a corrupt graphic leaving the escher import
? or just a bug in our PCT handling.
Comment 9 sven.jacobi 2003-05-13 16:11:30 UTC
I see, the graphic is containing a 2-Bit pixel graphic, this is
something we do not support at our bitmap. Importing the graphic as
4-Bit pixel graphic now.

The fix takes place in goodies/source/filter.vcl/ipict/ipict.cxx for
cws[draw11].
Comment 10 sven.jacobi 2003-05-19 13:37:17 UTC
This bug has been fixed now in cws[draw11]. 

SJ->MRU: This bug also happened on Solaris, so don't be disappointed
if there is no Linux installation set available in cws[draw11], but if
you can't live without, I will make one.
Comment 11 michael.ruess 2003-05-21 10:54:39 UTC
Checked the fix with CWS draw11 on Windows & Solaris. Worked fine now
on Solaris and the Win32 debug version also doesn't give a warning
anymore.
Comment 12 michael.ruess 2003-05-21 10:55:01 UTC
Fix will be available in OO 1.1 RC.
Comment 13 michael.ruess 2003-07-18 08:59:47 UTC
MRU: Fixed with OO 1.1 RC.