Re: PostgreSQL 9.2beta4 (& git HEAD) server crash on creating extension plpython3u - Mailing list pgsql-hackers

From Jan Urbański
Subject Re: PostgreSQL 9.2beta4 (& git HEAD) server crash on creating extension plpython3u
Date
Msg-id 5034AE53.50801@wulczer.org
Whole thread Raw
In response to Re: PostgreSQL 9.2beta4 (& git HEAD) server crash on creating extension plpython3u  (Josh Berkus <josh@agliodbs.com>)
Responses Re: PostgreSQL 9.2beta4 (& git HEAD) server crash on creating extension plpython3u
List pgsql-hackers
On 21/08/12 20:13, Josh Berkus wrote:
>
>> No. I get the same backtrace when I try against the 9.1.5 (REL9_1_STABLE)
>> branch.

I have reproduced this on Linux, seems like the fix is to to run the 
postmaster with this env variable exported:

PYTHONHOME=/opt/ActivePython-3.2/

(or wherever you installed ActivePython).

To give credit, I found the decisive clue here: 
http://manojadinesh.blogspot.com/2012/06/fatal-python-error-pyinitialize-unable.html

Cheers,
Jan



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: PATCH: psql boolean display
Next
From: Sachin Srivastava
Date:
Subject: Re: PostgreSQL 9.2beta4 (& git HEAD) server crash on creating extension plpython3u