
12 Apr
2005
12 Apr
'05
12:55 a.m.
Quoting aaron@...749...:
** (inkscape:9511): CRITICAL **: Inkscape::Extension::Extension* Inkscape::Extension::build_from_reprdoc(Inkscape::XML::Document*, Inkscape::Extension::Implementation::Implementation*): assertion `doc != NULL' failed
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1223991168 (LWP 9511)] releaseInkscape::XML::Document (r=0x0) at gc-anchored.h:57 57 if (!--_anchor->refcount) {
This is indicative of calling release() on a NULL pointer, or on an object whose refcount is already 0.
[ Probably the former, given the immediately preceding doc != NULL assertion failure. ]
A backtrace of the crash would be helpful to diagnose it in more detail.
-mental