Re: FATAL: invalid frontend message type 47 server closed the connection unexpectedly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sterpu Victor <victor(at)ambra(dot)ro>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL: invalid frontend message type 47 server closed the connection unexpectedly
Date: 2007-01-17 22:34:27
Message-ID: 6179.1169073267@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sterpu Victor <victor(at)ambra(dot)ro> writes:
> I receive this message when I do a specific operation.
> How can I debug something like this?

It sounds like DBD::Pg is sending an invalidly formed message, or in
some other way violating the protocol. Or maybe the backend got
confused. Watching the session with a packet-sniffer would help to
nail down who's at fault.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasbinder Singh Bali 2007-01-17 22:45:48 Re: Dynamic loading of Perl Code in Postgres functions
Previous Message Robert Treat 2007-01-17 21:26:15 Re: installing 8.2 on solaris 10?