Comment 6 for bug 682585

Revision history for this message
su_v (suv-lp) wrote : Re: Inkscape crashes when moving an object

@Johan - I fail to reproduce it in current trunk (r10141) either (OS X 10.5.8 i386).

With Inkscape 0.48.1 (r9760):
1) launch inkscape
2) draw a shape (to dirty the new document)
3) open 'branchements.svg' from the archive, using 'File > Open…'
4) move the top-most of the 4 'HDMI' text objects (it has a 'connector-avoid' attribute)

-> inkscape 0.48.1 crashes with

terminate called after throwing an instance of 'Geom::InfiniteSolutions'
  what(): lib2geom exception: There are infinite solutions (2geom/line.cpp:215)

Apparently, the crash does not happen in Inkscape 0.48.1, when the file reuses the (unchanged) current document window.
Launching Inkscape 0.48.1 with the file as argument from the command line does expose the same crash when moving the 'HDMI' text object (not sure how double-clicking it in the file manager of your choice effects that).

Possibly related:
Bug #640985 “Copy&paste crashes inkscape in Avoid::ShapeRef::setNewPoly()”