Re: FATAL error frontend message invalid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Cedric BUSCHINI <cbuschini(at)carax(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: FATAL error frontend message invalid
Date: 2006-10-20 14:39:33
Message-ID: 8391.1161355173@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Cedric BUSCHINI <cbuschini(at)carax(dot)com> writes:
> I have a "weird" fatal line in logs:
> FATAL: invalid frontend message type 48

48 == ASCII '0', so I'm betting that this represents the backend
thinking that a new message starts in the middle of some text.
In other words, most likely the client sent a malformed message.

You need to figure out exactly which client is causing it ---
enabling log_connections and adding ID info to log_line_prefix
may help.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tomeh, Husam 2006-10-20 21:52:49 Re: openssl config? - SSL Links
Previous Message Achilleas Mantzios 2006-10-20 13:53:59 Re: FATAL error frontend message invalid