Re: BUG #2352: Bug with Pl/Python

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Rafael Jorge Sierra Goncales" <rafaeljsg14(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2352: Bug with Pl/Python
Date: 2006-03-22 17:49:57
Message-ID: 17967.1143049797@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Rafael Jorge Sierra Goncales" <rafaeljsg14(at)gmail(dot)com> writes:
> =# CREATE LANGUAGE "plpythonu"
> Program received signal SIGABRT, Aborted.

This most likely indicates an Assert failure (did you build with
--enable-cassert?) There should be a TRAP message in the postmaster
log if so. Seeing that would be helpful.

I'm wondering if the problem comes from trying to load a wrong version
of the plpython shared library. You might want to check that you've got
a plpython.so that was built from the same PG version and same configure
options as the backend.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Davidson, Robert 2006-03-22 20:11:51 Function Parameters in GROUP BY clause cause errors
Previous Message Gloria 2006-03-22 17:47:37 Re: BUG #2350: Timezone string fails in a certain context