Perhaps this call
void PathManipulator::_createControlPointsFromGeometry()
{
//...
    Geom::PathVector pathv = 
pathv_to_linear_and_cubic_beziers(_spcurve->get_pathvector());

If the _spcurve has been deleted by someone else, the
_spcurve->get_pathvector() will return a corrupted pointer and will
crash the program on first use in pathv_to_linear_and_cubic_beziers.

?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1216167

Title:
  inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1216167/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to