You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/05/18 17:03:46 UTC

[trafficserver] branch master updated: dump...

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 <du...@gmail.com>
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
bcall@apache.org.