Re: psql: core dumped
Greg Stark <stark@enterprisedb.com>
From: Gregory Stark <stark@enterprisedb.com>
To: "Mario" <gonzalemario@gmail.com>
Cc: "Peter Eisentraut" <peter_e@gmx.net>, <pgsql-hackers@postgresql.org>
Date: 2006-12-19T23:59:12Z
Lists: 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