Re: [xml] Reinjecting SAX events



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







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]