Fatal error in my PostgreSQL

Lists: pgsql-bugs
From: "Suhad" <suhad(at)psdpal(dot)org>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: Fatal error in my PostgreSQL
Date: 2012-05-14 08:38:34
Message-ID: 000301cd31ac$f62e2e50$e28a8af0$@org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Dear ,

I faced this error in my server logs if PostgreSQLapplication LOG:
unrecognized win32 error code: 487 , FATAL: could not reattach to shared
memory (key=5432001, addr=01D30000): Invalid argument

How can I solve this problem ,please ?!

Best Regards.

Attachment Content-Type Size
Suhad Dirbas.vcf application/octet-stream 4.0 KB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Suhad" <suhad(at)psdpal(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fatal error in my PostgreSQL
Date: 2012-05-14 15:51:05
Message-ID: 10320.1337010665@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

"Suhad" <suhad(at)psdpal(dot)org> writes:
> I faced this error in my server logs if PostgreSQLapplication LOG:
> unrecognized win32 error code: 487 , FATAL: could not reattach to shared
> memory (key=5432001, addr=01D30000): Invalid argument

What PG version are you running? The last fix in that area was shipped
in 8.3.8, 8.4.1, and later releases. We have not heard reports of this
failure from anyone running newer releases.

regards, tom lane