From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 14:14:52 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 4BCDC16A4CE for ; Fri, 30 Jan 2004 14:14:52 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D8943D2D for ; Fri, 30 Jan 2004 14:14:51 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i0UMEoTA069776; Fri, 30 Jan 2004 14:14:50 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i0UMEoYk069775; Fri, 30 Jan 2004 14:14:50 -0800 (PST) (envelope-from sgk) Date: Fri, 30 Jan 2004 14:14:50 -0800 From: Steve Kargl To: Paul Seniura Message-ID: <20040130221450.GA69755@troutmask.apl.washington.edu> References: <20040128171448.D9EA85C34@techpc04.okladot.state.ok.us> <20040130210112.9EE7A5C34@techpc04.okladot.state.ok.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040130210112.9EE7A5C34@techpc04.okladot.state.ok.us> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: ULE always hangs, even with today's CTM bucket 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: Fri, 30 Jan 2004 22:14:52 -0000 On Fri, Jan 30, 2004 at 03:01:12PM -0600, Paul Seniura wrote: > This is related to previous e-mail referred to in the header of this msg. > The previous msg contains my custom kernel and dmesg editted to show where the hang is. > I'm experiencing this hang only when compiling ULE into that kernel (4BSD does not hang). > At the point of the hang, I broke into debug manually and hand-copied the following: > > db> trace > Debugger(c081fbb6,4,1,0,1) at Debugger+0x54 > scgetc(c0905aa0,2,0,c0899940,c37f9480) at scgetc+0x45e I believe your debugger trace only shows that you used the magic key combo to drop into the debugger. I looked at your config file when you first posted it, but deleted that email and the mailman archive appears to not contain the email to which you refer. Can you post your config file after you eliminate all the commented out devices and options and remove unnecessary comments? -- Steve