Forgot to add file for the previous change...
author <shinichiro.hamaji@gmail.com> <>
Thu, 30 Oct 2008 10:38:57 +0000 (10:38 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Thu, 30 Oct 2008 10:38:57 +0000 (10:38 +0000)
commit198a6d51b2bdaec1edb34c556ed0efe56109f688
treedd9dbdf71f297fb4ee250f2c98975a015ba03393
parent91d9fd88149bba962b8bc37a3d421d91720497a4
Forgot to add file for the previous change...

Add InstallFailureSignalHandler().  The function installs a signal handler that will dump useful information when the program crashes on certain signals such as SIGSEGV.

git-svn-id: https://google-glog.googlecode.com/svn/trunk@12 eb4d4688-79bd-11dd-afb4-1d65580434c0
m4/ac_have_sync_val_compare_and_swap.m4 [new file with mode: 0644]
src/signalhandler.cc [new file with mode: 0644]
src/signalhandler_unittest.cc [new file with mode: 0644]
src/signalhandler_unittest.sh [new file with mode: 0755]