Unexpected Signal : 11 occurred at PC=0xFEDE14F8

Im gettingthis error in hs_err log file when my application is crashing.

Unexpected Signal : 11 occurred at PC=0xFEDE14F8

Function=[Unknown. Nearest: JVM_FillInStackTrace+0x4D70]

Current Java thread:

Dynamic libraries:

0xff370000/usr/lib/libthread.so.1

0xff3fa000/usr/lib/libdl.so.1

0xff280000/usr/lib/libc.so.1

0xff3a0000/usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1

0xff240000/usr/lib/libCrun.so.1

0xff220000/usr/lib/libsocket.so.1

0xfeb00000/usr/lib/libnsl.so.1

0xfeab0000/usr/lib/libm.so.1

0xff200000/usr/lib/libmp.so.2

0xfebe0000/usr/lib/librt.so.1

0xfebc0000/usr/lib/libaio.so.1

0xfea90000/usr/lib/libmd5.so.1

0xfea70000/usr/platform/SUNW,Sun-Fire-V240/lib/libmd5_psr.so.1

0xfe9f0000/opt/_jvm/lib/sparc/libverify.so

Local Time = Tue May 23 11:16:31 2006

Elapsed Time = 716290

#

# HotSpot Virtual Machine Error : 11

# Error ID : 4F530E43505002E6 01

# Please reportthis error at

#

http://java.sun.com/cgi-bin/bugreport.cgi

#

# Java VM: Java HotSpot(TM) Server VM (1.4.1_02-b06 mixed mode)

[1287 byte] By [Maya--Raja79a] at [2007-10-2 21:08:10]
# 1
Have you tried reporting this crash to http://java.sun.com/cgi-bin/bugreport.cgi as the crash requested?Have you tried a JVM more recent than 1.4.1_02-b06?
Peter.Kessler@Sun.COMa at 2007-7-13 23:53:56 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...
# 2

A couple of points:

(1) JDK 1.4.1 is likely EOL'd and no longer supported. You might wish

to upgrade to a suitable JDK 1.4.2, or contact your Sun support

representative for options.

(2) Adding the additional JVM option -XX:+ShowMessageBoxOnError will

keep the JVM from crashing when it encounters the error. You can then

attach a native debugger, or get a stack retrace using, for example, dbx.

Including that information in the bug report might help quicker resolution.

ramki_at_jdca at 2007-7-13 23:53:56 > top of Java-index,Java HotSpot Virtual Machine,HotSpot Internals...