Effects - Modify Path - ... crash Inkscape

Bug #239092 reported by Daniel Prien
2
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Critical
Unassigned

Bug Description

Added circle, converted to path, most (all?) effects under "Modify Path" crash Inkscape with:

** ERROR:(xml/simple-node.cpp:409):virtual void Inkscape::XML::SimpleNode::_bindDocument(Inkscape::XML::Document&): assertion failed: (!_document || _document == &document)

Revision history for this message
sas (sas-sas) wrote :

Confirmed. The underlying cause may be the same as for bug 239101, so I'm assigning this to MenTaLguY to take a look at.

Changed in inkscape:
assignee: nobody → mental
importance: Undecided → Critical
status: New → Confirmed
Revision history for this message
MenTaLguY (mental-deactivatedaccount) wrote :

It's slightly different, but releated.

Revision history for this message
MenTaLguY (mental-deactivatedaccount) wrote :

It was a pre-existing bug in the extension code which was exposed by the new changes; it was doing stuff like:

oldroot->appendChild(child->duplicate(newroot->document()));

(Where you're supposed to pass the *destination* document to Node::duplicate)

Revision history for this message
MenTaLguY (mental-deactivatedaccount) wrote :

Fixed in r18871

Changed in inkscape:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.