Re: An statement causes postmaster to die

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lists(at)shortestpath(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: An statement causes postmaster to die
Date: 2001-04-22 16:17:52
Message-ID: 27961.987956272@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sean Kelly (lists(at)shortestpath(dot)org) writes:
> isp=> update domain_tbl set max_email='15' where domain='test.domain';
> pqReadData() -- backend closed the channel unexpectedly.

Can't tell much of anything from this. Can you provide a gdb backtrace
from the corefile that the failed backend presumably left? It should be
in $PGDATA/base/isp/core.

If you don't see a corefile there, you may need to restart the
postmaster with "ulimit -c unlimited" to allow core dumping.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Kelly 2001-04-22 16:27:58 Re: An statement causes postmaster to die
Previous Message pgsql-bugs 2001-04-22 15:25:08 An statement causes postmaster to die