From owner-freebsd-stable@FreeBSD.ORG Wed Mar 9 15:58:37 2005 Return-Path: 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 88B5916A4CE for ; Wed, 9 Mar 2005 15:58:37 +0000 (GMT) Received: from hermes.oxyd.fr (hermes.oxyd.fr [195.137.249.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EF643D5A for ; Wed, 9 Mar 2005 15:58:37 +0000 (GMT) (envelope-from pcasidy@casidy.com) Received: from [212.43.253.140] (helo=smtp.casidy.net) by hermes.oxyd.fr with asmtp (Exim 4.20) id 1D93Zz-0007FD-Au; Wed, 09 Mar 2005 16:58:36 +0100 Received: from casidy.com (unknown [192.168.1.5]) by smtp.casidy.net (Postfix) with ESMTP id 2B6F6B86C; Wed, 9 Mar 2005 16:58:25 +0100 (CET) Date: Wed, 9 Mar 2005 17:07:35 +0100 (CET) From: pcasidy@casidy.com To: dwhite@gumbysoft.com In-Reply-To: <20050307191149.T32508@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Message-Id: <20050309155825.2B6F6B86C@smtp.casidy.net> X-auth-smtp-user: postmaster@casidy.com X-abuse-contact: abuse@oxyd.fr cc: freebsd-stable@freebsd.org Subject: Re: if_bfe/uhci: storm interrupt Fatal trap 12 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Mar 2005 15:58:37 -0000 On 7 Mar, Doug White wrote: > Thanks for the detailed message. I didn't realize that we'd enabled DDB in > the snapshot kernel :) > > Anyway this looks like a bug in the bfe driver. It appears to be trying > to free a DMA map that is either unallocated or got spammed. You may want > to repost this to freebsd-current@freebsd.org and use a subject like > "Use-after-free in bfe" since I think the interrupt storm message is > secondary. > > A capture of boot -v might also be useful, or at minumum anything the bfe > driver output during boot ('dmesg | grep bfe' might work with the fixit > disc). A crashdump would be nice too, but you'd likely need to find a > different network adapter. > I have escalated this problem to current@. I have also built a STABLE kernel with DDD and KDB options and the line where the problem occurs is _bus_dmamap_unload+0x16: movl 0x10(%eax),%eax I have enable crash dumps (I think) but when booting I have "savecore: no dumps found". I think the problem is that i have 1.5Gb of memory and only 1Gb of swap. Well, I will add this info to the message I sent on current@. Phil.