[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2019-11-29 Thread tbnorth via ubuntu-bugs
** Tags added: bug-migration -- 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 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2019-06-30 Thread Mattia Rizzolo
(following upstream) ** Changed in: inkscape (Ubuntu) Status: New => Invalid -- 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

[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2019-06-29 Thread Qantas94Heavy
As there have not been updates on this crash for years and I can't reproduce this on Inkscape 0.92.4, this bug will be closed. If you can still reproduce this with the latest Inkscape version, please file a new report here: https://inkscape.org/report. Thank you! Closed by:

[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2014-02-27 Thread Johan Engelen
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

[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2014-01-02 Thread Johan Engelen
I can't find anything obvious that is wrong in the code of the top 3 functions of the stack trace. One thing to try is if pathv_to_linear_and_cubic_beziers is OK if the argument is a PathVector with an empty Path in it. PathVector pv; pv.push_back(Path()); pathv_to_linear_and_cubic_beziers(pv);

[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2013-12-23 Thread Kris
** Changed in: inkscape Importance: Undecided = High -- 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

[Bug 1216167] Re: inkscape crashed with SIGSEGV in pathv_to_linear_and_cubic_beziers()

2013-08-27 Thread Alex Valavanis
** Also affects: inkscape Importance: Undecided Status: New ** Information type changed from Private to Public ** Tags added: crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1216167