On 19/04/2016 20:35, Fred Smith wrote:
Here's (part of) the backtrace from the resulting core file:
(gdb) bt
#0 0x005e6815 in _IO_vfprintf_internal (s=0x1, format=,
ap=0x39c1918 "\001") at vfprintf.c:1640
It seems that vfprintf got called with an invalid stream argument (0x1).
libxml2 passe
I'm wondering if anyone here can help me understand what caused this core dump.
The app statically links libxml2, and based on the line numbers, this one
appears to have been linked with 2.7.8 (we now use a much newer one...). You
can see the beginning of the XML string being parsed in several