svn commit: r323725 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Tue Sep 19 05:47:26 UTC 2017


Author: pho
Date: Tue Sep 19 05:47:24 2017
New Revision: 323725
URL: https://svnweb.freebsd.org/changeset/base/323725

Log:
  Core dumps from truss(1) seen. Check for this.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/truss.sh

Modified: user/pho/stress2/misc/truss.sh
==============================================================================
--- user/pho/stress2/misc/truss.sh	Mon Sep 18 23:50:34 2017	(r323724)
+++ user/pho/stress2/misc/truss.sh	Tue Sep 19 05:47:24 2017	(r323725)
@@ -79,6 +79,7 @@ if pgrep -q ttruss; then
 	s=1
 fi
 
+[ -f /tmp/truss.core ] && { ls -l /tmp/truss.core; s=1; }
 rm -rf /tmp/ttruss /tmp/ttruss.core
 exit $s
 


More information about the svn-src-user mailing list