Issue 12826 - Writer Crashes when exprorting to PDF and document contains Marlett font
Summary: Writer Crashes when exprorting to PDF and document contains Marlett font
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC Windows 2000
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: h.ilter
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-29 22:50 UTC by Unknown
Modified: 2013-08-07 14:43 UTC (History)
2 users (show)

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


Attachments
A sample .sxw file that crashes when exporting to PDF (4.76 KB, application/octet-stream)
2003-03-29 22:52 UTC, Unknown
no flags Details
The crash info from the windows 98 machine. (501 bytes, text/plain)
2003-03-29 22:52 UTC, Unknown
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-03-29 22:50:31 UTC
When exporting to PDF from an .sxw file that contains the Marlett font, the
program crashes. 

Platforms Confirmed on: _Both_ Windows 2000 SP3 and Windows 98SE, both with all
updates loaded. 

How to reproduce: Create a PDF from the attached sample file.
Comment 1 Unknown 2003-03-29 22:52:05 UTC
Created attachment 5338 [details]
A sample .sxw file that crashes when exporting to PDF
Comment 2 Unknown 2003-03-29 22:52:41 UTC
Created attachment 5339 [details]
The crash info from the windows 98 machine.
Comment 3 h.ilter 2003-04-01 13:07:25 UTC
A further issue for you.
Comment 4 hdu@apache.org 2003-04-01 15:32:04 UTC
Crash in PSPrint's sft.c GetNames() for Marlett font... 
Comment 5 hdu@apache.org 2003-04-03 08:51:55 UTC
Marlett has a "3.0" instead of a "3.1" name which violates the spec that is not 
100% clear in this question. This caused the crash. 
 
HDU->PL: Another problem while fixing this problem was that the U+004D 'M' is 
not available in the font so glyph fallback happens. 
Comment 6 philipp.lohmann 2003-04-03 09:44:57 UTC
will change glyph fallback for PDF
Comment 7 philipp.lohmann 2003-04-03 13:25:51 UTC
fixed in vcl07
Comment 8 philipp.lohmann 2003-04-04 10:49:37 UTC
fixed in vcl07
Comment 9 h.ilter 2003-04-07 14:32:49 UTC
The crash is fixed.
Comment 10 h.ilter 2003-04-07 14:34:20 UTC
Verified with 644m7s1_8576 (cws:VCL07) = The unclean export will be 
written in IBIS.
Comment 11 h.ilter 2003-04-11 15:42:36 UTC
Ibis task=108695
Comment 12 h.ilter 2003-04-15 15:53:40 UTC
It's all ok in 644m8_8583 (cws:vcl08)