From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Philip Crotwell <crotwell(at)seis(dot)sc(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: defunct postmasters |
Date: | 2001-05-11 15:42:37 |
Message-ID: | 5017.989595757@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Philip Crotwell <crotwell(at)seis(dot)sc(dot)edu> writes:
> I am running postgres7.1 on redhat 6.2 and my database has gone belly up.
> I know i am not supposed to "kill -9 " the postmaster, but it has become
> completely unresponsive. pgsql just hangs as does stopping with the
> rc.d script.
Actually, kill -9 should be perfectly safe in PG 7.1; it was only
earlier releases that didn't like it. But before you do that,
would you attach to the top postmaster process (29214) with gdb
and get a stack trace?
> PS I don't know why this happened, but the only theory I have is that I am
> running with -i to allow jdbc connections and I had port scanned the
> machine with nmap shortly before noticing that I could no longer connect.
Hmm, would you see if that's repeatable?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mohammed A | 2001-05-11 15:50:24 | different characteristics of the different types of the queries? |
Previous Message | Tom Lane | 2001-05-11 15:30:21 | Re: Drop view |