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

Peter Holm pho at FreeBSD.org
Thu Oct 22 07:01:02 UTC 2015


Author: pho
Date: Thu Oct 22 07:01:01 2015
New Revision: 289742
URL: https://svnweb.freebsd.org/changeset/base/289742

Log:
  Added comment about a new finding.
  
  Sponsored by:	EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/signal0.sh
==============================================================================
--- user/pho/stress2/misc/signal0.sh	Thu Oct 22 06:59:14 2015	(r289741)
+++ user/pho/stress2/misc/signal0.sh	Thu Oct 22 07:01:01 2015	(r289742)
@@ -34,6 +34,10 @@
 # Panic fixed in r258497
 # Signal number fixed in r258499
 
+# panic: vm_fault: fault on nofault entry, addr: cdbbe000
+# https://people.freebsd.org/~pho/stress/log/kostik838.txt
+# Fixed by r289661.
+
 dir=/tmp
 odir=`pwd`
 cd $dir
@@ -46,7 +50,9 @@ cd $odir
 for i in `jot 500`; do
 	/tmp/signal0
 done
-killall -q swap
+while pkill -9 swap; do
+	:
+done
 
 rm -f /tmp/signal0
 exit


More information about the svn-src-user mailing list