Re: Postgres 7.2.3 hangs during vacuum.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Robert M(dot) Meyer" <rmeyer(at)installs(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres 7.2.3 hangs during vacuum.
Date: 2002-12-23 18:11:13
Message-ID: 6711.1040667073@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Robert M. Meyer" <rmeyer(at)installs(dot)com> writes:
> Having a bizarre one, today. It seems that when doing a vacuum FULL on
> our system, the backend postgres process gets into a strange state. It
> starts consuming 100% of a cpu (we have two) and is immune to any signal
> (except 9).

Could you attach to the stuck process with a debugger and get a stack
backtrace, so we can get some idea what it's doing? With gdb, the
procedure is

gdb /path/to/postgres-executable
gdb> attach pid-of-process
gdb> bt
gdb> q

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-12-23 18:14:26 Re: SSL Mode
Previous Message Andreas Schmitz 2002-12-23 18:04:09 Re: locking a table