Heap error except when run with -Xint

D

Doug Miller

I have a program that crashes the VM on one computer except when I use
the -Xint option. It only does this on one computer - other computers in my
office and at home don't have the problem. Since it appears to be a heap
problem, I've also tried using the -Xms option without any success. Below
is the error message. It has a report in SUN's bug report database, but no
solutions. Any suggestions or insights for understanding and removing the
source of this problem is appreciated.

Thanks,
Doug
#

# 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_07-b05 mixed mode)

#

# Error ID: 43113F2652414D452D41503F491418160E435050005C

#

# Problematic Thread: prio=5 tid=0x0003f060 nid=0x8cc runnable

#

Heap at VM Abort:

Heap

def new generation total 576K, used 487K [0x10010000, 0x100b0000,
0x104f0000)

eden space 512K, 82% used [0x10010000, 0x10079ce8, 0x10090000)

from space 64K, 100% used [0x10090000, 0x100a0000, 0x100a0000)

to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)

tenured generation total 2472K, used 1571K [0x104f0000, 0x1075a000,
0x14010000)

the space 2472K, 63% used [0x104f0000, 0x10678cc0, 0x10678e00, 0x1075a000)

compacting perm gen total 4864K, used 4765K [0x14010000, 0x144d0000,
0x18010000)

the space 4864K, 97% used [0x14010000, 0x144b76d8, 0x144b7800, 0x144d0000)
 
H

Harish

this is a JIT bug, there are some ref. in the net abou this, google for the
error ID(43113F2652414D452D41503F491418160E435050005C) for more details...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top