https://issues.apache.org/ooo/show_bug.cgi?id=120115
Priority: P3
Bug ID: 120115
Assignee: [email protected]
Summary: unconformant DOCX silently crashes on opening
Severity: normal
Issue Type: DEFECT
Classification: Application
OS: Windows 7
Reporter: [email protected]
Hardware: All
Status: UNCONFIRMED
Version: AOO 3.4.0
Component: open-import
Product: word processor
Created attachment 78514
--> https://issues.apache.org/ooo/attachment.cgi?id=78514&action=edit
non-UTF8 OpenXML-like document
Attached is document, generated by some intranet system.
It violates 2.4 chapter of ISO by specifying non-UTF character set.
// the application is targeted at Microsoft Ofice compatibility, not at
specifications. And MS Office opens such documents just fine.
MSO 2010 / 2003+CompatPack just open that documents easily.
KingSoft Office for mobile phones refuses to do.
OpenOffice.org Pro 3.3 (by i-rs.ru) also displayed an error and refused to
open.
AOOo 3.4 ... just disappears.
It probably had crashed but no GUI, even no OS-standard app memory dumper
shows.
I run application from console to see if it would log something out - but
silence in the stdout/stderr too.
---
Best possible outcome would be MSO approach. Since you can edit arbitrary
HTML/XML, you already do have a library of charsets and can transparently
recode the document whil opening.
Or at least AOOo should report the error to user and explicitly deny opening
the document.
But just silently crashing and closing without saying a word is not good
outcome.
--
You are receiving this mail because:
You are the assignee for the bug.