]> git.saurik.com Git - redis.git/commit
Make sure to reset the signal handler and deliver again the original crashing signal...
authorantirez <antirez@gmail.com>
Fri, 22 Oct 2010 21:30:48 +0000 (23:30 +0200)
committerantirez <antirez@gmail.com>
Fri, 22 Oct 2010 21:30:48 +0000 (23:30 +0200)
commitda47440d444cfe023f339e0f7d6056101a332a48
tree106a0f976ae8dfb5fc7fbce2f0049d22ba2d7c39
parentd8a717fb1afbc64d6bd92f24bcef358a755f6309
Make sure to reset the signal handler and deliver again the original crashing signal when dumping the stack trace. This will allow to dump the core if core dumping is enabled.
src/redis.c