From owner-freebsd-current@FreeBSD.ORG Thu Dec 9 00:23:04 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 683C216A4CE for ; Thu, 9 Dec 2004 00:23:04 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F04943D3F for ; Thu, 9 Dec 2004 00:23:04 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB90N3mR007265 for ; Wed, 8 Dec 2004 16:23:03 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB90N3C2007264 for freebsd-current@freebsd.org; Wed, 8 Dec 2004 16:23:03 -0800 (PST) (envelope-from sgk) Date: Wed, 8 Dec 2004 16:23:03 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20041209002303.GC4674@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: panic: mtx_lock() of spin mutex ... 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: Thu, 09 Dec 2004 00:23:04 -0000 panic: mtx_lock() of spin mutex (null) @ sys/netinet/frag6.c:682 cpuid = 0 kdb_backtrace+0x37 panic+0x1d1 _mtx_lock_flags+0x72 frag6_slowtimo+0x26 pfslowtimo+0x5a softclock+0x1c0 ithread_loop+0x179 fork_exit+0xe9 fork_trampoline+0xe This is FreeBSD/amd64 from today's sources of about 30 minutes ago. -- Steve