From owner-freebsd-current Tue Nov 5 21:15:46 2002 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 C95B137B401 for ; Tue, 5 Nov 2002 21:15:44 -0800 (PST) Received: from outel.org (outel.org [168.150.177.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAAA43E6E for ; Tue, 5 Nov 2002 21:15:44 -0800 (PST) (envelope-from qumqats@outel.org) Received: from localhost (winxp [192.168.1.20]) by outel.org (8.12.6/8.12.6) with ESMTP id gA65FD9A002652 for ; Tue, 5 Nov 2002 21:15:16 -0800 (PST) (envelope-from qumqats@outel.org) Date: Tue, 05 Nov 2002 21:07:07 -0800 From: "Joel M. Baldwin" Cc: current@FreeBSD.ORG Subject: Re: Why is my -current system Hard Locking? Message-ID: <11355408.1036530427@[192.168.1.20]> In-Reply-To: <15815.56296.463941.374808@grasshopper.cs.duke.edu> References: <149469335.1036439809@[192.168.1.20]> <15815.56296.463941.374808@grasshopper.cs.duke.edu> X-Mailer: Mulberry/3.0.0b8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On Tuesday, November 05, 2002 9:55 AM -0500 Andrew Gallatin wrote: > > Joel M. Baldwin writes: > > <...> > > don't think this is related to the X FP problem ( although I am > > running X11 ). There have been many times when I'd walk in the > <...> > > options DDB #Enable the kernel debugger > <...> > > Its likley you are panic'ing in X, and the system is waiting at the > ddb prompt. But you can't see it or do anything, since X has control > of the graphics and kbd, so it looks like the machine is frozen. > > Try adding options DDB_UNATTENDED to your config. Or just do > sysctl debug.debugger_on_panic=0 > > Both of these have the same effect: they will prevent ddb from > stopping the panic. Make sure you have a dump device setup to > capture a crashdump. > > Drew This sounds good, but isn't it. X doesn't have control of the graphics and kbd on my system. Only xdm and clients are running, the server is on another system. When panics happen ( and they have ) I get the message on the screen. Also this problem has been happening both with X running and not. Just in case I'll go ahead and try your suggestion but . . . Any other suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message