Comment 8 for bug 1270464

Revision history for this message
Alvin Penner (apenner) wrote :

must be a weird numerical round-off error problem. I updated to rev 12954 and still get the crash. I put a tracer on the affine transform, m, which is being used just before line 90 in the code. The transform is good for a while and then goes bad just before the crash. Output below:

.........................

m =
A: 114 C: 0 E: 313
B: 0 D: 114 F: 425.362

m =
A: 114 C: 0 E: 313
B: 0 D: 114 F: 425.362

m =
A: nan C: 0 E: nan
B: 0 D: nan F: nan

m =
A: nan C: 0 E: nan
B: 0 D: nan F: nan

terminate called after throwing an instance of 'Geom::ContinuityError'
  what(): lib2geom exception: Non-contiguous path (src/2geom/path.cpp:91)

Emergency save activated!
Emergency save completed. Inkscape will close now.
If you can reproduce this crash, please file a bug at www.inkscape.org
with a detailed description of the steps leading to the crash, so we can fix it.