From owner-freebsd-hackers@FreeBSD.ORG Sun Apr 13 15:12:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B56237B401 for ; Sun, 13 Apr 2003 15:12:20 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF2FE43F85 for ; Sun, 13 Apr 2003 15:12:19 -0700 (PDT) (envelope-from nsouch@free.fr) Received: from armor.fastether (nas-cbv-7-62-147-154-217.dial.proxad.net [62.147.154.217]) by postfix3-2.free.fr (Postfix) with SMTP id E9E1DC12D for ; Mon, 14 Apr 2003 00:12:18 +0200 (CEST) Received: (qmail 21096 invoked by uid 1001); 13 Apr 2003 22:36:56 -0000 Date: Sun, 13 Apr 2003 22:36:56 +0000 From: Nicolas Souchu To: hackers@freebsd.org Message-ID: <20030413223656.A21075@armor.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: infinite loop in kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 22:12:20 -0000 Hi folks, I'm trying to debug some infinite loop in the kernel. I guess this is the problem since key interrupts are still working but the system does not respond otherwise. Unfortunatly, breaking in the debugger only gives my the trace of the kbd intr thread... Which data structure should I check? Thanks. Nicholas -- Nicholas Souchu - nsouch@free.fr - nsouch@FreeBSD.org