Re: Postgres Crashes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Postgres Crashes
Date
Msg-id 8724.1083782522@sss.pgh.pa.us
Whole thread Raw
In response to Postgres Crashes  (prem@mazunetworks.com (Prem Gopalan))
Responses Re: Postgres Crashes  (Prem Gopalan <prem@mazunetworks.com>)
List pgsql-hackers
prem@mazunetworks.com (Prem Gopalan) writes:
> The dying process is postmaster. After these crashes the server is
> missing from ps and no more new connections are possible. The backend
> processes stay on till their connections close.

That behavior does sound like a postmaster crash --- but all the stack
traces you show are clearly in backend code.  A backend crash ought not
take out the postmaster.  So something fairly odd is going on here.

What if anything shows up in the postmaster's stderr log when this
happens?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: PostgreSQL pre-fork speedup
Next
From: Manfred Koizar
Date:
Subject: Re: Multiple Xids in PGPROC?