Am Donnerstag, den 11.01.2007, 20:18 +0100 schrieb Joachim Zobel:
> // Since we will not do any SAX parsing, we give neither 
> // handler nor context.
> fctx->parser = xmlCreatePushParserCtxt(NULL, NULL, NULL, 0, NULL);

Just found that the problem is a bug on my side, xmlCreatePushParserCtxt
is not called, so the segfault simply comes from dereferencing an
uninitialized fctx->parser.

Sincerely,
Joachim




_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to