From owner-freebsd-current@FreeBSD.ORG Sun Jul 22 14:20:14 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6D616A41F for ; Sun, 22 Jul 2007 14:20:14 +0000 (UTC) (envelope-from patfbsdc@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [213.186.42.107]) by mx1.freebsd.org (Postfix) with ESMTP id 3D5A713C480 for ; Sun, 22 Jul 2007 14:20:14 +0000 (UTC) (envelope-from patfbsdc@davenulle.org) Received: from roxette (unknown [77.192.6.16]) by smtp.lamaiziere.net (Postfix) with ESMTP id 5B2C3118058C for ; Sun, 22 Jul 2007 15:53:57 +0200 (CEST) Date: Sun, 22 Jul 2007 15:53:56 +0200 From: Patrick Lamaiziere To: freebsd-current@freebsd.org Message-ID: <20070722155356.49797993@roxette> In-Reply-To: <46A2B49F.4030307@freebsd.org> References: <46A2B49F.4030307@freebsd.org> Organization: /dave/nulle X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: LOR's, and a panic (ipf NAT related?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Jul 2007 14:20:14 -0000 Le Sat, 21 Jul 2007 20:36:31 -0500, Eric Anderson a écrit : > Today, on a -CURRENT from a few days ago (running ULE 3.0), I got a > panic: > > panic: Trying sleep, but thread marked as sleeping prohibited > cpuid = 0 > > #8 0xc074a474 in panic (fmt=0xc0a979a9 "Trying sleep, but thread > marked as sleeping prohibited") > at /usr/src/sys/kern/kern_shutdown.c:547 > #9 0xc077abd2 in sleepq_add (wchan=0xc0e20980, lock=0x0, > wmesg=0xc0e1b709 "ipf IP NAT rwlock", flags=3, queue=0) > at /usr/src/sys/kern/subr_sleepqueue.c:289 > #10 0xc07519ee in _sx_xlock_hard (sx=0xc0e20980, tid=3306307584, > opts=0, file=0xc0e1b65e > "/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_nat.c", > line=4384) > at /usr/src/sys/kern/kern_sx.c:548 > #11 0xc0751d18 in _sx_xlock (sx=0xc0e20980, opts=0, > file=0xc0e1b65e > "/usr/src/sys/modules/ipfilter/../../contrib/ipfilter/netinet/ip_nat.c", > line=4384) at sx.h:153 I've seen this panic this night too. > I also see these (maybe related) LOR's on bootup: Mee too, it occurs when ipl.ko is loaded. [Current from last night, kernel GENERIC/i386]