From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 7 11:16:22 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7672B106567F for ; Mon, 7 Jul 2008 11:16:22 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 2985A8FC13 for ; Mon, 7 Jul 2008 11:16:21 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2625867E6D4; Mon, 7 Jul 2008 13:15:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h8WTDZt7ywNQ; Mon, 7 Jul 2008 13:15:17 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id EF9AC67E6CC; Mon, 7 Jul 2008 13:15:16 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m67BFFs9041422; Mon, 7 Jul 2008 13:15:15 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 7 Jul 2008 13:15:15 +0200 From: Roman Divacky To: Peter Kostouros Message-ID: <20080707111515.GA41171@freebsd.org> References: <4870260D.1080203@melbpc.org.au> <20080706094332.4de443b0@deskjail> <4871E04B.305@melbpc.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4871E04B.305@melbpc.org.au> User-Agent: Mutt/1.4.2.3i Cc: emulation@freebsd.org Subject: Re: Linux 2.6 emulation and Linux Java problem X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 11:16:22 -0000 > I used the normal kdump; unfortunately I could not install linux_kdump > and did not persevere with it ("does not build with the default linux > base, use the package instead" and I had a hiccup installing the > package, too). I will look into dtrace over the weekend. try the linux_kdump... the dtrace might have problems on its own as it is really new code... > >>1860 java RET open 97/0x61 > >> > >>1860 java CALL freebsd6_mmap(0x61, 0x2b639970, PROT_EXEC, MAP_FILE, > >>0xa5a5a5a5, ..., 0xa5a5a5a5, 0, ..., 0, 0xc, 0xdead0002, ... > >> > >> > >>Note > >> > >>1. These applications ran successfully with linux_base-fc4 and > >>compat.linux.osrelease set to 2.4.2; > >>2. The success of running java applications also depends on > >>debug.witness.watch: I get more mileage from java applications when this > >>sysctl is 0. > >> > > > >Do you get witness warning/errors on the console? Please check and > >report them if there are any. a LOR could lead to a deadlock not a crash.... if you still have the ktrace.out I believe you can put it on a web and we can run our own linux_kdump on it to see what happened. can you make that available?