From owner-freebsd-current@FreeBSD.ORG Sun Jul 18 15:08:47 2004 Return-Path: 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 46E4016A4CE; Sun, 18 Jul 2004 15:08:47 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0346F43D31; Sun, 18 Jul 2004 15:08:47 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 460A165218; Sun, 18 Jul 2004 16:08:46 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 85508-04-4; Sun, 18 Jul 2004 16:08:45 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id A8F3B6520F; Sun, 18 Jul 2004 16:08:45 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 9490C61AA; Sun, 18 Jul 2004 16:08:44 +0100 (BST) Date: Sun, 18 Jul 2004 16:08:44 +0100 From: Bruce M Simpson To: Willem Jan Withagen Message-ID: <20040718150844.GD87575@empiric.dek.spc.org> References: <0f4201c46ccf$61de5f90$471b3dd4@digiware.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0f4201c46ccf$61de5f90$471b3dd4@digiware.nl> cc: Robert Watson cc: current@freebsd.org Subject: Re: panic: Duplicate free of item 0xffffff005c4a8600 from zone 0xffffff007fed4780(Mbuf) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 18 Jul 2004 15:08:47 -0000 On Sun, Jul 18, 2004 at 03:59:02PM +0200, Willem Jan Withagen wrote: > Coredump available.... 61Mb compressed. > > system contains a de card, which is correctly identified as GIANT-LOCKED. The > card is not connected. Next time I open up the box, I'll remove it. Well this is no big surprise.... de(4) isn't locked properly and probably never will be. BMS