Unknown winsock error 10061

From: wstrzalka <wstrzalka(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Unknown winsock error 10061
Date: 2009-07-06 10:20:22
Message-ID: abce83d8-2fc1-4909-96a6-0ac1f6ed557c@b14g2000yqd.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

After upgrading to 8.4 on Vista I see no progress on the shared memory
problem unfortunately.

I think it's even worse now (previously it happened mainly when OS
went to sleep & then was restored, now it's all the time).

My log looks like this.
----------------------------------------------------------------------------------------------------------------------------------------------
FATAL: could not reattach to shared memory (key=288, addr=02A00000):
487
2009-07-06 11:39:45 CESTLOG: could not receive data from client:
Unknown winsock error 10061
2009-07-06 11:39:45 CESTLOG: unexpected EOF on client connection
FATAL: could not reattach to shared memory (key=288, addr=02A00000):
487
2009-07-06 11:40:20 CESTLOG: could not receive data from client:
Unknown winsock error 10061
2009-07-06 11:40:20 CESTLOG: unexpected EOF on client connection
2009-07-06 11:40:20 CESTLOG: could not receive data from client:
Unknown winsock error 10061
2009-07-06 11:40:20 CESTLOG: unexpected EOF on client connection
-----------------------------------------------------------------------------------------------------------------------------------------------

Our application runs on Linux in the production environment, but all
the developers works on Windows with local PG installations. Some of
them are getting the error - some don't.
.
It's really big problem explaining to the people that PG is really
good database.

Is there any chance to do something with it?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dimitri Fontaine 2009-07-06 10:28:59 Re: BUG #4901: Column name "window" breaks pg_dump/pg_restore
Previous Message Oleg Serov 2009-07-06 08:20:50 Re: Diffrent column ordering after dump/restore tables with INHERITS