Re: LOG: unexpected EOF within message length word

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Mavinakuli, Prasanna (STSD)" <prasanna(dot)b-m(at)hp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: LOG: unexpected EOF within message length word
Date: 2005-09-03 05:38:06
Message-ID: 20050903053806.GA80699@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Sep 03, 2005 at 09:29:20AM +0530, Mavinakuli, Prasanna (STSD) wrote:
> here is the sample code which works fine and prints column
> lengths in HP-UX PA machines and breaks in HP-UX IA machines.

The code you posted works for me with PostgreSQL 8.0.3 on FreeBSD
4.11-STABLE/i386 and Solaris 9/sparc. I don't know if there are
any issues with HP-UX IA; is there anything else different about
the two environments? What versions of PostgreSQL are you using?

Aside from not being a complete program, the code you posted doesn't
quite match the problem description you gave initially: you said
you could send 40760 bytes, but that sending 40764 bytes caused the
connection to hang. Is that an accurate description? The code you
posted sends 3000000 bytes and several additional columns that might
not be relevant to the problem.

> I tried tusc (I sent that o/p in previuos mail.

I haven't seen that -- did you send it to the mailing list?

> Client opens a socket and starts to write.but after some send receive it
> goes to SLEEPING state)

How much data is written before this happens? Are you using a local
(Unix socket) connection or a TCP connection? If the latter, have
you run a sniffer on the connection to see if it shows anything
unusual (e.g., a closed window)?

--
Michael Fuhr

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mavinakuli, Prasanna (STSD) 2005-09-03 06:01:19 Re: LOG: unexpected EOF within message length word
Previous Message Matthew Peter 2005-09-03 04:30:40 Re: same size VARCHAR or INT IX faster?