From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 08:35:56 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 5DEDA16A4CE for ; Mon, 1 Mar 2004 08:35:56 -0800 (PST) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E4C43D2D for ; Mon, 1 Mar 2004 08:35:56 -0800 (PST) (envelope-from dzerkel@columbus.rr.com) Received: from columbus.rr.com (dhcp065-024-164-116.columbus.rr.com [65.24.164.116])i21GZrMV008466 for ; Mon, 1 Mar 2004 11:35:53 -0500 (EST) Message-ID: <404366BD.1010607@columbus.rr.com> Date: Mon, 01 Mar 2004 11:37:17 -0500 From: "Danny J. Zerkel" User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <404354A3.6060803@columbus.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Follow up: sleepqueue assertion panic and hang 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: Mon, 01 Mar 2004 16:35:56 -0000 Addionally, if I let the machine sit after it panics I get: spin lock sched lock held by 0xc54743f0 for > 5 seconds But the machine still doesn't respond. As for the mozilla freezing the machine, moving /etc/libmap.conf out of the way, the machine still freezes. Danny Danny J. Zerkel wrote: > I haven't seen any reports of this yet, so here goes. I'm getting > an assert panic at odd intervals. Sometimes I get it with the initial > login prompt. I have also gotten it in the middle of the night during > a rebuild of mozilla. And my system as been freezing when I start > mozilla or thunderbird and even once starting xdm. > > panic: Assertion td->td_flags & TDF_SINTR failed at > /usr/src/sys/kern/subr_sleepqueue.c:761 > at line 761 in file /usr/src/sys/kern/subr_sleepqueue.c > cpuid = 1; > Debugger("panic") > > And then it freezes. Reset is the only way out. I have also seen cpuid > = 0. (It is a dual processor P3). I have rebuilt the kernel and world > from current. I have no back trace because it freezes instead of > dropping into the kernel debugger. > > I could send more information if my email client (thunderbird) was > working... > > Danny Zerkel > dzerkel@columbus.rr.com >