From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 21:03:07 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E238A106564A for ; Mon, 15 Jun 2009 21:03:07 +0000 (UTC) (envelope-from thomas+freebsd@lotterer.net) Received: from angel.hellmouth.lotterer.net (angel.hellmouth.lotterer.net [88.198.53.82]) by mx1.freebsd.org (Postfix) with ESMTP id 99CED8FC36 for ; Mon, 15 Jun 2009 21:03:07 +0000 (UTC) (envelope-from thomas+freebsd@lotterer.net) Received: from buffy.sunnydale.lotterer.net (ppp-93-104-163-93.dynamic.mnet-online.de [93.104.163.93]) by angel.hellmouth.lotterer.net (Postfix) with ESMTPS id 3CACE1EC21B; Mon, 15 Jun 2009 23:03:06 +0200 (CEST) Received: from [172.17.16.141] (faith.sunnydale.lotterer.net [172.17.16.141]) by buffy.sunnydale.lotterer.net (Postfix) with ESMTPSA id D0193107420; Mon, 15 Jun 2009 21:02:54 +0000 (UTC) Message-ID: <4A36B70F.1020107@lotterer.net> Date: Mon, 15 Jun 2009 23:03:11 +0200 From: Thomas Lotterer User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: pyunyh@gmail.com References: <4A2DA8D9.2030300@lotterer.net> <20090610024959.GD63941@michelle.cdnetworks.co.kr> <4A2FF8E3.4060501@lotterer.net> <20090611002923.GA68519@michelle.cdnetworks.co.kr> <4A30FD94.4030409@lotterer.net> <20090611130557.GB68519@michelle.cdnetworks.co.kr> <4A312517.9030206@lotterer.net> <20090612055032.GD72855@michelle.cdnetworks.co.kr> <4A32BAE7.40605@lotterer.net> <20090615015505.GB78415@michelle.cdnetworks.co.kr> In-Reply-To: <20090615015505.GB78415@michelle.cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.0 tests=UNPARSEABLE_RELAY autolearn=failed version=3.2.5-openpkg X-Spam-Checker-Version: SpamAssassin 3.2.5-openpkg (2008-06-10) on angel.hellmouth.lotterer.net Cc: freebsd-current@freebsd.org Subject: Re: suspect bug in vge(4) 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: Mon, 15 Jun 2009 21:03:09 -0000 From: Pyun YongHyeon Date: 2009-06-15 3:55:05 +0200 > On Fri, Jun 12, 2009 at 10:30:31PM +0200, Thomas Lotterer wrote: >> panic: Assertion mtx_unowned(m) failed at /usr/src/sys/kern/kern_mutex.c:827 > > This looks locking bug in driver. Show me backtrace info. > I'd like to, but I've no idea how to do it. First, this is NanoBSD with no space to dump core. Well, there is ZFS but I mind this is a good place to use. Second, this is ARTiGO with no serial and no PS/2 keyboard - only USB. There are certain times where FreeBSD lacks USB keyboard support. The MBR boot loader seems to leverage BIOS USB Keyboard support and works. Thereafter, boot block (override boot.config), loader (override loader.conf), the "beastie menue" (disable ACPI, safe mode, ...) and kernel debugger have BIOS USB keyboard dropped but do not support vanilla USB keyboard so I end up with not being able to type any key! Now realize how hard it was to get there :-| Cheers -- http://thomas.lotterer.net