On Fri, 5 Apr 2013 m...@freebsd.org wrote:

On Fri, Apr 5, 2013 at 8:21 AM, Bruce Evans <b...@optusnet.com.au> wrote:

This method works well in userland too.  Instead of assert() or abort(),
use an null dereference, or more portably, a signal

Digressing quite a bit, doesn't abort() send a signal already, i.e.
SIGABRT?  And doesn't __assert() call abort()?

Yes, but with assert() the signal occurs deeply nested in a function that
doesn't return.

Bruce
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to