Re: Hung postmaster (8.3.9) - Mailing list pgsql-general

From Tom Lane
Subject Re: Hung postmaster (8.3.9)
Date
Msg-id 27134.1267487371@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hung postmaster (8.3.9)  ("Ed L." <pgsql@bluepolka.net>)
Responses Re: Hung postmaster (8.3.9)  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> Also seeing lots of postmaster zombies (190 and growing)...

Yeah, that and the lack of service for new connections would both be
expected if the postmaster is stuck.  And the autovac worker start
failures, too.  There's only one bug here.

> While new connections are hanging, top shows postmaster using
> 100% of cpu.

Oh, for some reason I thought it was sitting idle.  That sounds more
like an infinite loop.  Try reattaching to the postmaster, confirm the
stack trace, and then see how many times you can do "fin" before it
doesn't return control.  That will tell us which level of subroutine is
looping.

            regards, tom lane

pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: Hung postmaster (8.3.9)
Next
From: Tom Lane
Date:
Subject: Re: Hung postmaster (8.3.9)