From owner-freebsd-current@FreeBSD.ORG Sun May 21 10:37:09 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 A846216A423 for ; Sun, 21 May 2006 10:37:09 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7AD43D45 for ; Sun, 21 May 2006 10:37:08 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k4LAb6DB079510 for ; Sun, 21 May 2006 14:37:07 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k4LAb6dx079509 for freebsd-current@freebsd.org; Sun, 21 May 2006 14:37:06 +0400 (MSD) (envelope-from yar) Date: Sun, 21 May 2006 14:37:06 +0400 From: Yar Tikhiy To: freebsd-current@freebsd.org Message-ID: <20060521103706.GC78879@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: kbdmux + ddb = hard freeze X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 21 May 2006 10:37:09 -0000 Just to save other folks' time, I'd like to remind that using Ctrl+Alt+Esc to escape to ddb still leads to the system freezing hard if kbdmux is enabled--at least with a PS/2 keyboard. I had missed this issue when it was brought up here a month ago, so I spent some time to find why my system was hanging dead. Possible workarounds found: - remove kbdmux from the kernel configuration file - disable kbdmux in device.hints: hint.kbdmux.0.disabled="1" - go straight to remote gdb: sysctl debug.kdb.current=gdb sysctl debug.kdb.enter=1 -- Yar