Just to add some fun: I encountered the same error ID under Linux 2.4.2:
Elapsed Time = 4821
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002C4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
#
It only occurs after some time; e.g., the first time I encountered this was when I had less memory:
Elapsed Time = 745
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002C4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
#
As you can see, the test sustained much less time with less memory. What's in the test are some JMS MQ messaging (Fiorano) and JDBC transactions (Oracle). What's really annoying is that the SAME code has run on Solaris (same JDK) for much longer and has never encountered this. And I could only find this single posting regarding this error ID.
oups i forgot this is what we get :
Unexpected Signal : 11 occurred at PC=0x40111090
Function name=find__5JNIidi
Library=/opt/jini/jre1.3.1/lib/i386/client/libjvm.so
Local Time = Thu Oct 18 14:35:24 2001
Elapsed Time = 356
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002C4
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
#