AW: FATAL ERROR

From: "Michael Roth" <MichaelRoth(at)schmuecker(dot)de>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: AW: FATAL ERROR
Date: 2001-06-12 19:04:28
Message-ID: B0A46C4141BDD41197E200508B66928E1DF59C@office-f1.schmuecker.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In Addition of the last Mail:

After Migrating to PostgreSQL 7.0.3
the Error still occurs :-(

Greetings,

Michael J. Roth

-----Ursprüngliche Nachricht-----
Von: Michael J. Roth [mailto:MichaelRoth(at)schmuecker(dot)de]
Gesendet: Dienstag, 12. Juni 2001 20:33
An: 'Tom Lane'
Cc: 'pgsql-novice(at)postgresql(dot)org'
Betreff: AW: [NOVICE] FATAL ERROR

Hi,

thanks for your answer :-)

Here are two logfiles, one in debuglevel 2, one
in debuglevel 5.
Both files are packed with gzip.

We have a look to the logfiles before sending now,
but we only see, that the processes exited with 0.
Dont know, why ...

Best Regards,
Michael J. Roth

-----Ursprüngliche Nachricht-----
Von: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org]Im Auftrag von Tom Lane
Gesendet: Dienstag, 12. Juni 2001 08:28
An: MichaelRoth(at)schmuecker(dot)de
Cc: pgsql-novice(at)postgresql(dot)org
Betreff: Re: [NOVICE] FATAL ERROR

"Michael Roth" <MichaelRoth(at)schmuecker(dot)de> writes:
> Sometimes we got the following error-message:
> PostgresSQL query failed: FATAL 1: Socket command type 2 unknown

Curious. This seems to indicate that the backend has gotten out of sync
with the client, and is trying to interpret some data out of the middle
of a message as the start of a fresh command message. We used to have
some bugs that would let that happen occasionally, but I thought they'd
all been fixed as of 7.0.*. It would be useful to try to track down
what happens just before this message appears. Could you run with query
logging enabled (start postmaster with -d2, and make sure its stderr
output goes somewhere useful)?

> PSQL-Version: 7.0.2

I'd advise upgrading to 7.0.3 (or even 7.1.2, but 7.0.3 would be a
painless update). There are some nasty bugs fixed as of 7.0.3.
I don't think any of them explain this problem ... but I might be wrong.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-06-12 20:02:57 Re: AW: FATAL ERROR
Previous Message James McMurry 2001-06-12 19:00:27 Re: selecting a column average into table