Re: Server v7.3RC2 Dies

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "CN" <cnliou9(at)fastmail(dot)fm>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Server v7.3RC2 Dies
Date: 2002-11-29 01:04:10
Message-ID: 18395.1038531850@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"CN" <cnliou9(at)fastmail(dot)fm> writes:
> LOG: server process (pid 1625) was terminated by signal 11

Definitely a backend crash ...

>> Can you get a stack backtrace from the core dump?

> I don't know how to do that! ^.^

See our mail list archives for previous explanations, but basically

1. find the "core" file at $PGDATA/base/yourdbnum/core (if not there,
restart postmaster with "ulimit -c unlimited" context and cause problem
again).

2. gdb /path/to/postgres /path/to/core
bt
quit

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-11-29 01:28:55 Re: How to access OLD and NEW with rule on update
Previous Message Tom Lane 2002-11-29 00:38:00 Re: Using an ALIAS in WHERE clause