Re: Postmaster 7.1.2 hanging

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

Hi Tom,

I had to kill -9 the postmaster process and go from there about 2
minutes after sending that email. Although the data wasn't important,
the availability of PostgreSQL on the server was. Had to get it up and
running again asap.

If it happens again, I'll attach a debugger to the postmaster process as
you've suggested and see what it thinks is going on.

:-)

Regards and best wishes,

Justin Clift

Tom Lane wrote:
>
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-07 09:24:19 Re: Perl DBI Module fails to install correctly from RPM
Previous Message pgsql-bugs 2001-07-07 01:31:30 can't create timestamp field (only timestamp with time zone)