Re: iinvalid string enlargement PG 7.4.5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: iinvalid string enlargement PG 7.4.5
Date: 2004-09-01 23:23:15
Message-ID: 11368.1094080995@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gaetano Mendola <mendola(at)bigfoot(dot)com> writes:
> ERROR: invalid string enlargement request size 1476395004
> DEBUG: AbortCurrentTransaction
> WARNING: AbortTransaction and not in in-progress state
> ERROR: could not send data to client: Broken pipe
> PANIC: error during error recovery, giving up

> do you have any idea on what could be the reason ?

I'm betting on a communications failure. What I see there is a few
bytes of corrupted data received from the client (ie, a ridiculous
message-length word) followed by abrupt disconnect *by the client*.

You have any logs indicating what might have happened at the client
end?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-09-01 23:29:18 Re: plperl regression tests
Previous Message Gaetano Mendola 2004-09-01 23:17:16 iinvalid string enlargement PG 7.4.5