lpe path and point parameter incompatibility
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Invalid
|
Undecided
|
Unassigned |
Bug Description
lpe-test-
Add this effect to some object. Node-edit the path parameter. Exit node-edit mode. Move the object around. Inkscape crashes when you release the mouse.
[segmentation fault in strcmp() in msvcrt.dll] :-(
Remark1: If you comment out the relevant lines to remove either the path or the point parameter: no crash at all.
Remark2: if you edit the path parameter in xml editor, no crash occurs.
I had some look at it, and did follow execution up to some point where I'm lost:
When you move the object around, "transform_
The crash happens right after that one, but before returning to "transform_
I guess knotholders/
Anyway, no hurry: No lpe uses both paths and points param in the code base atm; I wanted to in vonKoch, but will try to use a path instead!
JF.
tags: | added: livepatheffects |
not reproduced with Inkscape 0.47+devel r9096 on OS X 10.5.8 - has this been fixed?