From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 6 23:07:14 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B4C716A400 for ; Tue, 6 Mar 2007 23:07:14 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id EFDC713C474 for ; Tue, 6 Mar 2007 23:07:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l26N78Sq049803; Tue, 6 Mar 2007 18:07:08 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-emulation@FreeBSD.org Date: Tue, 6 Mar 2007 18:07:03 -0500 User-Agent: KMail/1.6.2 References: <45C46416.3020406@melbpc.org.au> <20070306140643.ddq9n3k68ksggs40@webmail.leidinger.net> <200703061137.04993.jkim@FreeBSD.org> In-Reply-To: <200703061137.04993.jkim@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200703061807.05744.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2754/Tue Mar 6 16:51:20 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Leidinger , kpeter@melbpc.org.au Subject: Re: linux-2.6.16 emulation: linux-sun-jdk1.6.0 program 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: Tue, 06 Mar 2007 23:07:14 -0000 On Tuesday 06 March 2007 11:37 am, Jung-uk Kim wrote: > On Tuesday 06 March 2007 08:06 am, Alexander Leidinger wrote: > > Quoting Peter Kostouros (from Sat, 03 Feb > > 2007 > > > > 21:29:42 +1100): > > > Hi > > > > > > On my system (CURRENT as of 03FEB2007) linux-sun-jdk1.5.0 and > > > linux-sun-jdk1.6.0 applications do not run under linux 2.6.16 > > > emulation whereas they do under linux 2.4.2 emulation. > > > > Could you please update to a recent current and check if this > > problem is still there or not? > > As far as I know, they don't work, i.e., they crash with internal > error. Both require sched_getaffinity (and maybe more) and that is > not implemented. I believe JDK breakage is serious blocker for the > 2.6.16. Since we cannot support the syscall directly (i.e., we > don't have user process affinity), we may have to fake it. FYI, it's fixed in perforce. Jung-uk Kim