Re: postgres idle process and other problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Peltonen <peter(dot)peltonen(at)fivetec(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres idle process and other problems
Date: 2001-12-05 11:41:42
Message-ID: 11253.1007552502@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Peltonen <peter(dot)peltonen(at)fivetec(dot)com> writes:
> On Mon, Dec 03, 2001 at 09:59:27AM -0500, Tom Lane wrote:
>> Is there a core dump file left over from that crash? (Look in the
>> $PGDATA/base/nnn subdirectories.)

> No there isn't. All the directories look like this:

You probably are starting the postmaster with "ulimit -c 0" or local
spelling thereof, which prevents core dumps. Might want to change
that, so that you have some hope of debugging crashes. The crash
shown in your log needs to be looked into, if it's reproducible.

> Should we be worried about the idle process thing?

Looked to me like a bunch of clients that hadn't disconnected.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2001-12-05 12:25:32 Re: Backends staying around
Previous Message Tom Lane 2001-12-05 11:35:56 Re: ERROR: MemoryContextAlloc: invalid request size