Re: [xml] Core while parsing
- From: "Volker Roth" <pulken gmx net>
- To: <xml gnome org>
- Subject: Re: [xml] Core while parsing
- Date: Fri, 19 Nov 2004 15:32:17 +0100
----- Original Message -----
From: "Daniel Veillard" <veillard redhat com>
<snip>
ctx passed is NULL, no big deal we do not use it.
Then vfprintf is called on a NULL file while it explicitely check and
correct if xmlGenericErrorContext is NULL to use stderr. If your stderr
is NULL, well I don't know what you did but this sounds awfully broken.
Daniel
Hello again,
we found out, that the error belong to the
libxml which was compiled with multithreaded support.
Then the stderr is NULL in
void xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg,
...)
...
When we make a Libxml without multithread support
it doesn't core.
Do we have to do some special compiler options for
a lib with multithread support ?
Can you explain me in some words why the
libxml need multithread's ?
Thanks in advance
Volker Roth
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]