[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] Reinjecting SAX events
- From: Joachim Zobel <jz-2006 heute-morgen de>
- To: xml gnome org
- Subject: Re: [xml] Reinjecting SAX events
- Date: Fri, 12 Jan 2007 23:35:13 +0100
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]