Re: plpgsql trigger coredumps instance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: plpgsql trigger coredumps instance
Date: 2007-12-14 02:05:43
Message-ID: 24831.1197597943@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alex Vinogradovs <AVinogradovs(at)Clearpathnet(dot)com> writes:
> Not the entire thing was compiled with debugging symbols, here is
> what I get for stack trace:

Not much help. We might get a little further if you recompile with
--enable-debug (and I'd suggest adding --enable-cassert too) and then
get a stack trace next time it happens. But most likely, the most
productive thing to work on is to try to make the crash reproducible.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kris Jurka 2007-12-14 02:08:38 Re: RETURNING clause: how to specifiy column indexes?
Previous Message Ken Johanson 2007-12-14 02:02:37 Re: Synthesize support for Statement.getGeneratedKeys()?