Applicatin crashing with on postgresql 8.1 service restart

Started by prem tolaniabout 14 years ago2 messagesbugs
Jump to latest
#1prem tolani
premtolani@yahoo.com

I running an applicatio in java with postgresql 8.1. When I restart the
postgre service the application crashes while it it running. I get this
error in windows evenviewer. I am using windows 7.

PG "FATAL: could not reattach to shared memory (key=5432001, addr=02100000):
Invalid argument.

Please help.

Regards

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Applicatin-crashing-with-on-postgresql-8-1-service-restart-tp5574959p5574959.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

#2Kevin Grittner
Kevin.Grittner@wicourts.gov
In reply to: prem tolani (#1)
Re: Applicatin crashing with on postgresql 8.1 service restart

prem tolani <premtolani@yahoo.com> wrote:

I running an applicatio in java with postgresql 8.1.

I am using windows 7.

Version 8.1 has been unsupported on Windows for four years. That's
before Windows 7 even came out, so that combination has *never* been
supported. Upgrade to a supported environment and you should no
longer see this problem.

-Kevin