From owner-freebsd-current@FreeBSD.ORG Tue May 31 04:18:08 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5280516A41C for ; Tue, 31 May 2005 04:18:08 +0000 (GMT) (envelope-from pho@holm.cc) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id CEC3743D1D for ; Tue, 31 May 2005 04:18:07 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 66152 invoked from network); 31 May 2005 04:18:06 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 31 May 2005 04:18:06 -0000 X-pair-Authenticated: 80.161.118.233 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.1/8.13.1) with ESMTP id j4V4I5PP003903; Tue, 31 May 2005 06:18:05 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.1/8.13.1/Submit) id j4V4I2Bv003902; Tue, 31 May 2005 06:18:02 +0200 (CEST) (envelope-from pho) Date: Tue, 31 May 2005 06:18:02 +0200 From: Peter Holm To: Scott Long Message-ID: <20050531041802.GA3881@peter.osted.lan> References: <20050530203036.GA1424@peter.osted.lan> <429B7FF2.5000804@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <429B7FF2.5000804@samsco.org> User-Agent: Mutt/1.4.2.1i Cc: current@freebsd.org Subject: Re: Stress test status X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 04:18:08 -0000 On Mon, May 30, 2005 at 03:04:50PM -0600, Scott Long wrote: > Peter Holm wrote: > >Here's a few findings from this weekend. No new problems, though. > > > >May 26 19:21 panic: wrong b_bufobj 0xc221ea84 should be 0xc1ef0a84 > >May 26 21:45 Fatal trap 12 in handle_workitem_remove+0x6d > >May 27 06:25 panic: wrong b_bufobj 0xc1c4fe20 should be 0xc23b7cec > >May 28 07:54 panic: mutex lockbuilder mtxpool not owned at kern_lock.c:129 > > http://www.holm.cc/stress/log/cons132.html > >May 28 20:18 panic: wrong b_bufobj 0xc1db0e20 should be 0xc2241a84 > > http://www.holm.cc/stress/log/cons133.html > >May 29 20:28 panic: wrong b_bufobj 0xc1ea7480 should be 0xc27cbcec > >May 30 06:55 panic: Duplicate free of item 0xc2ba5200 from zone > >0xc10429a0(Mbuf) > > http://www.holm.cc/stress/log/cons134.html > > Jeff thinks that he might have fixed the 'wrong b_bufobj' panics with a > commit from a few hours ago. Would you be able to update and re-run > your tests? Thanks, > This is great news! I'll get right on it. - Peter > Scott