Re: Server v7.3RC2 Dies - Mailing list pgsql-general

From Tom Lane
Subject Re: Server v7.3RC2 Dies
Date
Msg-id 18395.1038531850@sss.pgh.pa.us
Whole thread Raw
In response to Re: Server v7.3RC2 Dies  ("CN" <cnliou9@fastmail.fm>)
List pgsql-general
"CN" <cnliou9@fastmail.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using an ALIAS in WHERE clause
Next
From: Tom Lane
Date:
Subject: Re: How to access OLD and NEW with rule on update