From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 23:49:33 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 B1F8D16A4CE for ; Mon, 9 Aug 2004 23:49:33 +0000 (GMT) Received: from smtp06.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F6843D1F for ; Mon, 9 Aug 2004 23:49:33 +0000 (GMT) (envelope-from eugene3@web.de) Received: from [217.228.127.32] (helo=[192.168.0.3]) by smtp06.web.de with asmtp (WEB.DE 4.101 #44) id 1BuJtU-0005yx-00 for freebsd-current@freebsd.org; Tue, 10 Aug 2004 01:49:32 +0200 Message-ID: <41180D8E.6010200@web.de> Date: Tue, 10 Aug 2004 01:49:34 +0200 From: Eugene User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.1) Gecko/20040707 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20040809200645.567FF16A4DC@hub.freebsd.org> In-Reply-To: <20040809200645.567FF16A4DC@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: eugene3@web.de X-Sender: eugene3@web.de Subject: panic: mutex Giant owned at /usr/src/sys/kern/kern_descrip.c:385 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: Mon, 09 Aug 2004 23:49:33 -0000 hi the following panic occured on the following system 5.2-current aug 07 2004 i386: panic: mutex Giant owned at /usr/src/sys/kern/kern_descrip.c:385 KDB: enter: panic [thread 100129] stopped at kbd_enter+0x30 panic() at panic+0xcc _mtx_assert() at _mtx_assert+0xfc kern_fcntl() at kern_fcntl+0x238 fcnt_common() at fcnt_common+0x70 linux_fnctl84() at linux_fcntl84+0x17c syscall(2f,2f,2f,0,bfbfef24) at syscall+0x272 Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall(221,Linux ELF,linux_fcntl84,eip = 0x805aafc, esp = 0xbfbfed0c, ebp = 0xbfbfed58) --- i was at "make install" in /usr/ports/java/jdk14 and i guess from the kernel-panic-message that the linux emulation is broken i hope i have not too much typos in the panic message :-/ i noticed after i did a "make update" in /usr/src today that kern_descrip.c was updated... but it was updated in the past too, so maybe its allready fixed, but maybe it was broken in some recent commit... hope that helps, Eugene