All,
I encountered
a problem today when I my aplication which is multithreaded and uses lot of I/O.
I'm running my app in Linux 2.4.2 kernel with a sun 1.3.1 jdk with
LD_LASSUME_KERNEL=2.2.5 setting. After running for several hours without JIT this is
the screen dump I got
#####################################################
Exception in thread "CompileThread0"
java.lang.OutOfMemoryError: requested 268435468 bytes
Unexpected Signal : 11 occurred at PC=0x401ca45b
Function name=is_deoptimized_frame__C5frame
Library=/opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.so
Current Java thread:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0x401ca45b
SIGNAL = 11
FUNCTION NAME = is_deoptimized_frame__C5frame
LIBRARY NAME = /opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
Unexpected Signal : 11 occurred at PC=0x401ca45b
Function name=is_deoptimized_frame__C5frame
Library=/opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.so
Current Java thread:
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0x401ca45b
SIGNAL = 11
FUNCTION NAME = is_deoptimized_frame__C5frame
LIBRARY NAME = /opt/jdk1.3.1_01/jre/lib/i386/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
####################################################
Could anyone
help me about whats happeneing and how to fix this.
Reg
Ved