Re: pqReadData() -- backend closed the channel unexpectedly (huh?)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank Miles <fpm(at)u(dot)washington(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pqReadData() -- backend closed the channel unexpectedly (huh?)
Date: 2000-11-08 06:03:22
Message-ID: 25685.973663402@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank Miles <fpm(at)u(dot)washington(dot)edu> writes:
> query: delete from units where unit_id = 5;
> ProcessQuery
> /opt/pgsql/bin/postmaster: reaping dead processes...
> /opt/pgsql/bin/postmaster: CleanupProc: pid 21004 exited with status 139
> Server process (pid 21004) exited with status 139 at Tue Nov 7 11:04:56 2000

There should be a core file left over from the backend crash in the
subdirectory for the database. Can you provide a debugger backtrace
from the corefile?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message KuroiNeko 2000-11-08 06:20:08 Re: feature request and scripting question
Previous Message Tom Lane 2000-11-08 05:57:50 Re: Relation 'pg_user' does not exist