Re: Postmaster 7.1.2 hanging

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Justin Clift <aa2(at)bigpond(dot)net(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postmaster 7.1.2 hanging
Date: 2001-07-06 13:21:38
Message-ID: 6908.994425698@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Justin Clift <aa2(at)bigpond(dot)net(dot)au> writes:
> Just did a :
> pg_ctl stop -m fast
> And the postmaster process won't die.

Can't duplicate it here. Can you attach to the postmaster process with
a debugger and see what it thinks its state is? The static variables in
postmaster.c are the things to look at. Are there still entries
in BackendList? Are any of StartupPID, ShutdownPID, CheckPointPID
nonzero? What's the value of Shutdown? Etc.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-07-06 15:59:53 not ordered with multibyte language in V7.12
Previous Message pgsql-bugs 2001-07-06 11:33:57 Re: Postmaster 7.1.2 hanging