From owner-freebsd-java@FreeBSD.ORG Sun Jul 13 02:09:25 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4356437B401 for ; Sun, 13 Jul 2003 02:09:25 -0700 (PDT) Received: from ferengi.borderworlds.dk (borderworlds.dk [62.79.110.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5692543F93 for ; Sun, 13 Jul 2003 02:09:24 -0700 (PDT) (envelope-from xi@borderworlds.dk) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 431775C5E for ; Sun, 13 Jul 2003 11:09:22 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 500) id 79A713B8008; Sun, 13 Jul 2003 11:09:21 +0200 (CEST) Sender: xi@borderworlds.dk To: freebsd-java@freebsd.org References: <3F10C176.3080305@fork.pl> From: Christian Laursen Date: 13 Jul 2003 11:09:21 +0200 In-Reply-To: <3F10C176.3080305@fork.pl> Message-ID: Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: linux-j2sdk 1.4.2 fail on 4.8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-java@freebsd.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 09:09:25 -0000 Marcin Gryszkalis writes: > Hi, i tried to help one poor soul to install > native java on FreeBSD 4.8-stable, > the linux bootstrap installed well but didn't work: > > su-2.05b# /usr/local/linux-sun-jdk1.4.2/bin/java -version > # > # 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-b28 mixed mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > # > Heap at VM Abort: > Heap[now the process hangs forever] > > The linux-1.4.1_02-b06 works without any problem (on the same box). I encountered this one too, and it took a while to track it down. Try to mount linprocfs on /compat/linux/proc. That made it work for me (although that was on 5.1-RELEASE). -- Best regards Christian Laursen