Re: Why is create function bringing down the Backend server? - Mailing list pgsql-general

From Tom Lane
Subject Re: Why is create function bringing down the Backend server?
Date
Msg-id 24405.1135276407@sss.pgh.pa.us
Whole thread Raw
In response to Why is create function bringing down the Backend server?  (Carlos Moreno <moreno_pg@mochima.com>)
List pgsql-general
Carlos Moreno <moreno_pg@mochima.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: reading EXPLAIN output
Next
From: Ian Burrell
Date:
Subject: Re: [Slony1-general] Mem usage/leak - advice needed