Comment 2 for bug 1434721

Revision history for this message
su_v (suv-lp) wrote :

Crash confirmed with Inkscape 0.91 r13725 and 0.91+devel r14020 on OS X 10.7.5. UniConverter 1.1.5 also fails to open the file.

The file format by the way is not WMF as suggested, it seems to be an EMF file:

$ file test12.wmf
test12.wmf: Windows Enhanced Metafile (EMF) image data version 0x10000

Renaming the file to test12.emf and attempting to open it in Inkscape doesn't result in a crash, but fails to load with a different error (Inkscape itself does not crash):

Entity: line 591669: parser error : internal error: Huge input lookup
 L 91242.202,-101183.14
        ^
Entity: line 591669: parser error : internal error: Huge input lookup
 L 91242.202,-101183.14
        ^
Entity: line 591669: parser error : Extra content at the end of the document
 L 91242.202,-101183.14
        ^

Even if the file turns out to be damaged (or otherwise unsupported by Inkscape), the application should not crash (instead, it should notify the user that it fails to open the file).