On 04/07/2009 08:16 PM, bulia byak wrote:
On Sun, Apr 5, 2009 at 8:52 PM, jf barraud <jf.barraud@...400...> wrote:
  
Hi all,

For some unknown reason, all lpes having theire own "addCanvasIndicators()"
(namely lpe-knot and lpe-cpopyrotate) now crash inkscape whenever you try to
edit with the node tool.
Just in case someone is aware of some recent change in the code causing
this, please make suggestions, it might save me some time trying to
understand what is going on! ;-)
    

This is a crash in snapping code, so I'm ccing Diederik. Just draw a
self-intersecting path with Pencil, ctrl+shift+7, choose Knot, Add,
F2.

This should have been fixed now. The snapping code was called while the event context was being created, and therefore the desktop didn't yet have an event context associated with it.

Diederik