From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 9 01:19:28 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435E216A4CE for ; Wed, 9 Jun 2004 01:19:28 +0000 (GMT) Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2602E43D48 for ; Wed, 9 Jun 2004 01:19:28 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-197-67.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.197.67] helo=jerusalem.litteratus.org.litteratus.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BXrkP-0004WO-00 for emulation@freebsd.org; Tue, 08 Jun 2004 21:19:22 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16582.26002.427722.236615@jerusalem.litteratus.org> Date: Tue, 8 Jun 2004 21:19:14 -0400 To: emulation@freebsd.org X-Mailer: VM 7.17 under 21.5 (beta16) "celeriac" XEmacs Lucid Subject: problems with linux and java X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Jun 2004 01:19:28 -0000 I am working with linux-sun-jdk14 under -Current, trying to bootstrap to the native jdk. However, running java from linux-sun-jdk14 produces: huff@jerusalem> javavm # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode) # # Error ID: 4F533F4C494E55583F491418160E435050030B # Heap at VM Abort: Heap ... and the process hangs, consuming CPU until killed. I have been told (possibly by Greg Lewis, though I cannot find the e-mail) this is a linux emulation issue. I have PROCFS and PSEUDOFS in the kernel, linux.ko and linprocfs.ko loaded, and linprocfs mounted. Linux_base is 7.1_7. Robert Huff