Thread: backend error

backend error

From
Judith Altamirano Figueroa
Date:
Hello everybody I have a failure making a select in a table the error that returns is the follow:<br /><br /> Backend
messagetype 0x44 arrived while idle<br /> pqReadData() -- backend closed the channel unexpectedly.<br />         This
probablymeans the backend terminated abnormally<br />         before or while processing the request.<br /> The
connectionto the server was lost. Attempting reset: Failed.<br /><br /> How can I do to fix the failure?  

Re: backend error

From
Michael Fuhr
Date:
On Tue, Oct 25, 2005 at 06:28:38PM -0500, Judith Altamirano Figueroa wrote:
> Hello everybody I have a failure making a select in a table the error
> that returns is the follow:
> 
> Backend message type 0x44 arrived while idle
> pqReadData() -- backend closed the channel unexpectedly.
>         This probably means the backend terminated abnormally
>         before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.

What version of PostgreSQL are you using?  What operating system
and version?  What's the query?  What appears in the server log
when you get the error?  Did you get a core dump, and if so, can
you get a stack trace from it?

-- 
Michael Fuhr