Comment 11 for bug 1130225

Revision history for this message
Mikhail Titov (mtitov) wrote :

I can reproduce it with trunk revision 12155. I feel like it might be something with underlying libraries on Ubuntu 13.04 32 bit. I don't know how muh time we want to put into investigation... Though it would be nice if inkscape was more dumb-proof and could withstand non-trivial menu clicking :-)

I feel like something creates badly formed xml that sp_repr_read_file() fails to read. I get same message as if from xmllint

 mlt@nb:~/workspace/inkscape$ xmllint /tmp/ink_ext_XXXXXX.svgLUK5SW
 /tmp/ink_ext_XXXXXX.svgLUK5SW:12: parser error : AttValue: ' expected
 6vs9RiG3hXUZuZlJhFgd d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw
                                                                                ^
 /tmp/ink_ext_XXXXXX.svgLUK5SW:12: parser error : Premature end of data in tag svg line 1
 6vs9RiG3hXUZuZlJhFgd d6FSoo2ZXTMnzPPhADMM50fDfEIBVbkyNPpvJOLf5WrWc2W+L/Ty2O/OzEw
                                                                                ^

Here is the link to that XML : http://www.sendspace.com/file/3044ib

Here is the screenshot in GUD http://imagepaste.nullnetwork.net/viewimage.php?id=5727

I guess I should rebuild it without optimization.