From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 17:27:59 2005 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 11F7116A4CE for ; Tue, 8 Feb 2005 17:27:59 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF0343D2D for ; Tue, 8 Feb 2005 17:27:57 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received-SPF: pass (eva.fit.vutbr.cz: domain of xdivac02@eva.fit.vutbr.cz designates 127.0.0.1 as permitted sender) receiver=eva.fit.vutbr.cz; client_ip=127.0.0.1; envelope-from=xdivac02@eva.fit.vutbr.cz; Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id j18HRsbS025840 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 8 Feb 2005 18:27:54 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id j18HRsmx025839; Tue, 8 Feb 2005 18:27:54 +0100 (CET) Date: Tue, 8 Feb 2005 18:27:54 +0100 From: Divacky Roman To: Kris Kennaway Message-ID: <20050208172754.GA25800@stud.fit.vutbr.cz> References: <20050208140419.GA15236@stud.fit.vutbr.cz> <20050208164711.GC43179@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050208164711.GC43179@xor.obsecurity.org> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: current@freebsd.org Subject: Re: panic in recent 6-current 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: Tue, 08 Feb 2005 17:27:59 -0000 On Tue, Feb 08, 2005 at 08:47:11AM -0800, Kris Kennaway wrote: > On Tue, Feb 08, 2005 at 03:04:19PM +0100, Divacky Roman wrote: > > #22 0xc0493087 in softclock (dummy=0x0) at atomic.h:365 > > #23 0xc04768a3 in ithread_loop (arg=0xc1577480) > > at /usr/src/sys/kern/kern_intr.c:546 > > #24 0xc0475be9 in fork_exit (callout=0xc0476761 , > > arg=0xc1577480, frame=0xd3fc3d48) at /usr/src/sys/kern/kern_fork.c:790 > > #25 0xc057ef5c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 > > > > > > (all other frames are either ??? or from ddb) > > Are you running a kernel built with -O2 (bad for gdb) or -O? -Os which is basically -O2, should I test with plain -O ?