From owner-freebsd-net Tue Mar 19 2: 3:10 2002 Delivered-To: freebsd-net@freebsd.org Received: from patrocles.silby.com (d127.as28.nwbl0.wi.voyager.net [169.207.71.193]) by hub.freebsd.org (Postfix) with ESMTP id 406C237B405 for ; Tue, 19 Mar 2002 02:03:06 -0800 (PST) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.2/8.12.2) with ESMTP id g2JA1KjJ048411; Tue, 19 Mar 2002 10:01:20 GMT (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.2/8.12.2/Submit) with ESMTP id g2JA0YQ6048408; Tue, 19 Mar 2002 04:00:49 -0600 (CST) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Tue, 19 Mar 2002 04:00:33 -0600 (CST) From: Mike Silbersack To: W Alexander Hagen Cc: Greg Black , Josef Karthauser , Subject: Re: Freebsd REL_ENG 4.3 p28 freezes every 30 minutes. In-Reply-To: <20020319041111.22283.qmail@web9906.mail.yahoo.com> Message-ID: <20020319035747.T48355-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 18 Mar 2002, W Alexander Hagen wrote: > > How do I find out how to run the box so it outputs the errant code line > when it crashes ? Is there a good faq ? Check out: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Part 16.4, "On-Line Kernel Debugging Using DDB" is what you should probably focus on. Once you compile DDB into the kernel, it should throw you into DDB whenever a system crash occurs. If the system seems to crash, but does not throw you into DDB, you can then try ctrl-alt-esc to manually enter it. In either case, you can then run "trace" to get a backtrace of where the problem occured. From that, we should be able to help you. If you can't even break into DDB whenever your computer crashes, then something is seriously wrong, _probably_ bad hardware of some sort. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message