| From: | Gregory Stark <stark(at)enterprisedb(dot)com> |
|---|---|
| To: | "Mario" <gonzalemario(at)gmail(dot)com> |
| Cc: | "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: psql: core dumped |
| Date: | 2006-12-19 23:59:12 |
| Message-ID: | 87wt4nigj3.fsf@enterprisedb.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Mario" <gonzalemario(at)gmail(dot)com> writes:
> On 20/12/06, Peter Eisentraut <peter_e(at)gmx(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeremy Drake | 2006-12-20 00:01:58 | Re: psql: core dumped |
| Previous Message | Matthew O'Connor | 2006-12-19 23:54:56 | Re: Autovacuum Improvements |