Date: Fri, 8 Feb 2002 14:36:27 +0000 From: David Malone <dwmalone@maths.tcd.ie> To: swear@blarg.net Cc: freebsd-stable@freebsd.org Subject: Re: How do I handle repeatable OS crash? Message-ID: <20020208143627.GA3792@walton.maths.tcd.ie> In-Reply-To: <3gpu3gwoct.u3g@localhost.localdomain> References: <3gpu3gwoct.u3g@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 07, 2002 at 09:10:10PM -0800, swear@blarg.net wrote: > I'm running 4.5-PRE from about 26'dec'02 and have a badly-burned CD-R > with which I can repeatably hang the system by simply trying to mount > it. Try compiling the kernel with DDB enabeled. Try to mount the CD while on the first virtual console. When the machine hangs use ctrl-alt-esc to break into the debugger and use "trace" to find out what the kernel is up to. It may be worth using "continue" to let the kernel go on and then break into the debugger again to see if where the kernel running is changing or static. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020208143627.GA3792>