"Mario" <[EMAIL PROTECTED]> writes:

> On 20/12/06, Peter Eisentraut <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to