"Mihai T. Lazarescu" <[EMAIL PROTECTED]> wrote:

> It's not a matter of settings. assert calls abort(), whose
> behavior is just exit and not generate a core dump.

What operating system do you use? My man pages claim the following:

     Name          Default Action       Description
     SIGHUP        terminate process    terminal line hangup
     SIGINT        terminate process    interrupt program
     SIGQUIT       create core image    quit program
     SIGILL        create core image    illegal instruction
     SIGTRAP       create core image    trace trap
     SIGABRT       create core image    abort(3) call (formerly SIGIOT)

-- 
Christian

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to