From owner-freebsd-stable@FreeBSD.ORG Wed Oct 18 19:04:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C2916A407 for ; Wed, 18 Oct 2006 19:04:41 +0000 (UTC) (envelope-from tom@tomjudge.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CA343D4C for ; Wed, 18 Oct 2006 19:04:38 +0000 (GMT) (envelope-from tom@tomjudge.com) Received: from [172.23.170.140] (helo=anti-virus02-07) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1GaGiR-0004wC-Uc; Wed, 18 Oct 2006 20:04:36 +0100 Received: from [82.43.34.109] (helo=[192.168.0.2]) by asmtp-out1.blueyonder.co.uk with esmtp (Exim 4.52) id 1GaGiP-00037M-BW; Wed, 18 Oct 2006 20:04:33 +0100 Message-ID: <45367B71.40704@tomjudge.com> Date: Wed, 18 Oct 2006 20:07:29 +0100 From: Tom Judge User-Agent: Thunderbird 1.5.0.5 (X11/20060728) MIME-Version: 1.0 To: Kris Kennaway References: <45364782.8090209@samsco.org> <45366122.6090704@mintel.com> <20061018175257.GA97258@xor.obsecurity.org> In-Reply-To: <20061018175257.GA97258@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jason Thomson , freebsd-stable@freebsd.org, Conrad Burger Subject: Re: When will the new BCE driver in HEAD be incorporated into RELENG_6? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 19:04:41 -0000 Kris Kennaway wrote: > On Wed, Oct 18, 2006 at 06:15:14PM +0100, Jason Thomson wrote: > >> Using the driver from HEAD* in the latest RELENG_6 didn't fix our >> problems. >> >> We could still trigger the Watchdog timeout when copying a local file to >> an NFS mounted filesystem (UDP mount, GigE speeds). >> >> It was also possible to trigger this bug with multiple simultaneous TCP >> streams, but that took a little longer. >> >> Copying a local file to an NFS/UDP filesystem would trigger the bug in a >> few seconds. >> >> If there's anything we can do to help debug this, please let us know. >> > > Per my previous mails, the (known) bce watchdogs are symptoms of > driver bugs which can be usefully converted into panics by enabling > INVARIANTS and INVARIANT_SUPPORT. Please do so, then report what > happens. > > Kris > Hi Kris, I am a colleague of Jason's, when we were testing this patch the kernel used had both options set: option INVARIANTS option INVARIANT_SUPPORT Although on several boxes we have failed to cause a kernel panic, only watchdog timeouts. However the last crash that we reproduced did trigger several: bce: need to defrag Messages on the console before the watchdob timeout occured. Tom