BUG #6526: Intermittent connect issue

Started by Nonameabout 14 years ago2 messagesbugs
Jump to latest
#1Noname
adam.robertson@arvixe.com

The following bug has been logged on the website:

Bug reference: 6526
Logged by: Adam Robertson
Email address: adam.robertson@arvixe.com
PostgreSQL version: 8.3.7
Operating system: Windows Server 2008 R2 Standard
Description:

I'm experiencing intermittent yet frequent connect issues with Postgre
8.3.7.971 when accessing remotely. It doesn't seem to matter where I access
it from, but in my experience it's always via remote connection. It works
fine for around 95% of connections, but it immediately disconnects
frequently with the following log entry:

FATAL: could not reattach to shared memory (key=268, addr=02060000): 487

Please help, this is driving me nuts!

Adam

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #6526: Intermittent connect issue

adam.robertson@arvixe.com writes:

PostgreSQL version: 8.3.7
Operating system: Windows Server 2008 R2 Standard

FATAL: could not reattach to shared memory (key=268, addr=02060000): 487

This is fixed in (IIRC) 8.3.8 and later. The version you are running
is nearly 3 years old ...

regards, tom lane