* Vincent Lefevre <vinc...@vinc17.net> [Jan 01. 2019 11:11]:
> [...]
> > 
> > Second, the SIGABRT terminates the process and can write a core file.
> 
> That's the default behavior, but you can trap SIGABRT if you want.

>From man 3 abort:
  If the SIGABRT signal is ignored, or caught by a handler that
  returns, the abort() function will still terminate the process.  It
  does this by restoring the default disposition for SIGABRT and then
  raising the signal for a second time.

Best regards,   jj


> 
> [...]
_______________________________________________
gmp-bugs mailing list
gmp-bugs@gmplib.org
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to