From owner-freebsd-stable@FreeBSD.ORG Sun Jul 2 10:54:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81A6D16A403 for ; Sun, 2 Jul 2006 10:54:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3422343D45 for ; Sun, 2 Jul 2006 10:54:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id BCD7D46BEA; Sun, 2 Jul 2006 06:54:24 -0400 (EDT) Date: Sun, 2 Jul 2006 11:54:24 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Ren Zhen In-Reply-To: <910c4cb0607020106teec096ah1b123753acef6f9c@mail.gmail.com> Message-ID: <20060702115326.K67344@fledge.watson.org> References: <910c4cb0607020106teec096ah1b123753acef6f9c@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable Subject: Re: T23 lock up after enter KDB either on 6-STABLE or 7-CURRENT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 10:54:25 -0000 On Sun, 2 Jul 2006, Ren Zhen wrote: > After I login, press Ctrl+Alt+ESC, kernel says: > KDB: enter: manual escape to debugger > [thread pid 16 tid 100014 ] > Stopped at kdb_enter+0x2b: nop > db> > > Then, my T23 lock up. I can only switch off the computer. > > But, I use "boot -d" at booting kdb will work fine. I press c it continue. > When "login:" displayed on the screen, I enter the KDB, it lock up again. > > Both 6-STABLE and 7-CURRENT have this problem. > > My T23's model is 2647-4NC. Piii 1.13 256M*2 SDR. I have uninstalled one > DIMM, but it seems to have no help to this problem. Try compiling out device kbdmux and see if that fixes things? There are reported problems regarding kbdmux's interaction with the debugger. Robert N M Watson Computer Laboratory University of Cambridge > > My kernel configuration file is GENERIC with following debug options: > options KDB > options DDB > options GDB > options INVARIANTS > options INVARIANT_SUPPORT > options WITNESS > options WITNESS_SKIPSPIN > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >