Re: recent --with-libxml support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: recent --with-libxml support
Date
Msg-id 7561.1166855486@sss.pgh.pa.us
Whole thread Raw
In response to Re: recent --with-libxml support  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: recent --with-libxml support
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Jeremy Drake wrote:
>> #0  0xb7c4dc85 in memcpy () from /lib/tls/libc.so.6
>> #1  0x08190f59 in appendBinaryStringInfo (str=0xbfd87f90,
>> data=0x841ffc0 "qux", datalen=138543040) at stringinfo.c:192
>> #2  0x0828377f in map_sql_identifier_to_xml_name (ident=0x841ffc0
>> "qux", fully_escaped=0 '\0') at xml.c:933

> Obviously the datalen has gone off the map.

I wouldn't put 100% faith in that display, unless Jeremy built with -O0.
If it is accurate then the question is how could mblen fail so badly?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: recent --with-libxml support
Next
From: Jeremy Drake
Date:
Subject: Re: recent --with-libxml support