On Oct 3, 2009, at 5:17 AM, Tobias Jakobs wrote:
2009/10/3 Krzysztof KosiĆski <tweenk.pl@...400...>:
Can you also provide the output of the 'backtrace' command after the glibc error? The glibc-generated backtrace doesn't have any symbolic information, while the GDB backtrace will have it.
OK, here output from the backtrace: http://paste.ubuntu.com/284571/
I hope this helps.
Thanks, that's a good start.
It did stop early, though
#15 0x082a0222 in Inkscape::SVG::PathString::_appendPoint (this=0xbfcd44e0, p= {_pt = {3.7118498975370057e-314, -5.6550316700445993e+284}}, sc=true) ---Type <return> to continue, or q <return> to quit---
If you can hit <return> while you still get that message it will then continue and finish showing us where the calls originated from. Off hand, it looks like those x and y coordinates for the point are garbage. They might be the cause of problems, or just might be a result of the true problem.
Thanks.