Re: Trouble with plpgsql on 7.4.6

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Trouble with plpgsql on 7.4.6
Date: 2004-11-20 16:17:48
Message-ID: 21117.1100967468@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"D'Arcy J.M. Cain" <darcy(at)druid(dot)net> writes:
> I thought that this would have sent everything to both the log and the
> screen but I found that the syslog has much more detail. I have
> attached that output.

We still need to look at the stderr output. All this says is that
you're getting repeated abort()s. It's unlikely that anything would
be coded to abort() without emitting any gripe at all --- but the gripe
is not appearing in syslog output, so stderr is the next place to look.

Also see about getting a stack trace from one of the core dumps.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Huxton 2004-11-20 16:19:50 Re: Fwd: SELECT MAX with char => BUG?
Previous Message Tom Lane 2004-11-20 16:14:00 Re: [Testperf-general] Re: ExclusiveLock