This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b737ba0  dump...
b737ba0 is described below

commit b737ba03f79beb05da5e65e83cc5949c2e0140d5
Author: Fei Deng <[email protected]>
AuthorDate: Fri May 18 10:28:48 2018 -0500

    dump...
---
 lib/ts/signals.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ts/signals.cc b/lib/ts/signals.cc
index b650cc9..3ccb11d 100644
--- a/lib/ts/signals.cc
+++ b/lib/ts/signals.cc
@@ -181,6 +181,7 @@ signal_crash_handler(int signo, siginfo_t *, void *)
 
   // Make sure to drop a core for signals that normally would do so.
   signal_reset_default(signo);
+  raise(signo);
 }
 
 void

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to