]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
signals: Handle SIGILL, SIGBUS, SIGFPE.
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 28 Dec 2010 01:29:57 +0000 (17:29 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 19 Jan 2011 13:14:03 +0000 (05:14 -0800)
commit22e20614593b79786e4f1f6d45af817644c5c9e5
tree54fae5db04e1bdaa8d5c947c1b56039b003712f9
parent457e3e09bc78c297f83f0e85757a4d238a1da968
signals: Handle SIGILL, SIGBUS, SIGFPE.

Print out a backtrace when we get SIGILL, SIGBUS, or SIGFPE. Fix a bug
where we failed to install a SIGABRT handler.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
src/config.cc