Re: recent --with-libxml support

From: Jeremy Drake <pgsql(at)jdrake(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: recent --with-libxml support
Date: 2006-12-23 06:08:27
Message-ID: Pine.BSO.4.64.0612222204390.8221@resin.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 22 Dec 2006, Tom Lane wrote:

> Jeremy Drake <pgsql(at)jdrake(dot)com> writes:
> >> Can you provide a stack trace for that crash?
>
> > #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
>
> Hmm ... it seems to work for me here, using Fedora 5's libxml.
>
> Are you by any chance running this with a non-C locale? The trace
> suggests an encoding-mismatch sort of issue...

Nope.

I saw another buildfarm member that looks like it croaked in the same
place:
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=sponge&dt=2006-12-22%2022:30:02

So I guess it is not just me...

--
If you think education is expensive, try ignorance.
-- Derek Bok, president of Harvard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-12-23 06:19:27 Re: recent --with-libxml support
Previous Message Tom Lane 2006-12-23 04:58:49 Re: recent --with-libxml support