From owner-svn-src-user@freebsd.org Tue Jul 26 08:58:45 2016 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 ECF86BA34B7 for ; Tue, 26 Jul 2016 08:58:45 +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 BDABA1598; Tue, 26 Jul 2016 08:58:45 +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 u6Q8wijZ065407; Tue, 26 Jul 2016 08:58:44 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6Q8wiZj065405; Tue, 26 Jul 2016 08:58:44 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201607260858.u6Q8wiZj065405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Tue, 26 Jul 2016 08:58:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r303334 - 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.22 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: Tue, 26 Jul 2016 08:58:46 -0000 Author: pho Date: Tue Jul 26 08:58:44 2016 New Revision: 303334 URL: https://svnweb.freebsd.org/changeset/base/303334 Log: Added findings. Sponsored by: EMC / Isilon Storage Division Modified: user/pho/stress2/misc/callout_reset_on.sh user/pho/stress2/misc/vfork.sh Modified: user/pho/stress2/misc/callout_reset_on.sh ============================================================================== --- user/pho/stress2/misc/callout_reset_on.sh Tue Jul 26 05:52:53 2016 (r303333) +++ user/pho/stress2/misc/callout_reset_on.sh Tue Jul 26 08:58:44 2016 (r303334) @@ -39,6 +39,10 @@ # https://people.freebsd.org/~pho/stress/log/rrs005.txt # Fixed in r278623. +# "ritwait DE 0- 0:00.01 crlogger: writer" seen. +# https://people.freebsd.org/~pho/stress/log/kostik917.txt +# Fixed in r302981 + . ../default.cfg rm -f /tmp/crwriter /tmp/crlogger || exit 1 Modified: user/pho/stress2/misc/vfork.sh ============================================================================== --- user/pho/stress2/misc/vfork.sh Tue Jul 26 05:52:53 2016 (r303333) +++ user/pho/stress2/misc/vfork.sh Tue Jul 26 08:58:44 2016 (r303334) @@ -30,6 +30,9 @@ # Regression test for r246484. +# "panic: failed to set signal flags for ast p ... fl 4" seen. +# Fixed in r302999. + . ../default.cfg cd /tmp