Re: PostgreSQL hanging on new connections? - Mailing list pgsql-general

From Florian Weimer
Subject Re: PostgreSQL hanging on new connections?
Date
Msg-id 82r5e39l28.fsf@mid.bfk.de
Whole thread Raw
In response to PostgreSQL hanging on new connections?  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: PostgreSQL hanging on new connections?
List pgsql-general
* hubert depesz lubaczewski:

> Now, the question is: why did it hang? Is there anything we can do to
> make it *not* hang?

It might be some general system overload issue.  Try running "echo w >
/proc/sysrq-trigger" as root the next time it happens.  This will dump
kernel backtraces to dmesg, which might hint to what's going on with
the system.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

pgsql-general by date:

Previous
From: Dusan Misic
Date:
Subject: Re: PostgreSQL hanging on new connections?
Next
From: Jasen Betts
Date:
Subject: Re: alter table add column - specify where the column will go?