From owner-freebsd-current@FreeBSD.ORG Tue Nov 9 04:25:29 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 45C9C16A4CE for ; Tue, 9 Nov 2004 04:25:29 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDAE43D31 for ; Tue, 9 Nov 2004 04:25:28 +0000 (GMT) (envelope-from vincepoy@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so15310rne for ; Mon, 08 Nov 2004 20:25:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Ne0bcbWfxAEFThhOJL13G01+oID7Qw4qReltAngjvB1Bwc9x/M6i9tscMpOf7Yfty1P576FJ4rH9yaKGzYLrIc0BSFpBLIy/WZciFyR3t5dyvsP3+gN442n10FLsA1WVcO/mXIRKxjFufRoudZwpu+SytKtCVTOch1xt4kRs+ek= Received: by 10.38.79.2 with SMTP id c2mr45928rnb; Mon, 08 Nov 2004 20:25:25 -0800 (PST) Received: by 10.38.14.49 with HTTP; Mon, 8 Nov 2004 20:25:25 -0800 (PST) Message-ID: <429af92e0411082025680d70e3@mail.gmail.com> Date: Mon, 8 Nov 2004 20:25:25 -0800 From: Vincent Poy To: current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: latest -CURRENT kernel panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vincent Poy List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 04:25:29 -0000 I updated from a March 6, 2004 -CURRENT which had been running without issues to October 19, 2004 -CURRENT. All -CURRENT since October 19, 2004 to the latest November 5, 2004 -CURRENT have been panicing with the following: Slab at 0xc3d75fa8, freei 14 = 0. panic: Duplicate free of item 0xc3d75e00 from zone 0xc143e9a0(Mbuf) cpuid = 0 KDB: enter: panic [thread 100019] Stopped at kdb_enter+0x2c: leave db> trace kdb_enter(c0852d05,100,c38b0980,e,c3d75000) at kdb_enter+0x2c panic(c086ce77,c3d75e00,c143e9a0,c08515e0,c086ce5b) at panic+0x17f uma_dbg_free(c143e9a0,0,c3d75e00) at uma_dbg_free+0x10e uma_zfree_arg(c143e9a0,c3d75e00,0) at uma_zfree_arg+0x1f6 m_freem(c3d75e00,c3a0b21c,c3a0b2f4,c3a0cd80,c38b7400) at m_freem+0x3e xl_intr(c3a09000,0,c38b3c00,0,c0612120) at xl_intr+0x262 ithread_loop(c38b7400,e9f95d48,c38b7400,c0612120,0) at ithread_loop+0x186 fork_exit(c0612120,c38b7400,e9f95d48) at fork_exit+0x7e fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xe9f95d7c, ebp = 0 --- db> Any ideas what could be causing this? Is there anyway to write everything above to a file instead of manually typing everything? Thanks. Cheers, Vince