From owner-svn-src-user@freebsd.org Thu Oct 22 07:01:02 2015 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEDF5A1CAB0 for ; Thu, 22 Oct 2015 07:01:02 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 980311323; Thu, 22 Oct 2015 07:01:02 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9M711mm084315; Thu, 22 Oct 2015 07:01:01 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9M711Z7084314; Thu, 22 Oct 2015 07:01:01 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201510220701.t9M711Z7084314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Thu, 22 Oct 2015 07:01:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r289742 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 07:01:02 -0000 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