Re: Why is create function bringing down the Backend server?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Moreno <moreno_pg(at)mochima(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Why is create function bringing down the Backend server?
Date: 2005-12-22 18:33:27
Message-ID: 24405.1135276407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Carlos Moreno <moreno_pg(at)mochima(dot)com> writes:
> The problem is, when I execute the SQL statement:
> create or replace function sha1 .... ;
> for the second time (i.e., after making modifications and
> recompiling), the *backend* crashes

Getting a stack trace from that core dump might be illuminating.
Better yet, attach to the backend with gdb before you execute
the crash-triggering statement, and let gdb trap the crash.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ian Burrell 2005-12-22 18:44:28 Re: [Slony1-general] Mem usage/leak - advice needed
Previous Message Tom Lane 2005-12-22 18:30:05 Re: reading EXPLAIN output