From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 24 17:45:59 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC55016A419 for ; Wed, 24 Oct 2007 17:45:59 +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 713C113C4A3 for ; Wed, 24 Oct 2007 17:45:59 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 204AF66967B; Wed, 24 Oct 2007 19:45:43 +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 NU391VuKbRYF; Wed, 24 Oct 2007 19:45:42 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1BC99669669; Wed, 24 Oct 2007 19:45:42 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l9OHjfik079687; Wed, 24 Oct 2007 19:45:41 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 24 Oct 2007 19:45:41 +0200 From: Roman Divacky To: Kyryll A Mirnenko aka Mirya Message-ID: <20071024174541.GA79623@freebsd.org> References: <200710241836.51557.jen.parga@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710241836.51557.jen.parga@hotmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: FreeBSD7.0 + linuxolator2.6 + linux-sun-jdk-1.6.0_03 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: Wed, 24 Oct 2007 17:45:59 -0000 On Wed, Oct 24, 2007 at 06:36:49PM +0300, Kyryll A Mirnenko aka Mirya wrote: > I know it's not stable yet enough, but there's a nice desktop test case for > it: > install java/linux-sun-jdk16, run SwingSet2 demo > (java -jar /usr/local/linux-sun-jdk1.6.0/demo/jfc/SwingSet2/SwingSet2.jar), > > what I have: > > $ uname -a > FreeBSD miryanote 7.0-BETA1 FreeBSD 7.0-BETA1 #1: Wed Oct 24 00:22:59 EEST > 2007 root@miryanote:/usr/obj/usr/src/sys/MY-LITE i386 > > 1) with emulators/linux_base-fc4 + compat.linux.osrelease=2.4.2 is works > perfectly > 2) with compat.linux.osrelease=2.6.19 it coredumps and hangs up in an infinite > loop (eating up CPU) for any of emulators/linux_base-fc4 and > emulators/linux_base-fc7 installed I'll try to look into this but I dont have much time these days so if you could ktrace it and see on what its looping I'd be glad... thnx, roman