It hangs and causes high load after started on FreeBSD current.
myhost# /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 mi
Martin <[EMAIL PROTECTED]> writes:
> # Java VM: Java HotSpot(TM) Client VM (1.4.2-b28 mixed mode)
> #
> # Error ID: 4F533F4C494E55580E43505001C9
> #
>
> Heap at VM Abort:
> Heap
> ^C^C^C^C^C^C
> Killed
> myhost#
[snip]
> How to solve this?
Mount linprocfs.
--
Best regards
Christian Laur
On Wed, 2003-08-06 at 23:50, Christian Laursen wrote:
> Mount linprocfs.
Here the full solution once again:
1) Add to /etc/fstab:
linprocfs /compat/linux/proc linprocfs rw 0 0
2) kldload linprocfs
3) mount /compat/linux/proc
Thank you, Christian, for the quick answer.
Martin