From: | Frank jansen <jansen(at)fumarium(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgres 8.4 Segfault on xpath |
Date: | 2010-03-15 13:26:58 |
Message-ID: | 4B9E35A2.30800@fumarium.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Am 15.03.2010 12:56, schrieb Magnus Hagander:
> On Mon, Mar 15, 2010 at 11:47, Dimitri Fontaine<dfontaine(at)hi-media(dot)com> wrote:
>
>> Frank jansen<jansen(at)fumarium(dot)de> writes:
>>
>>> I tried postgres 8.4.0 and 8.4.2 self compiled with elf compiled contrib
>>> directory, tried Debians 8.4 backport package with the 8.4 contrib package
>>> and all do the same: Segfault and terminated by Signal 11 :-(
>>>
>> Try 8.4.3, which has some XML crash related fix:
>> http://developer.postgresql.org/pgdocs/postgres/release-8-4-3.html
>>
> Note that 8.4.3 hasn't actually been released yet though - that's the
> developer version of the docs.
>
> Expect it out before tomorrow, though ;-)
>
>
>
Thanks for the tip with 8.4.3, its already available at the ftp mirrors :-)
Now with 8.4.3 the scripts work, but only until it has eaten up my
memory (4 gig).
The function above is executed for ~40000 items, with iteration steps of
300 items, every step memery consumption is increasing till the machine
hangs and process dies.
I am now looking into closing the database connection after every
iteration, hoping this helps.
I am bit concerned cause in postgres 8.3.1 it is/was working fine.
Kind regards,
Frank Jansen
From | Date | Subject | |
---|---|---|---|
Next Message | Vick Khera | 2010-03-15 15:09:17 | Re: libpq: compatibility with server versions |
Previous Message | A. Kretschmer | 2010-03-15 13:16:37 | Re: Unable to connect to Postgres database from email marketing software on the same host |