Date: Thu, 22 Oct 2015 07:01:01 +0000 (UTC) From: Peter Holm <pho@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289742 - user/pho/stress2/misc Message-ID: <201510220701.t9M711Z7084314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510220701.t9M711Z7084314>