Re: How to debug a locked backend ? - Mailing list pgsql-general

From A.j. Langereis
Subject Re: How to debug a locked backend ?
Date
Msg-id 009701c5ec42$d1de9870$3e01a8c0@aarjan2
Whole thread Raw
In response to How to debug a locked backend ?  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-general
First of all: "TIP 2: Don't 'kill -9' the postmaster"

On topic: What do you mean with "locked"? Is it using 100% CPU? Or does it
give any error messages? If so, what are they?
If there is a deadlock situation, Postmaster should detect it and will then
cancel the query.

Yours,

Aarjan
----- Original Message -----
From: "Csaba Nagy" <nagy@ecircle-ag.com>
To: "Postgres general mailing list" <pgsql-general@postgresql.org>
Sent: Friday, November 18, 2005 12:13 PM
Subject: [GENERAL] How to debug a locked backend ?


> Hi all,
>
> I have right now a locked backend, similar to what I had a few days ago.
> It won't answer to pg_cancel_backend.
> Is there a way to diagnoze what it is actually doing ?
>
> If you answer, please do it quickly as in max 15 minutes I'll kill -9
> ...
>
> Thanks,
> Csaba.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>



pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: How to debug a locked backend ?
Next
From: Richard Huxton
Date:
Subject: Re: How to debug a locked backend ?