From owner-freebsd-current@FreeBSD.ORG Tue May 20 21:28:02 2003 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 9520E37B401 for ; Tue, 20 May 2003 21:28:02 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080E543FCB for ; Tue, 20 May 2003 21:28:02 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-uinj8tt.dialup.mindspring.com ([165.121.163.189] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19IL6i-0001s6-00; Tue, 20 May 2003 21:21:40 -0700 Message-ID: <3ECAFE8D.866F8E9E@mindspring.com> Date: Tue, 20 May 2003 21:20:29 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" References: <3ECA1488.2000602@tcoip.com.br> <3ECA4C2A.ECB6E1D2@mindspring.com> <3ECA5B4C.2060900@tcoip.com.br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4a071f992b5bdcba3992c38dc23730f1a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: CURRENT Subject: Re: KSE panic 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: Wed, 21 May 2003 04:28:02 -0000 "Daniel C. Sobral" wrote: > Terry Lambert wrote: > > "Daniel C. Sobral" wrote: > >>This time I don't have a full backtrace because I had just compiled a > >>new kernel. Anyone knows how do I get kernel.debug installed right along > >>all the rest of the stuff? :-( > > Yes, that's what happens. Now go back to what I said and tell me how to > do what I _want_ to happen. :-) If you are asking what you seem to be asking -- "How do I boot a kernel.debug file instead of a kernel" -- you don't; the kernel.debug is too big, and the kernel debugger doesn't understand debug sections. You *must* use a remote debug, or post-mortem a crash dump, if you want to see where the problem is. -- Terry