Re: BUG #2728: Core dump while pgdump DB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Yee" <christ1783(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2728: Core dump while pgdump DB
Date: 2006-11-02 17:02:48
Message-ID: 17882.1162486968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Yee" <christ1783(at)yahoo(dot)com> writes:
> Core was generated by `/gen/tools/pgsql/bin/postmaster -i -S -D
> /gen/tools/pgsql/data'.
> Program terminated with signal 6, Aborted.

We need to see the backtrace (gdb "bt" command) from this. Also,
did you look in the postmaster log? Signal 6 probably means that
an Assert() test failed, in which case something would have been
printed in the log before aborting.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Treat 2006-11-02 22:27:04 bug in timestamp and out of range values
Previous Message Tom Lane 2006-11-02 17:00:33 Re: BUG #2730: strange query performance !