Re: [HACKERS] VACUUM ANALYZE problem on linux

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] VACUUM ANALYZE problem on linux
Date: 1999-02-24 15:03:11
Message-ID: Pine.SOL2.3.96.SK.990224180135.10537K-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

On Wed, 24 Feb 1999, Tom Lane wrote:

> Oleg Broytmann <phd(at)sun(dot)med(dot)ru> writes:
> > I have compiled with -g, but postgres didn't produce core. Do I need
> > something special on startup to generate core on crash?
>
> Ordinarily not, but perhaps you have a shell 'limit' setting in place
> that prevents a corefile from being made? I think csh has such a

I am using bash all the time.

> setting but I forget the details. Anyway, if postmaster is started from
> a shell with any limit variables enabled, they will apply to the
> backends too.

Ok, I'll retest this.

> Or you might just not be looking in the right place. Backend crashes
> produce corefiles in the database subdirectory, eg,
> /usr/local/pgsql/data/base/MyDatabase/core

I search with find / -name core. I got /dev/core and
/usr/src/linux/.../core :)

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Todd Graham Lewis 1999-02-24 15:09:35 Re: [HACKERS] RE: [GENERAL] Transaction logging
Previous Message Tom Lane 1999-02-24 14:56:52 Re: [HACKERS] VACUUM ANALYZE problem on linux