Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 14:34:26 -0400
From:      Robert Huff <roberthuff@rcn.com>
To:        java@freebsd.org
Subject:   Re: very quick java/jdk14complie = problem?
Message-ID:  <16508.12978.228863.330738@jerusalem.litteratus.org>
In-Reply-To: <20040413164845.GA28884@misty.eyesbeyond.com>
References:  <16506.42674.772056.27556@jerusalem.litteratus.org> <16507.8305.719242.730697@jerusalem.litteratus.org> <20040413164845.GA28884@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Greg Lewis writes:
  
>  What is "the linux-sun-jdk14 problem"?  Have you got linprocfs
>  mounted?

	Recapitulating from the thread "sun jdk problem":

huff@>javavm -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_04-b05 mixed mode)
#
# Error ID: 4F533F4C494E55583F491418160E435050030B
#

Heap at VM Abort:
Heap

	Additional information:
	
huff@> umount linprocfs
huff@> mount -v -w /compat/linux/proc
linprocfs on /usr/compat/linux/proc (linprocfs, local, fsid 04ff000606000000)
huff@> mount
/dev/da0s1a on / (ufs2, local)
devfs on /dev (devfs, local)
/dev/da1s1d on /usr (ufs2, local, soft-updates, acls)
/dev/da0s1d on /var (ufs2, local, soft-updates, acls)
linprocfs on /usr/compat/linux/proc (linprocfs, local)
huff@> kldstat
Id Refs Address    Size     Name
 1    9 0xc0400000 364fb4   kernel
 2    1 0xc0765000 47ddc    acpi.ko
 3    1 0xc4239000 5000     linprocfs.ko
 4    1 0xc4241000 5000     procfs.ko
 5    1 0xc42af000 18000    nfsserver.ko
huff@> grep COMPAT /sys/i386/conf/<config file>
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         COMPAT_FREEBSD4         #Compatible with FreeBSD4
options         COMPAT_AOUT
options         COMPAT_LINUX
huff@> portversion -Rv "*jdk*"
linux-sun-jdk-1.4.2.04      =  up-to-date with port
linux_base-7.1_7            =  up-to-date with port
huff@> dir /var/db/pkg | grep linux
drwxr-xr-x    2 root  wheel       512 Apr  5 00:25 linux-sun-jdk-1.4.2.04
drwxr-xr-x    2 root  wheel       512 Apr  8 11:12 linux_base-7.1_7
huff@> uname -a
FreeBSD jerusalem.litteratus.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon Mar  8 12:27:03 EST 2004


				Robert Huff




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16508.12978.228863.330738>