CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/08/31 15:00:31

Modified files:
        sbin/dump      : main.c 

Log message:
Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers.  Such patterns
don't help improve code because they block core dumps and there reduce
inspection of bugs thus work on fixes.  Secondly, these handlers are
*stdio signal races* so they can produce different coredumps deep inside
stdio.

Reply via email to