From: | Frank jansen <jansen(at)fumarium(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Postgres 8.4 Segfault on xpath |
Date: | 2010-03-15 08:54:52 |
Message-ID: | 4B9DF5DC.8000805@fumarium.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I am trying to migrate a 32-Bit server running Postgres 8.3.1 to another
machine running 8.4.0 on 64-bit. I have compiled Postgres 8.4.2 on a
Debian Leeny 64-Bit System and getting constantly Segmentation Faults
(Terminated Postgres Server by Signal 11) when a specific function,
which uses xpath is executed. When i execute the function with the xpath
statement alone in psql, it is working as expected. But if i execute a
cascaded function, whose child is executing the function, which uses the
xpath statement, i get the segfault.
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 :-(
I just compiled Postgres 8.3.1 on the new 64-Bit rig and it is running
fine...
But my boss wants me to move to 8.4, so i am a bit lost.
Kind regards,
Frank Jansen
The function:
feedimport.is_blacklisted(p_external_broker_id,xpath_string(l_xml_item,'/immobilie/verwaltung_techn/objektnr_extern'))
From | Date | Subject | |
---|---|---|---|
Next Message | Dimitri Fontaine | 2010-03-15 10:47:10 | Re: Postgres 8.4 Segfault on xpath |
Previous Message | Albe Laurenz | 2010-03-15 08:50:43 | Re: libpq: compatibility with server versions |