
30 Nov
2007
30 Nov
'07
6:06 a.m.
On Fri, 2007-11-30 at 01:56 +0100, jiho wrote:
** (inkscape:9060): CRITICAL **: const GSList* sp_document_get_resource_list(SPDocument*, const gchar*): assertion `document != NULL' failed
I'd suggest putting a break point here, and then doing the backtrace.
gdb> break sp_document_get_resource_list
<gdb will break>
gdb> bt gdb> continue
--Ted