Comment 4 for bug 546752

Revision history for this message
su_v (suv-lp) wrote : Re: inkscape crashed with SIGSEGV in __gnu_cxx::new_allocator<Inkscape::LivePathEffect::LPEObjectReference*>::construct()

The crash described in comment #3 with Inkscape 0.47+devel seems to be a different issue (an updated connector tool was merged after the release of 0.47) and can be reproduced e.g. by just deleting a shape that has been set to be avoided by connectors. It seems not directly related to the group/ungroup command:

console message from Inkscape 0.487+devel r9231:
Assertion failed: (!_router->shapeInQueuedActionList(this)), function ~ShapeRef, file libavoid/shape.cpp, line 81.

@Alex - could we change the summary to what action crashes Inkscape? The backtrace reference to LivePathEffect::LPEObjectReference seems somewhat random to me because nowhere in your steps to reproduce are any LivePathEffects involved and it also differs from the one I get with Inkscape 0.47 on OS X (comment #2).