Re: It happened again: Server hung up solid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: It happened again: Server hung up solid
Date: 2000-05-08 02:13:52
Message-ID: 25472.957752032@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> kill -ABRT does nothing:

Oh? Must be hung up in a kernel call then. That will probably mean
that you can't attach to the stuck process with gdb either (though
it'd be worth trying, since a backtrace would be mighty useful if
you could get it).

My next thought is to truss the postmaster process before it hangs
up, with hopes of finding out what kernel call is hanging.

Also, you might try netstat to see if you can see any freshly-opened
incoming connections when it happens. Also, "lsof -p" or local
equivalent on the stuck postmaster.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-08 02:20:51 Re: A celebrity among us :-)
Previous Message Bruce Momjian 2000-05-08 02:10:30 Re: A celebrity among us :-)