Comment 3 for bug 1434721

Revision history for this message
David Mathog (mathog) wrote :

Does the OP have a way in the generating program to edit this file down to a smaller sample? For instance, select half the drawing and delete it. Save to SVG. Import in Inkscape. If it crashes delete another half. If it doesn't crash delete the other half instead. Rinse and repeat until the drawing is whittled down to the smallest possible sample that crashes.

The example posted has 602398 records in it, and it doesn't go wrong, I think in the SVG parser operating on the SVG made by the EMF conversion routine, until over half a million lines have been processed.

libUEMF's reademf got all the way through it without crashing. However, that output is so huge there is no way I can just eyeball it to see what the problem is.