Re: psql: core dumped - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: psql: core dumped
Date
Msg-id 87wt4nigj3.fsf@enterprisedb.com
Whole thread Raw
In response to Re: psql: core dumped  (Mario <gonzalemario@gmail.com>)
List pgsql-hackers
"Mario" <gonzalemario@gmail.com> writes:

> On 20/12/06, Peter Eisentraut <peter_e@gmx.net> wrote:
> >
> > This isn't a bug.  It's working as designed.
>
>   Even if you get a core dumped every time you press CTRL+\  ?  why?

That's what C-\ does. Try it with any other program:

$ sleep 1
Quit (core dumped)


Most distributions ship with coredumpsize limited to 0 by default though, so
you would only cause it to crash without a core dump by default. Either yours
doesn't or you've enabled core dumps with "ulimit -c unlimited" (not that
that's a bad thing).

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Philip Yarra
Date:
Subject: Re: psql: core dumped
Next
From: Bruce Momjian
Date:
Subject: Re: Companies Contributing to Open Source