Unexpected Signal : 11

I have a critical java application running a sunOS 5.8 on X86, Java VM 1.4.2_03-b02. This application has been running for over a year without any problems and then it crashed with the following error report.
Unexpected Signal : 11 occurred at PC=0xDAD57500
Function=javax.swing.text.SimpleAttributeSet$EmptyAttributeSet.isDefined(Ljava/lang/Object;)Z (compiled Java code)
Library=(N/A)
Current Java thread:
Dynamic libraries:
0x8050000      java
0xdfb70000      /usr/lib/lwp/libthread.so.1
0xdfb60000      /usr/lib/libdl.so.1
0xdfab0000      /usr/lib/libc.so.1
0xdf740000      /usr/j2sdk1.4.2_03/jre/lib/i386/client/libjvm.so
0xdf720000      /usr/lib/libCrun.so.1
0xdf700000      /usr/lib/libsocket.so.1
0xdf650000      /usr/lib/libnsl.so.1
0xdf630000      /usr/lib/libm.so.1
0xdf610000      /usr/lib/libsched.so.1
0xdfa80000      /usr/lib/libw.so.1
0xdf5d0000      /usr/lib/libmp.so.2
0xdf5b0000      /usr/j2sdk1.4.2_03/jre/lib/i386/native_threads/libhpi.so
0xdf550000      /usr/j2sdk1.4.2_03/jre/lib/i386/libverify.so
0xdf510000      /usr/j2sdk1.4.2_03/jre/lib/i386/libjava.so
0xdf4e0000      /usr/j2sdk1.4.2_03/jre/lib/i386/libzip.so
0xdf1a0000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
0xdcf00000      /usr/j2sdk1.4.2_03/jre/lib/i386/libawt.so
0xdce90000      /usr/j2sdk1.4.2_03/jre/lib/i386/libmlib_image.so
0xdce30000      /usr/j2sdk1.4.2_03/jre/lib/i386/motif21/libmawt.so
0xdcc70000      /usr/dt/lib/libXm.so.4
0xdaba0000      /usr/openwin/lib/libXt.so.4
0xdcc30000      /usr/openwin/lib/libXext.so.0
0xdcc10000      /usr/openwin/lib/libXtst.so.1
0xdab20000      /usr/openwin/lib/libX11.so.4
0xdaac0000      /usr/openwin/lib/libdps.so.5
0xdaaa0000      /usr/openwin/lib/libSM.so.6
0xdaa80000      /usr/openwin/lib/libICE.so.6
0xda9d0000      /usr/j2sdk1.4.2_03/jre/lib/i386/libfontmanager.so
0xda9a0000      /usr/openwin/lib/locale/common/xlibi18n.so.2
0xda980000      /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
0xda960000      /usr/lib//liblayout.so
0xda920000      /usr/openwin/lib/locale/common/ximlocal.so.2
0xd23e0000      /usr/j2sdk1.4.2_03/jre/lib/i386/libnet.so
0xd23c0000      /usr/j2sdk1.4.2_03/jre/lib/i386/librmi.so
Heap at VM Abort:
Heap
def new generation total 576K, used 161K [0xd2400000, 0xd24a0000, 0xd24a0000)
eden space 512K, 19% used [0xd2400000, 0xd2418698, 0xd2480000)
from space 64K, 99% used [0xd2480000, 0xd248fff8, 0xd2490000)
to space 64K, 0% used [0xd2490000, 0xd2490000, 0xd24a0000)
train generation total 5696K, used 3416K [0xd24a0000, 0xd2a30000, 0xd6800000)
compacting perm gen total 8192K, used 7939K [0xd6800000, 0xd7000000, 0xda800000)
the space 8192K, 96% used [0xd6800000, 0xd6fc0fc0, 0xd6fc1000, 0xd7000000)
Local Time = Thu Jun 2 14:00:36 2005
Elapsed Time = 1206
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
Can any one tell me what may have caused this error? I can't affort to have it happen again.
Thanks

What signal is #11?
$ uname -a
SunOS scd15 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-15000
$ bash
bash-2.05$ kill -l
1) SIGHUP       2) SIGINT       3) SIGQUIT      4) SIGILL
5) SIGTRAP      6) SIGABRT      7) SIGEMT       8) SIGFPE
9) SIGKILL     10) SIGBUS      11) SIGSEGV     12) SIGSYS
13) SIGPIPE     14) SIGALRM     15) SIGTERM     16) SIGUSR1
17) SIGUSR2     18) SIGCHLD     19) SIGPWR      20) SIGWINCH
21) SIGURG      22) SIGIO       23) SIGSTOP     24) SIGTSTP
25) SIGCONT     26) SIGTTIN     27) SIGTTOU     28) SIGVTALRM
29) SIGPROF     30) SIGXCPU     31) SIGXFSZ     32) SIGWAITING
33) SIGLWP      34) SIGFREEZE   35) SIGTHAW     36) SIGCANCEL
37) SIGLOST     39) SIGRTMIN    40) SIGRTMIN+1  41) SIGRTMIN+2
42) SIGRTMIN+3  43) SIGRTMAX-3  44) SIGRTMAX-2  45) SIGRTMAX-1
46) SIGRTMAX
posman@linux:~/ivan> uname -a
Linux linux 2.6.4-52-default #1 Wed Apr 7 02:08:30 UTC 2004 i686 i686 i386 GNU/Linux
posman@linux:~/ivan> kill -l
1) SIGHUP       2) SIGINT       3) SIGQUIT      4) SIGILL
5) SIGTRAP      6) SIGABRT      7) SIGBUS       8) SIGFPE
9) SIGKILL     10) SIGUSR1     11) SIGSEGV     12) SIGUSR2
13) SIGPIPE     14) SIGALRM     15) SIGTERM     17) SIGCHLD
18) SIGCONT     19) SIGSTOP     20) SIGTSTP     21) SIGTTIN
22) SIGTTOU     23) SIGURG      24) SIGXCPU     25) SIGXFSZ
26) SIGVTALRM   27) SIGPROF     28) SIGWINCH    29) SIGIO
30) SIGPWR      31) SIGSYS      35) SIGRTMIN    36) SIGRTMIN+1
37) SIGRTMIN+2  38) SIGRTMIN+3  39) SIGRTMIN+4  40) SIGRTMIN+5
41) SIGRTMIN+6  42) SIGRTMIN+7  43) SIGRTMIN+8  44) SIGRTMIN+9
45) SIGRTMIN+10 46) SIGRTMIN+11 47) SIGRTMIN+12 48) SIGRTMIN+13
49) SIGRTMIN+14 50) SIGRTMAX-14 51) SIGRTMAX-13 52) SIGRTMAX-12
53) SIGRTMAX-11 54) SIGRTMAX-10 55) SIGRTMAX-9  56) SIGRTMAX-8
57) SIGRTMAX-7  58) SIGRTMAX-6  59) SIGRTMAX-5  60) SIGRTMAX-4
61) SIGRTMAX-3  62) SIGRTMAX-2  63) SIGRTMAX-1  64) SIGRTMAX
posman@linux:~/ivan>

Similar Messages

  • Serious problem ????? Unexpected Signal : EXCEPTION_ACCESS_VIOLATION

    Hi,
    While running a simple program i got a problem.The program has generated a report file. Attaching the same. Can anyone tell me why it is so??
    Log file is :
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d448cb7
    Function name=(N/A)
    Library=D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hotspot\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.jdbc.odbc.JdbcOdbc.driverConnect(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at AJFrame.testsql(AJframe.java:16)
         at AJFrame.<init>(AJframe.java:7)
         at AJFrame.main(AJframe.java:10)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\WINNT\system32\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F35000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DB0000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F0000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E74000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x75E60000 - 0x75E7A000      C:\WINNT\System32\IMM32.DLL
    0x6D220000 - 0x6D227000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\verify.dll
    0x6D250000 - 0x6D266000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\zip.dll
    0x6D020000 - 0x6D12A000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\awt.dll
    0x77800000 - 0x7781D000      C:\WINNT\system32\WINSPOOL.DRV
    0x77A50000 - 0x77B46000      C:\WINNT\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\fontmanager.dll
    0x72800000 - 0x72846000      C:\WINNT\system32\DDRAW.dll
    0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
    0x69000000 - 0x691D7000      C:\WINNT\system32\G400ICD.DLL
    0x6E420000 - 0x6E426000      C:\WINNT\System32\INDICDLL.dll
    0x6D290000 - 0x6D29A000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\JdbcOdbc.dll
    0x1F7D0000 - 0x1F804000      C:\WINNT\system32\ODBC32.dll
    0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
    0x70BD0000 - 0x70C20000      C:\WINNT\system32\SHLWAPI.DLL
    0x71730000 - 0x717BA000      C:\WINNT\system32\COMCTL32.DLL
    0x782F0000 - 0x78532000      C:\WINNT\system32\SHELL32.DLL
    0x1F8C0000 - 0x1F8D6000      C:\WINNT\system32\odbcint.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x0B240000 - 0x0B24B000      C:\WINNT\system32\PSAPI.DLL
    Local Time = Tue Aug 20 15:57:39 2002
    Elapsed Time = 1
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002BD
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_03-b03 mixed mode)

    Today I was trouble shooting a jsp page that uses JDBC posted on a TOMCAT server. I was have the same exception as you guys described but found a work around for my program.
    I as reading data from my db into the jsp page (into a table and some drop down menus). The error screen would pop up randomly as I accessed the page. If I refreshed page quickly it would cause the error to happen more often it seemed.
    The fix was i used the "finally" statement to close every instance of ResultSet and Statement.
    Before I use simply:
    rs.close();
    st.close();
    rs = null;
    st = null;
    I have 2 seperate parts on jsp page where I accessed db. Once I put in the finally it worked. Here is the code I used:
    try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         String sourceURL = new String("jdbc:odbc:D2TEST");
         Connection dbconn = DriverManager.getConnection(sourceURL);
         st = dbconn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
         rs = st.executeQuery("SELECT * FROM CIS_REFERENCE");
         while (rs.next())
              {     minute = rs.getInt("PERIOD");
                   onoff = rs.getInt("PONOFF");
         finally {
              if (rs != null) {
                   try {
                        rs.close();
                   catch (SQLException sqle)
                        System.out.println(sqle.toString());
              if (st != null) {
                   try {
                        st.close();
                   catch (SQLException sqle)
                        System.out.println(sqle.toString());
    Sorry bout the spacing I just cut and paste.
    Hope this helps
    B~

  • Unexpected Signal : 11 Error??? Help needed ASAP

    hello All,
    I have been running tomcat with SDK 1.4 on a linux for around 6 months with no major problem. The other day though tomcat began to crash, now it will not stay up. As soon as you browse a JSP page it crashes with the following error.
    Any ideas please, this is really important that i fix this ASAP.
    Unexpected Signal : 11 occurred at PC=0x402DD686
    Function=(null)+0x402DD686
    Library=/home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
         at java.lang.StringBuffer.expandCapacity(StringBuffer.java:202)
         at java.lang.StringBuffer.append(StringBuffer.java:401)
         - locked <0x45e5fec8> (a java.lang.StringBuffer)
         at java.util.zip.ZipFile.getEntry(ZipFile.java:149)
         - locked <0x462c4790> (a java.util.jar.JarFile)
         at java.util.jar.JarFile.getEntry(JarFile.java:194)
         at java.util.jar.JarFile.getJarEntry(JarFile.java:181)
         at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:671)
         at sun.misc.URLClassPath.getResource(URLClassPath.java:160)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
         - locked <0x462cc500> (a sun.misc.Launcher$ExtClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         - locked <0x462ca3e0> (a sun.misc.Launcher$AppClassLoader)
         at mx4j.server.interceptor.NotificationListenerMBeanServerInterceptor.addNotificationListener(NotificationListenerMBeanServerInterceptor.java:91)
         at mx4j.server.interceptor.DefaultMBeanServerInterceptor.addNotificationListener(DefaultMBeanServerInterceptor.java:98)
         at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.addNotificationListener(ContextClassLoaderMBeanServerInterceptor.java:54)
         at mx4j.server.MBeanServerImpl.addNotificationListenerImpl(MBeanServerImpl.java:609)
         at mx4j.server.MBeanServerImpl.addNotificationListener(MBeanServerImpl.java:603)
         at org.apache.coyote.tomcat5.MapperListener.init(MapperListener.java:145)
         at org.apache.coyote.tomcat5.CoyoteConnector.start(CoyoteConnector.java:1537)
         at org.apache.catalina.core.StandardService.start(StandardService.java:489)
         - locked <0x4637e370> (a [Lorg.apache.catalina.Connector;)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         - locked <0x463bc2b0> (a [Lorg.apache.catalina.Service;)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 62:00 442447     /home/audient/Java/j2sdk1.4.2_07/bin/java
    08056000-08059000 rw-p 0000d000 62:00 442447     /home/audient/Java/j2sdk1.4.2_07/bin/java
    40000000-40004000 rw-s 00000000 62:00 655436     /tmp/hsperfdata_audient/1347
    40004000-40005000 r--p 0034f000 62:00 9504       /usr/lib/locale/locale-archive
    40005000-40008000 r--s 00000000 62:00 786492     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/dnsns.jar
    40009000-40407000 r-xp 00000000 62:00 557107     /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    40407000-40423000 rw-p 003fd000 62:00 557107     /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    40435000-4043d000 r-xp 00000000 62:00 1376291    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    4043d000-4043e000 rw-p 00007000 62:00 1376291    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    4043e000-40448000 r-xp 00000000 62:00 24306      /lib/libnss_files-2.3.2.so
    40448000-40449000 rw-p 0000a000 62:00 24306      /lib/libnss_files-2.3.2.so
    40449000-40459000 r-xp 00000000 62:00 1245289    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    40459000-4045b000 rw-p 0000f000 62:00 1245289    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    4045b000-4047b000 r-xp 00000000 62:00 1245290    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    4047b000-4047d000 rw-p 0001f000 62:00 1245290    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    4047d000-40491000 r-xp 00000000 62:00 1245292    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    40491000-40494000 rw-p 00013000 62:00 1245292    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    40494000-4058b000 r--s 00000000 62:00 852034     /home/audient/jakarta-tomcat-5.0.28/common/endorsed/xercesImpl.jar
    4058b000-405aa000 r--s 00000000 62:00 852035     /home/audient/jakarta-tomcat-5.0.28/common/endorsed/xml-apis.jar
    405aa000-41f53000 r--s 00000000 62:00 557164     /home/audient/Java/j2sdk1.4.2_07/jre/lib/rt.jar
    41f9d000-41fb3000 r--s 00000000 62:00 557110     /home/audient/Java/j2sdk1.4.2_07/jre/lib/sunrsasign.jar
    41fb3000-42090000 r--s 00000000 62:00 557155     /home/audient/Java/j2sdk1.4.2_07/jre/lib/jsse.jar
    42090000-420a1000 r--s 00000000 62:00 557111     /home/audient/Java/j2sdk1.4.2_07/jre/lib/jce.jar
    420a1000-425fa000 r--s 00000000 62:00 557156     /home/audient/Java/j2sdk1.4.2_07/jre/lib/charsets.jar
    42722000-42922000 r--p 00000000 62:00 9504       /usr/lib/locale/locale-archive
    42922000-4293e000 r--s 00000000 62:00 786491     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/sunjce_provider.jar
    4293e000-4294b000 r--s 00000000 62:00 786494     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/ldapsec.jar
    4294b000-42a07000 r--s 00000000 62:00 786495     /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/localedata.jar
    42a07000-42a43000 r--s 00000000 62:00 1097765    /home/audient/Java/j2sdk1.4.2_07/jre/lib/ext/mysql-connector-java-3.0.11-stable-bin.jar
    42a43000-42f1f000 r--s 00000000 62:00 278689     /home/audient/Java/j2sdk1.4.2_07/lib/tools.jar
    42f1f000-42f27000 r--s 00000000 62:00 1343609    /home/audient/jakarta-tomcat-5.0.28/bin/bootstrap.jar
    42f27000-42f7b000 r--s 00000000 62:00 1343619    /home/audient/jakarta-tomcat-5.0.28/bin/jmx.jar
    42f7b000-42f7e000 r--s 00000000 62:00 1343614    /home/audient/jakarta-tomcat-5.0.28/bin/commons-daemon.jar
    42f7e000-42f85000 r--s 00000000 62:00 1343616    /home/audient/jakarta-tomcat-5.0.28/bin/commons-logging-api.jar
    42f85000-42f95000 r-xp 00000000 62:00 1245295    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    42f95000-42f96000 rw-p 0000f000 62:00 1245295    /home/audient/Java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    42f96000-42f99000 r--s 00000000 62:00 1261707    /home/audient/jakarta-tomcat-5.0.28/common/lib/ant-launcher.jar
    42f99000-43084000 r--s 00000000 62:00 1261708    /home/audient/jakarta-tomcat-5.0.28/common/lib/ant.jar
    43084000-4310d000 r--s 00000000 62:00 1261709    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-collections-3.1.jar
    4310d000-43128000 r--s 00000000 62:00 1261710    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-dbcp-1.2.1.jar
    43128000-43144000 r--s 00000000 62:00 1261711    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-el.jar
    43144000-4314f000 r--s 00000000 62:00 1261712    /home/audient/jakarta-tomcat-5.0.28/common/lib/commons-pool-1.2.jar
    4314f000-431a5000 r--s 00000000 62:00 1261713    /home/audient/jakarta-tomcat-5.0.28/common/lib/jasper-compiler.jar
    431a5000-431bf000 r--s 00000000 62:00 1261714    /home/audient/jakarta-tomcat-5.0.28/common/lib/jasper-runtime.jar
    431bf000-431cc000 r--s 00000000 62:00 1261715    /home/audient/jakarta-tomcat-5.0.28/common/lib/jsp-api.jar
    431cc000-431d3000 r--s 00000000 62:00 1261716    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-common.jar
    431d3000-431d7000 r--s 00000000 62:00 1261717    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-factory.jar
    431d7000-431d8000 r--s 00000000 62:00 1261718    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-java.jar
    431d8000-431e3000 r--s 00000000 62:00 1261719    /home/audient/jakarta-tomcat-5.0.28/common/lib/naming-resources.jar
    431e3000-431fb000 r--s 00000000 62:00 1261720    /home/audient/jakarta-tomcat-5.0.28/common/lib/servlet-api.jar
    431fb000-43200000 r--s 00000000 62:00 573558     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-ant.jar
    43200000-4321f000 r--s 00000000 62:00 573559     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-cluster.jar
    4321f000-43225000 r--s 00000000 62:00 573560     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-es.jar
    43225000-4322b000 r--s 00000000 62:00 573561     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-fr.jar
    4322b000-43231000 r--s 00000000 62:00 573562     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-i18n-ja.jar
    43231000-4324c000 r--s 00000000 62:00 573563     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina-optional.jar
    4324c000-432f9000 r--s 00000000 62:00 573564     /home/audient/jakarta-tomcat-5.0.28/server/lib/catalina.jar
    432f9000-43328000 r--s 00000000 62:00 573565     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-beanutils.jar
    43328000-43343000 r--s 00000000 62:00 573566     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-digester.jar
    43343000-43349000 r--s 00000000 62:00 573567     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-fileupload-1.0.jar
    43349000-43364000 r--s 00000000 62:00 573568     /home/audient/jakarta-tomcat-5.0.28/server/lib/commons-modeler.jar
    43364000-4336b000 r--s 00000000 62:00 573569     /home/audient/jakarta-tomcat-5.0.28/server/lib/jakarta-regexp-1.3.jar
    4336b000-43373000 r--s 00000000 62:00 573570     /home/audient/jakarta-tomcat-5.0.28/server/lib/jkconfig.jar
    43373000-43374000 r--s 00000000 62:00 573571     /home/audient/jakarta-tomcat-5.0.28/server/lib/jkshm.jar
    43374000-43375000 r--s 00000000 62:00 573573     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-common.jar
    43375000-4337b000 r--s 00000000 62:00 573574     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-default.jar
    4337b000-4337d000 r--s 00000000 62:00 573575     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-invoker.jar
    4337d000-43383000 r--s 00000000 62:00 573577     /home/audient/jakarta-tomcat-5.0.28/server/lib/servlets-webdav.jar
    43383000-43388000 r--s 00000000 62:00 573578     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-coyote.jar
    43388000-43395000 r--s 00000000 62:00 573579     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-http11.jar
    43395000-43396000 r--s 00000000 62:00 573580     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jk.jar
    43396000-433b4000 r--s 00000000 62:00 573581     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jk2.jar
    433b4000-433b8000 r--s 00000000 62:00 573582     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-jni.jar
    433b8000-433e4000 r--s 00000000 62:00 573583     /home/audient/jakarta-tomcat-5.0.28/server/lib/tomcat-util.jar
    433e4000-433ea000 r--s 00000000 62:00 49514      /usr/lib/gconv/gconv-modules.cache
    43bb0000-43bc5000 r-xp 00000000 62:00 69861      /lib/ld-2.3.2.so
    43bc5000-43bc6000 rw-p 00015000 62:00 69861      /lib/ld-2.3.2.so
    43bc8000-43cff000 r-xp 00000000 62:00 69862      /lib/libc-2.3.2.so
    43cff000-43d02000 rw-p 00137000 62:00 69862      /lib/libc-2.3.2.so
    43d07000-43d28000 r-xp 00000000 62:00 31514      /lib/libm-2.3.2.so
    43d28000-43d29000 rw-p 00020000 62:00 31514      /lib/libm-2.3.2.so
    43d2b000-43d2d000 r-xp 00000000 62:00 69864      /lib/libdl-2.3.2.so
    43d2d000-43d2e000 rw-p 00001000 62:00 69864      /lib/libdl-2.3.2.so
    43d43000-43d52000 r-xp 00000000 62:00 24322      /lib/libpthread-0.10.so
    43d52000-43d53000 rw-p 0000f000 62:00 24322      /lib/libpthread-0.10.so
    43dc6000-43dd8000 r-xp 00000000 62:00 33884      /lib/libnsl-2.3.2.so
    43dd8000-43dd9000 rw-p 00011000 62:00 33884      /lib/libnsl-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 551K [0x45de0000, 0x45e80000, 0x462c0000)
      eden space 512K,  99% used [0x45de0000, 0x45e5ffe8, 0x45e60000)
      from space 64K,  61% used [0x45e60000, 0x45e69cf0, 0x45e70000)
      to   space 64K,   0% used [0x45e70000, 0x45e70138, 0x45e80000)
    tenured generation   total 7136K, used 4382K [0x462c0000, 0x469b8000, 0x49de0000)
       the space 7136K,  61% used [0x462c0000, 0x46707848, 0x46707a00, 0x469b8000)
    compacting perm gen  total 6656K, used 6602K [0x49de0000, 0x4a460000, 0x4dde0000)
       the space 6656K,  99% used [0x49de0000, 0x4a452bb0, 0x4a452c00, 0x4a460000)
    Local Time = Mon Mar 21 23:25:01 2005
    Elapsed Time = 11
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # 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)
    #

    I'm having a similar problem. Did you ever find a solution?

  • Pls Help - Unexpected Signal 11 occuring on solaris 8

    Hi,
    We are getting Unexpected Signal 11 crashes on solaris 8 our Application server is crashing with following core dump msg
    Unexpected Signal : 11 occurred at PC=0xFE455CF4
    Function=[Unknown. Nearest: JVM_GetInterfaceVersion+0xE0]
    Library=/u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libjvm.so
    Dynamic libraries:
    0x10000      /user2/epoint/pups
    0xff080000      .//libxalan-c1_2.so
    0xfed80000      .//libxerces-c1_6_0.so
    0xff050000      /usr/lib/libsocket.so.1
    0xfec80000      /usr/lib/libnsl.so.1
    0xfed60000      /usr/lib/libpthread.so.1
    0xfed40000      /usr/lib/librt.so.1
    0xff3a0000      /usr/lib/libdl.so.1
    0xfec50000      /usr/lib/libCrun.so.1
    0xfec00000      /usr/lib/libm.so.1
    0xff040000      /usr/lib/libw.so.1
    0xfebc0000      /usr/lib/lwp/libthread.so.1
    0xfea80000      /usr/lib/libc.so.1
    0xfeb90000      /usr/lib/libgen.so.1
    0xfeb70000      /usr/lib/libmp.so.2
    0xfea60000      /usr/lib/libaio.so.1
    0xfebf0000      /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    0xfe8c0000      /user2/epoint/pjni.dll
    0xfe400000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libjvm.so
    0xfe890000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/native_threads/libhpi.so
    0xfe860000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libverify.so
    0xfe3c0000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libjava.so
    0xfe3a0000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libzip.so
    0xfa7a0000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/libnet.so
    0xfa6e0000      /u02/iplanet6.1/j2sdk1.4.1/jre/lib/sparc/librmi.so
    0xfa6c0000      /user2/epoint/pcom.dll
    0xfa690000      /user2/epoint/psl.dll
    0xfa5c0000      /user2/epoint/pfile.dll
    0xfa590000      /user2/epoint/psysapi.dll
    0xfa4e0000      /user2/epoint/pdll.dll
    0xfa4b0000      /user2/epoint/pxml.dll
    0xf1ab0000      /user2/epoint/pactions.dll
    0xf1590000      /user2/epoint/pcti.dll
    0xf13e0000      /user2/epoint/psocket.dll
    0xf0cb0000      /user2/epoint/psqldb.dll
    0xf0da0000      /user2/epoint/poracle.dll
    0xea800000      /export/home/oraep/oracle8/lib/libclntsh.so.8.0
    0xf0c90000      /export/home/oraep/oracle8/lib/libwtc8.so
    0xf0be0000      /usr/lib/libsched.so.1
    Local Time = Thu Feb 3 17:58:24 2005
    Elapsed Time = 216
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
    Details of Environemnt :-
    OS :- Solaris 8
    Webserver :- Sunone 6.1 SP3 with JDK 1.4.1
    Application Server (developed in C++ and make native calls with java using JNI ) uses JDK 1.3.1_09
    DB:- Oracle 8.1.7.4
    Is this a JDK Bug ? Should we upgrade JDK
    Also we are using 2 diff JDK versions Sunone on JDK1.4.1 while our Application server is on JDK 1.3.1_09 can this be a cause ???
    Please help me to resolve the problem

    Hi, you can find some answers here: http://www.bitwizard.nl/sig11/.
    Using this article you can detect if it is a hwd problem or a sofware one
    good luck

  • Managed server is getting crashed with Unexpected Signal : 11 occurred

    Hi All,
    I have installed weblogic 8.1 in production environment which has 4 manged servers configured on it.
    One of my managed server is getting down on daily basis with JVM crash leaving the below error:
    Unexpected Signal : 11 occurred at PC=0xFEDCBCAC
    Function=[Unknown. Nearest: JVM_FillInStackTrace+0x4CE4]
    Library=/Prod/bea/jdk142_05/jre/lib/sparc/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    0x10000      /Prod/bea/jdk142_05/bin/java
    0xff380000      /usr/lib/libthread.so.1
    0xff370000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3b0000      /usr/platform/SUNW,Sun-Fire-V890/lib/libc_psr.so.1
    0xfec00000      /Prod/bea/jdk142_05/jre/lib/sparc/server/libjvm.so
    0xff230000      /usr/lib/libCrun.so.1
    0xff210000      /usr/lib/libsocket.so.1
    0xfeb00000      /usr/lib/libnsl.so.1
    0xfeab0000      /usr/lib/libm.so.1
    0xff1f0000      /usr/lib/libsched.so.1
    0xfebd0000      /usr/lib/libmp.so.2
    0xfea80000      /Prod/bea/jdk142_05/jre/lib/sparc/native_threads/libhpi.so
    0xfea50000      /Prod/bea/jdk142_05/jre/lib/sparc/libverify.so
    0xfea10000      /Prod/bea/jdk142_05/jre/lib/sparc/libjava.so
    0xfe9e0000      /Prod/bea/jdk142_05/jre/lib/sparc/libzip.so
    0xfe860000      /usr/lib/locale/en_GB.ISO8859-1/en_GB.ISO8859-1.so.2
    0xf98d0000      /Prod/bea/jdk142_05/jre/lib/sparc/libnet.so
    0xf9a90000      /Prod/bea/weblogic81/server/lib/solaris/libweblogicunix1.so
    0xf9890000      /Prod/bea/weblogic81/server/lib/solaris/libstackdump.so
    0x59560000      /Prod/bea/jdk142_05/jre/lib/sparc/libnio.so
    0x59540000      /usr/lib/librt.so.1
    0x59520000      /usr/lib/libaio.so.1
    0x58fe0000      /usr/lib/libmd5.so.1
    0x58fc0000      /usr/lib/libsendfile.so.1
    0x58fa0000      /Prod/bea/jdk142_05/jre/lib/sparc/libioser12.so
    0x49300000      /Prod/bea/jdk142_05/jre/lib/sparc/libawt.so
    0x4ca00000      /Prod/bea/jdk142_05/jre/lib/sparc/libmlib_image.so
    0x51e60000      /Prod/bea/jdk142_05/jre/lib/sparc/headless/libmawt.so
    0x49200000      /Prod/bea/jdk142_05/jre/lib/sparc/libfontmanager.so
    Heap at VM Abort:
    Heap
    def new generation total 678464K, used 239751K [0x59800000, 0x842a0000, 0x842a0000)
    eden space 657920K, 35% used [0x59800000, 0x67e59228, 0x81a80000)
    from space 20544K, 18% used [0x82e90000, 0x83258bc0, 0x842a0000)
    to space 20544K, 0% used [0x81a80000, 0x81a80000, 0x82e90000)
    tenured generation total 1398144K, used 91656K [0x842a0000, 0xd9800000, 0xd9800000)
    the space 1398144K, 6% used [0x842a0000, 0x89c22090, 0x89c22200, 0xd9800000)
    compacting perm gen total 74496K, used 74281K [0xd9800000, 0xde0c0000, 0xf9800000)
    the space 74496K, 99% used [0xd9800000, 0xde08a7c8, 0xde08a800, 0xde0c0000)
    Local Time = Tue Sep 22 12:17:26 2009
    Elapsed Time = 94624
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_05-b04 mixed mode)
    Kindly help me out to solve above problem ......
    Thanks,
    Karthik.

    The kinds of issues are usually bugs in the JVM, I would check your 8.1 Service Pack / Operating System combination on this page:
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs81/81_over/overview.html#1146895
    Make sure you're using the latest supported version of the JVM available for your platform.
    So if you're using 8.1 SP6 on Solaris SPARC, then you could be using Sun Java 2 SDK 1.4.2_11.
    You should also open a support request.

  • [b]Unexpected Signal : 10 Error[/b]

    We are running our application with OC4J server, JDK 1.4.2_07 in a HP UX 11i. The application runs perfectly fine all through the day till 3:30 PM. Around 3:30 PM, the application crashes with the following error in the log.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xDFBB04DC
    Function=Hash__11ObHashProxyCFv
    Library=/opt/retek/oblix/AccessServerSDK/oblix/lib/libobaccess.sl
    Current Java thread:
    "HttpRequestHandler-16667599" prio=6 tid=0x0b5aeea0 nid=588 lwp_id=5701570 runnable [0xdbfeb000..0xdbfea530]
    at com.oblix.access.ObUserSession.jni_isAuthorized(Native Method)
    at com.oblix.access.ObUserSession.isAuthorized(ObUserSession.java:232)
    at com.retek.rsw.service.OblixHelper.getLDAPProperties(Unknown Source)
    at com.retek.rsw.persistence.ldap.BbySsoRswSecurityDao.authenticateAndReadUser(Unknown Source)
    at com.retek.rsw.service.UserAuthenticateAndReadCommand.doTransactionalExecute(Unknown Source)
    at com.retek.rsw.service.TransactionCommand.doExecute(Unknown Source)
    at com.retek.rsw.service.Command.execute(Unknown Source)
    at com.retek.rsw.ui.control.security.LoginDoneAction.perform(Unknown Source)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:220)
    at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:536)
    Dynamic libraries:
    /opt/java1.4.1_07/bin/PA_RISC2.0/java
    text:0x00001000-0x000095ac data:0x0000a000-0x0000a828
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/server/libjvm.sl
    text:0xef000000-0xefbcd000 data:0xefcec000-0xefe57000
    /usr/lib/libpthread.1
    text:0xefc49000-0xefc62000 data:0xefc46000-0xefc49000
    /usr/lib/libm.2
    text:0xefc63000-0xefc8f000 data:0xefc62000-0xefc63000
    /usr/lib/librt.2
    text:0xefc90000-0xefc94000 data:0xefc8f000-0xefc90000
    /usr/lib/libcl.2
    text:0xeef15000-0xef000000 data:0xefc96000-0xefca2000
    /usr/lib/libisamstub.1
    text:0xefc95000-0xefc96000 data:0xefc94000-0xefc95000
    /usr/lib/libCsup.2
    text:0xefca5000-0xefcc0000 data:0xefca2000-0xefca5000
    /usr/lib/libc.2
    text:0xefe72000-0xeffb8000 data:0xefe5f000-0xefe72000
    /usr/lib/libdld.2
    text:0xefe58000-0xefe5b000 data:0xefe57000-0xefe58000
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
    text:0xefc32000-0xefc42000 data:0xefc30000-0xefc32000
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/libverify.sl
    text:0xefc0d000-0xefc1d000 data:0xefc0c000-0xefc0d000
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/libjava.sl
    text:0xefbdf000-0xefc0c000 data:0xefbda000-0xefbdf000
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/libzip.sl
    text:0xeef02000-0xeef15000 data:0xefbd8000-0xefbda000
    /usr/lib/libnss_compat.1
    text:0xefbd4000-0xefbd8000 data:0xefbd3000-0xefbd4000
    /usr/lib/libnsl.1
    text:0xeec51000-0xeecde000 data:0xeec44000-0xeec51000
    /usr/lib/libxti.2
    text:0xeec2c000-0xeec44000 data:0xeec29000-0xeec2c000
    /opt/java1.4.1_07/jre/lib/PA_RISC2.0/libnet.sl
    text:0xeec19000-0xeec29000 data:0xefbce000-0xefbcf000
    /usr/lib/libnm.sl
    text:0xeec0e000-0xeec19000 data:0xefbcd000-0xefbce000
    /usr/lib/libnss_files.1
    text:0xeec05000-0xeec0e000 data:0xeec04000-0xeec05000
    /usr/lib/libnss_dns.1
    text:0xe8a77000-0xe8a7d000 data:0xeec03000-0xeec04000
    /u01/app/oracle/product/j2ee_904/jdbc/lib/libocijdbc10.sl
    text:0xe6800000-0xe782f000 data:0xe7a52000-0xe7ab8000
    /u01/app/oracle/product/j2ee_904/jdbc/lib/libclntsh.sl.10.1
    text:0xe5400000-0xe65b9000 data:0xe6783000-0xe6800000
    /u01/app/oracle/product/j2ee_904/jdbc/lib/libnnz10.sl
    text:0xe787e000-0xe7a52000 data:0xe7866000-0xe787e000
    /u01/app/oracle/product/j2ee_904/jdbc/lib/libociei.sl
    text:0xdfc00000-0xe5324000 data:0xeec02000-0xeec03000
    /opt/retek/oblix/AccessServerSDK/oblix/lib/libobaccess.sl
    text:0xdfaca000-0xdfc00000 data:0xe65c3000-0xe6600000
    /opt/retek/oblix/AccessServerSDK/oblix/lib/libaaa_client.sl
    text:0xdf98f000-0xdfaca000 data:0xe5361000-0xe53a3000
    /usr/lib/libstream.2
    text:0xe5339000-0xe5361000 data:0xe65ba000-0xe65bd000
    /usr/lib/libstd.2
    text:0xe53a3000-0xe53e1000 data:0xe7830000-0xe7833000
    /usr/lib/libC.2
    text:0xe53e1000-0xe5400000 data:0xe7833000-0xe7836000
    Local Time = Sun Dec 26 15:23:28 2004
    Elapsed Time = 46165
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Server VM (1.4.1 1.4.1.07-040312-15:24-PA_RISC2.0 PA2.0 (aCC_AP) mixed mode)
    # An error report file has been saved as hs_err_pid23435.log.
    # Please refer to the file for further information.
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Version: 03 - 01
    Can anyone help me in identifying the issue?

    We are running our application with OC4J server, JDK
    1.4.2_07 in a HP UX 11i. The application runs
    perfectly fine all through the day till 3:30 PM.
    Around 3:30 PM, the application crashes with the
    following error in the log.
    I would suggest looking it up but I believe that particular signal occurs when there is a pointer problem in C/C++ code.
    Which means it isn't a java problem. That really seems likely given that there is a "Native Method" call. Either there is a bug in the C/C++ code or the java code is using it incorrectly.
    And the reason of course for it occurring at 3:30 is because you are doing something at 3:30 that you are not doing the rest of the day.

  • Runtime stlport4 error: Unexpected Signal : 11

    Hi Gurus,
    I am using CC 5.5 with stlport4 to build our project. I basically build a jni library which got called from java class. I had no compile and link problem. If do "ldd -r MyLib.so", all symbols are resolved. But at runtime, I got the following error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xEFD7FF84
    Function=__1cDstdGlocale2t5B6Mrk1_v_+0xC
    Library=/opt/SUNWspro/lib/stlport4/libstlport.so.1
    Current Java thread:
    at com.ss.sp.MyLogStream.initialize(Native Method)
    Platform: Solaris 2.8
    SUNW CC: 5.5, compiler option -library=stlport4, -mt
    JDK: 1.4.2
    Thanks
    Ivan

    Sun C++ 5.5. comes with STLport as an optional standard library. SInce it is not the default version of the standard library, you must follow these rules when using it:
    Every CC command line used to build the entire program must have the option -library=stlport4
    Every CC command used to link any part of the program, including shared libraries, must have the option -library=stlport4
    If ld is used directly (instead of CC) to link a program or shared library, it must link libstlport.so.1, and not link to libCstd.so.1.
    You cannot mix program parts using the default libCstd with program parts using stlport4. The entire program, including shared libraries, must use the same standard library -- either libCstd or stlport.
    You can see whether there is any conflict between libCstd and stlport in your program by running the ldd command on every executable program and every shared library. If any of these shows a dependency on libCstd.so.1, you cannot use stlport in other parts of the code.
    Unfortunately, it is possible to link libCstd statically, and it's difficult to tell whether that happened if all you have is an a.out or a library. Let's hope that is not the case. The supplier of the third-party components you are using should document whether they used stlport or libCstd. If they used stlport, it needs to be the version that comes with the compiler, not a version they acquired from the stlport web site. Different versions of stlport from the web site are not binary compatibie. The versions we ship with our compilers are compatible with each other.
    The remaining issue is order of initialization of shared libraries. If (for example) a C program dlopens a C++ shared library that was not built with the correct dependencies, it is possible that the shared library will try to use stlport objects that haven't been initialized yet. If the main program is a C++ program that has a dependency on stlport , you won't run into that problem. Using ldd to check the dependencies of the main programs and shared libraries will show you if dependencies are inconsistent.
    It is also possible for shared libraries to be mutually dependent, so that each library requires the other library to be initialized first. (This is a programming error.) That situation should not be possible with stlport, since it should not have any dependency on any user library. But if user libraries A and B have this circular dependency, it is possible that one of them passes a bad reference to stlport. Let's consider this scenario unlikely for now. The other major issues I outlined should be investigated first.
    In particular, find out from the 3rd-party vendor how they built their C++ code. The possible good answers are
    1 They used the default libCstd.so.1
    2. They used the libstdport.so.1 that came with the compiler.
    (You can run ldd to find out these answers.)
    In case 1, you cannot use stlport. You must use the default libCstd, and link it dynamically (which is the default).
    In case 2, you can use stlport, and you must link it dynamically (which is the default).
    Any other answer is very bad news.

  • Precompiling jsps Unexpected Signal : 11  JVM_IsInterface

              Hi,
              We have an weblogic 7.0 SP0 application running on solaris 7. As part of it startup
              in precompiles jsps - sometimes at different points weblogic crashes
              when we don't precompile the jsp's we never get this problem
              has any body seem it got a work around
              the message is
              Unexpected Signal : 11 occurred at PC=0xfe15b1c8
              Function name=JVM_IsInterface
              Library=/usr/j2sdk1_3_1_03/jre/lib/sparc/server/libjvm.so
              Current Java thread:
              Dynamic libraries:
              0x10000      /usr/j2sdk1_3_1_03/bin/../bin/sparc/native_threads/java
              0xff360000      /usr/lib/libthread.so.1
              0xff3a0000      /usr/lib/libdl.so.1
              0xff280000      /usr/lib/libc.so.1
              0xff270000      /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
              0xfe000000      /usr/j2sdk1_3_1_03/jre/lib/sparc/server/libjvm.so
              0xff210000      /usr/lib/libCrun.so.1
              0xff1f0000      /usr/lib/libsocket.so.1
              0xff100000      /usr/lib/libnsl.so.1
              0xff1c0000      /usr/lib/libm.so.1
              0xff240000      /usr/lib/libw.so.1
              0xff0e0000      /usr/lib/libmp.so.2
              0xff0a0000      /usr/j2sdk1_3_1_03/jre/lib/sparc/native_threads/libhpi.so
              0xff070000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libverify.so
              0xff030000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libjava.so
              0xfe7d0000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libzip.so
              0xfe650000      /usr/lib/nss_files.so.1
              0xfe540000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libnet.so
              0xfdee0000      /usr/lib/nss_nis.so.1
              0xfdec0000      /apps/wls70/weblogic/server/lib/solaris/libmuxer.so
              0xfdd50000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libioser12.so
              Local Time = Thu Sep 4 17:40:55 2003
              Elapsed Time = 288
              # HotSpot Virtual Machine Error : 11
              # Error ID : 4F530E43505002BD 01
              # Please report this error at
              # http://java.sun.com/cgi-bin/bugreport.cgi
              # Java VM: Java HotSpot(TM) Server VM (1.3.1_03-b03 mixed mode)
              Many thanks
              Malcolm Bridgeford
              

              See Sun's bug parade:
              http://developer.java.sun.com/developer/bugParade/bugs/4458653.html
              They fixed something in 1.3.1_04 that was causing errors similar to yours so you
              should probably try moving up to the _04 release.
              Also there are some know problems with older JVMs when JSPs get REALLY big through
              many custom tags, includes, etc. Breaks some internal 64K limit.. Might be related
              to that.
              -Greg
              Co-author of new advanced WebLogic book, "Mastering BEA WebLogic Server" http://www.amazon.com/exec/obidos/ASIN/047128128X
              "Malcolm Bridgeford" <[email protected]> wrote:
              >
              >Hi,
              >We have an weblogic 7.0 SP0 application running on solaris 7. As part
              >of it startup
              >in precompiles jsps - sometimes at different points weblogic crashes
              >
              >when we don't precompile the jsp's we never get this problem
              >
              >has any body seem it got a work around
              >
              >the message is
              >
              >Unexpected Signal : 11 occurred at PC=0xfe15b1c8
              >Function name=JVM_IsInterface
              >Library=/usr/j2sdk1_3_1_03/jre/lib/sparc/server/libjvm.so
              >
              >Current Java thread:
              >
              >Dynamic libraries:
              >0x10000      /usr/j2sdk1_3_1_03/bin/../bin/sparc/native_threads/java
              >0xff360000      /usr/lib/libthread.so.1
              >0xff3a0000      /usr/lib/libdl.so.1
              >0xff280000      /usr/lib/libc.so.1
              >0xff270000      /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
              >0xfe000000      /usr/j2sdk1_3_1_03/jre/lib/sparc/server/libjvm.so
              >0xff210000      /usr/lib/libCrun.so.1
              >0xff1f0000      /usr/lib/libsocket.so.1
              >0xff100000      /usr/lib/libnsl.so.1
              >0xff1c0000      /usr/lib/libm.so.1
              >0xff240000      /usr/lib/libw.so.1
              >0xff0e0000      /usr/lib/libmp.so.2
              >0xff0a0000      /usr/j2sdk1_3_1_03/jre/lib/sparc/native_threads/libhpi.so
              >0xff070000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libverify.so
              >0xff030000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libjava.so
              >0xfe7d0000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libzip.so
              >0xfe650000      /usr/lib/nss_files.so.1
              >0xfe540000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libnet.so
              >0xfdee0000      /usr/lib/nss_nis.so.1
              >0xfdec0000      /apps/wls70/weblogic/server/lib/solaris/libmuxer.so
              >0xfdd50000      /usr/j2sdk1_3_1_03/jre/lib/sparc/libioser12.so
              >
              >Local Time = Thu Sep 4 17:40:55 2003
              >Elapsed Time = 288
              >#
              ># HotSpot Virtual Machine Error : 11
              ># Error ID : 4F530E43505002BD 01
              ># Please report this error at
              ># http://java.sun.com/cgi-bin/bugreport.cgi
              >#
              ># Java VM: Java HotSpot(TM) Server VM (1.3.1_03-b03 mixed mode)
              >#
              >
              >Many thanks
              >Malcolm Bridgeford
              >
              >
              >
              

  • Unexpected Signal : 11 ; Function=[Unknown. Nearest: AsyncGetCallTrace+0x14DB0]

    Hi
    I have seen 8.1sp1 server intermittently fails with the below given JVM
    error. Any ideas?
    Unexpected Signal : 11 occurred at PC=0xFE467BCC
    Function=[Unknown. Nearest: AsyncGetCallTrace+0x14DB0]
    Library=/usr/j2sdk1.4.1_03/jre/lib/sparc/server/libjvm.so
    Dynamic libraries:
    0x10000 /usr/j2sdk1.4.1_03/bin/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    0xfe000000 /usr/j2sdk1.4.1_03/jre/lib/sparc/server/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /usr/j2sdk1.4.1_03/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libverify.so
    0xfe7c0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libjava.so
    0xff030000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libzip.so
    0xfe6e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfa050000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libnet.so
    0xfa020000 /u01/app/bea/weblogic81/server/lib/solaris/libstackdump.so
    0xcd3e0000 /u01/app/bea/weblogic81/server/lib/solaris/libmuxer.so
    0xcd3c0000 /usr/ucblib/libucb.so.1
    0xcd2b0000 /usr/lib/libresolv.so.2
    0xcd1c0000 /usr/lib/libelf.so.1
    0xcd3a0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libnio.so
    0xcd290000 /usr/lib/librt.so.1
    0xcd1a0000 /usr/lib/libaio.so.1
    0xcd0a0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libioser12.so
    Local Time = Wed Jul 23 00:12:52 2003
    Elapsed Time = 1149
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_03-b02 mixed mode)
    # An error report file has been saved as hs_err_pid499.log.
    # Please refer to the file for further information.

    "srihari gaddam" <[email protected]> wrote:
    Hi
    I have seen 8.1sp1 server intermittently fails with the below given JVM
    error. Any ideas?
    Unexpected Signal : 11 occurred at PC=0xFE467BCC
    Function=[Unknown. Nearest: AsyncGetCallTrace+0x14DB0]
    Library=/usr/j2sdk1.4.1_03/jre/lib/sparc/server/libjvm.so
    Dynamic libraries:
    0x10000 /usr/j2sdk1.4.1_03/bin/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff340000 /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    0xfe000000 /usr/j2sdk1.4.1_03/jre/lib/sparc/server/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /usr/j2sdk1.4.1_03/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libverify.so
    0xfe7c0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libjava.so
    0xff030000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libzip.so
    0xfe6e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfa050000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libnet.so
    0xfa020000 /u01/app/bea/weblogic81/server/lib/solaris/libstackdump.so
    0xcd3e0000 /u01/app/bea/weblogic81/server/lib/solaris/libmuxer.so
    0xcd3c0000 /usr/ucblib/libucb.so.1
    0xcd2b0000 /usr/lib/libresolv.so.2
    0xcd1c0000 /usr/lib/libelf.so.1
    0xcd3a0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libnio.so
    0xcd290000 /usr/lib/librt.so.1
    0xcd1a0000 /usr/lib/libaio.so.1
    0xcd0a0000 /usr/j2sdk1.4.1_03/jre/lib/sparc/libioser12.so
    Local Time = Wed Jul 23 00:12:52 2003
    Elapsed Time = 1149
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_03-b02 mixed mode)
    # An error report file has been saved as hs_err_pid499.log.
    # Please refer to the file for further information.
    Have you resolved this? I am new and getting an Unexpected Signal : 11 as well.

  • Unexpected Signal : 11 occurred at PC=0xfb8297f4

    Hi,
    I have encountered the following error on solaris running weblogic 7 any ideas to fix this are most appreciated.
    wl 7 core dumps and out puts the following error:
    Unexpected Signal : 11 occurred at PC=0xfb8297f4
    Function name=compareTo (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000 /db_01/bea/jdk131_04/jre/bin/../bin/sparc/native_threads/java
    0xff370000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff350000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
    0xfee80000 /db_01/bea/jdk131_04/jre/lib/sparc/client/libjvm.so
    0xff230000 /usr/lib/libCrun.so.1
    0xfee60000 /usr/lib/libsocket.so.1
    0xfed80000 /usr/lib/libnsl.so.1
    0xfed50000 /usr/lib/libm.so.1
    0xff260000 /usr/lib/libw.so.1
    0xfee40000 /usr/lib/libmp.so.2
    0xfed30000 /usr/lib/librt.so.1
    0xfed10000 /usr/lib/libaio.so.1
    0xfece0000 /usr/lib/libmd5.so.1
    0xfecc0000 /usr/platform/SUNW,Ultra-60/lib/libmd5_psr.so.1
    0xfec90000 /db_01/bea/jdk131_04/jre/lib/sparc/native_threads/libhpi.so
    0xfec40000 /db_01/bea/jdk131_04/jre/lib/sparc/libverify.so
    0xfec00000 /db_01/bea/jdk131_04/jre/lib/sparc/libjava.so
    0xfebd0000 /db_01/bea/jdk131_04/jre/lib/sparc/libzip.so
    0xfe9e0000 /usr/lib/locale/en_US/en_US.so.2
    0xfd840000 /db_01/bea/jdk131_04/jre/lib/sparc/libnet.so
    0xfd820000 /usr/lib/nss_files.so.1
    0xfb660000 /db_01/bea/weblogic700/server/lib/solaris/libstackdump.so
    0xfb470000 /db_01/bea/weblogic700/server/lib/solaris/libmuxer.so
    0xfb450000 /usr/ucblib/libucb.so.1
    0xd33b0000 /usr/lib/libresolv.so.2
    0xfb410000 /usr/lib/libelf.so.1
    0xd3390000 /db_01/bea/weblogic700/server/lib/solaris/libfilelock.so
    0xd32a0000 /db_01/bea/jdk131_04/jre/lib/sparc/libioser12.so
    0xcea40000 /db_01/bea/weblogic700/server/lib/solaris/libweblogicunix1.so
    0xb3d80000 /db_01/pdflib-4.0.1-SunOS/bind/java/libpdf_java.so.1.1.1
    Local Time = Thu May 29 10:44:39 2003
    Elapsed Time = 21454
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_04-b02 mixed mode)
    #

    Hi Kolisetty,
    I am also facing the exactly same problem. Can you please reply me at [email protected], with the inforation about the current status of your problem. If it is fixed please let me know how?
    Thanks in advance for your co-operation.
    Suresh Vemulapalli

  • Unexpected Signal : 11 occurred at PC=0xFECD9110

    To. Whom it my concern.
    I have this error when I install oracle 10gR2 on Solaris 10 (sparc 64bit). I not sure this error ensure from JAVA. Please consult this issue to me.
    ********************* ERROR ***********************************
    Unexpected Signal : 11 occurred at PC=0xFECD9110
    Function=[Unknown. Nearest: JVM_MonitorWait+0x1F24]
    Library=/tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/client/libjvm.s
    o
    Current Java thread:
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.chgrp(Native Method)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.changeGroup(OiipgBootstra
    p.java:1217)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.writeInvLoc(OiipgBootstra
    p.java:900)
    at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(OiipgB
    ootstrap.java:408)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperatio
    ns(OiicSessionInterfaceManager.java:400)
    at oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperation
    s(OiicSilentInterfaceManager.java:679)
    at oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(OiicInvSetupWCCE.
    java:217)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondItera
    tor.java:171)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.ja
    va:1273)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrap
    per.java:289)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:
    929)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
    Dynamic libraries:
    0x10000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/bin/java
    0xff3f8000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff270000 /platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    0xfec00000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/client/
    libjvm.so
    0xff230000 /usr/lib/libCrun.so.1
    0xff200000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff1e0000 /usr/lib/libm.so.1
    0xff260000 /usr/lib/libsched.so.1
    0xfeb00000 /usr/lib/libm.so.2
    0xff0d0000 /usr/lib/libscf.so.1
    0xff0b0000 /usr/lib/libdoor.so.1
    0xff090000 /usr/lib/libuutil.so.1
    0xff070000 /usr/lib/libmd5.so.1
    0xff040000 /platform/SUNW,Sun-Fire-V240/lib/libmd5_psr.so.1
    0xfebe0000 /usr/lib/libmp.so.2
    0xfead0000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/native_
    threads/libhpi.so
    0xfeaa0000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/libveri
    fy.so
    0xfea60000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/libjava
    .so
    0xfea30000 /tmp/OraInstall2006-11-14_02-01-33AM/jre/1.4.2/lib/sparc/libzip.
    so
    0xfc010000 /tmp/OraInstall2006-11-14_02-01-33AM/oui/lib/solaris/liboraInsta
    ller.so
    0xf9fa0000 /usr/lib/libkstat.so.1
    0xf9e90000 /usr/lib/libgen.so.1
    Heap at VM Abort:
    Heap
    def new generation total 2112K, used 250K [0xe9400000, 0xe9620000, 0xeaa30000
    eden space 2048K, 9% used [0xe9400000, 0xe942eb60, 0xe9600000)
    from space 64K, 100% used [0xe9600000, 0xe9610000, 0xe9610000)
    to space 64K, 0% used [0xe9610000, 0xe9610000, 0xe9620000)
    tenured generation total 1408K, used 1087K [0xeaa30000, 0xeab90000, 0xf5c0000
    0)
    the space 1408K, 77% used [0xeaa30000, 0xeab3ff80, 0xeab40000, 0xeab90000)
    compacting perm gen total 4864K, used 4697K [0xf5c00000, 0xf60c0000, 0xf9c0000
    0)
    the space 4864K, 96% used [0xf5c00000, 0xf6096418, 0xf6096600, 0xf60c0000)
    Local Time = Tue Nov 14 02:01:37 2006
    Elapsed Time = 1
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #

    in my case it could have been (permission-something in) the ...oraInventory/somewherethere...,
    because after a "mv oraInventory oraInventory.bad" it worked...
    regards
    volker

  • Unexpected Signal : 8 occurred at PC=0xF7EF926B Function=(null) Library=/lib/ld-linux.so.2 install oracle 10g r2 in SUSE 10.1

    I'm install oracle 10g r2 on SUSE 10.1, but when call "runInstaller" appears an error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 8 occurred at PC=0xF7EF926B
    Function=(null)
    Library=/lib/ld-linux.so.2
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            - locked <0xe6fe7f20> (a java.util.Vector)
            - locked <0xe6fe7f38> (a java.util.Vector)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            - locked <0xe6fe7460> (a java.lang.Runtime)
            at java.lang.System.loadLibrary(Unknown Source)
            at sun.security.action.LoadLibraryAction.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
            at sun.awt.DebugHelper.<clinit>(Unknown Source)
            at java.awt.Component.<clinit>(Unknown Source)
    Dynamic libraries:
    08048000-08056000 r-xp 00000000 68:03 1327705                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/bin/java
    08056000-08059000 rwxp 0000d000 68:03 1327705                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/bin/java
    08059000-0831a000 rwxp 08059000 00:00 0                                  [heap]
    e4caa000-e4cbf000 r-xp 00000000 68:03 2277383                            /usr/X11R6/lib/libICE.so.6.4
    e4cbf000-e4cc0000 rwxp 00014000 68:03 2277383                            /usr/X11R6/lib/libICE.so.6.4
    e4cc2000-e4cca000 r-xp 00000000 68:03 2277385                            /usr/X11R6/lib/libSM.so.6.0
    e4cca000-e4ccb000 rwxp 00007000 68:03 2277385                            /usr/X11R6/lib/libSM.so.6.0
    e4ccb000-e4dbf000 r-xp 00000000 68:03 2277389                            /usr/X11R6/lib/libX11.so.6.2
    e4dbf000-e4dc2000 rwxp 000f4000 68:03 2277389                            /usr/X11R6/lib/libX11.so.6.2
    e4dc2000-e4dc6000 r-xp 00000000 68:03 2277442                            /usr/X11R6/lib/libXtst.so.6.1
    e4dc6000-e4dc7000 rwxp 00004000 68:03 2277442                            /usr/X11R6/lib/libXtst.so.6.1
    e4dc7000-e4dd4000 r-xp 00000000 68:03 2277413                            /usr/X11R6/lib/libXext.so.6.4
    e4dd4000-e4dd5000 rwxp 0000c000 68:03 2277413                            /usr/X11R6/lib/libXext.so.6.4
    e4dd5000-e4e21000 r-xp 00000000 68:03 2277377                            /usr/X11R6/lib/libXt.so.6.0
    e4e21000-e4e25000 rwxp 0004b000 68:03 2277377                            /usr/X11R6/lib/libXt.so.6.0
    e4e25000-e4e33000 r-xp 00000000 68:03 3623598                            /etc/ld.so.cache
    e4e33000-e4e3a000 r-xp 00000000 68:03 2670602                            /usr/lib/libXp.so.6.2.0
    e4e3a000-e4e3b000 rwxp 00006000 68:03 2670602                            /usr/lib/libXp.so.6.2.0
    e4e3b000-e4e8e000 r-xp 00000000 68:03 1327561                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libmlib_image.so
    e4e8e000-e4e8f000 rwxp 00052000 68:03 1327561                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libmlib_image.so
    e4e8f000-e5160000 r-xp 00000000 68:03 1327544                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libawt.so
    e5160000-e5176000 rwxp 002d0000 68:03 1327544                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libawt.so
    e519b000-e5420000 r-xs 00000000 68:03 917710                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/ewt3.jar
    e5420000-e5447000 r-xs 00000000 68:03 917715                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/help4-nls.jar
    e5447000-e54ac000 r-xs 00000000 68:03 917714                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/help4.jar
    e54ac000-e5561000 r-xs 00000000 68:03 917727                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/oracle_ice.jar
    e5561000-e557e000 r-xs 00000000 68:03 917725                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_zh_TW.jar
    e557e000-e559b000 r-xs 00000000 68:03 917724                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_zh_CN.jar
    e559b000-e55b9000 r-xs 00000000 68:03 917723                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_pt_BR.jar
    e55b9000-e55d6000 r-xs 00000000 68:03 917722                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_ko.jar
    e55d6000-e55f2000 r-xs 00000000 68:03 917721                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_ja.jar
    e55f2000-e560f000 r-xs 00000000 68:03 917720                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_it.jar
    e560f000-e562c000 r-xs 00000000 68:03 917719                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_fr.jar
    e562c000-e5649000 r-xs 00000000 68:03 917718                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_es.jar
    e5649000-e5668000 r-xs 00000000 68:03 917717                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp_de.jar
    e5668000-e5684000 r-xs 00000000 68:03 917716                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstHelp.jar
    e5684000-e56a5000 r-xs 00000000 68:03 917726                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/InstImages.jar
    e56a5000-e56ab000 r-xs 00000000 68:03 917741                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/ojmisc.jar
    e56ab000-e5789000 r-xs 00000000 68:03 917738                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/emCfg.jar
    e5789000-e579c000 r-xs 00000000 68:03 917740                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/orai18n-mapping.jar
    e579c000-e589c000 r-xs 00000000 68:03 917739                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/orai18n-collation.jar
    e589c000-e5921000 r-xs 00000000 68:03 917737                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/xml.jar
    e5921000-e592f000 r-xs 00000000 68:03 917746                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/share.jar
    e592f000-e59f6000 r-xs 00000000 68:03 917743                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/srvm.jar
    e59f6000-e5b1e000 r-xs 00000000 68:03 917742                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/xmlparserv2.jar
    e5b1e000-e5b2b000 r-xs 00000000 68:03 917736                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/oneclick.jar
    e5b2b000-e5ec8000 r-xs 00000000 68:03 917744                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/OraInstaller.jar
    e5ec8000-e5ee4000 r-xs 00000000 68:03 1327533                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/ext/sunjce_provider.jar
    e5ee4000-e5f9f000 r-xs 00000000 68:03 1327532                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/ext/localedata.jar
    e5f9f000-e5fac000 r-xs 00000000 68:03 1327531                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/ext/ldapsec.jar
    e61b0000-e61b7000 r-xs 00000000 68:03 4358699                            /usr/lib/gconv/gconv-modules.cache
    e61b7000-e61ea000 r-xp 00000000 68:03 4342576                            /usr/lib/locale/en_US.utf8/LC_CTYPE
    f3a40000-f3a42000 r-xp 00000000 68:03 2277395                            /usr/X11R6/lib/libXau.so.6.0
    f3a42000-f3a43000 rwxp 00001000 68:03 2277395                            /usr/X11R6/lib/libXau.so.6.0
    f5aeb000-f607a000 r-xs 00000000 68:03 1311166                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/charsets.jar
    f607a000-f608b000 r-xs 00000000 68:03 1311204                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/jce.jar
    f608b000-f6164000 r-xs 00000000 68:03 1311205                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/jsse.jar
    f6164000-f617a000 r-xs 00000000 68:03 1311213                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/sunrsasign.jar
    f61c4000-f78b2000 r-xs 00000000 68:03 1311212                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/rt.jar
    f78b2000-f78c6000 r-xp 00000000 68:03 1327567                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libzip.so
    f78c6000-f78c9000 rwxp 00013000 68:03 1327567                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libzip.so
    f78c9000-f78e9000 r-xp 00000000 68:03 1327552                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libjava.so
    f78e9000-f78eb000 rwxp 0001f000 68:03 1327552                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libjava.so
    f78eb000-f78fb000 r-xp 00000000 68:03 1327566                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libverify.so
    f78fb000-f78fd000 rwxp 0000f000 68:03 1327566                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/libverify.so
    f78fd000-f7901000 rwxs 00000000 68:03 1065531                            /tmp/hsperfdata_oracle/5768
    f7901000-f7936000 r-xs 00000000 68:02 344767                             /var/run/nscd/passwd
    f7936000-f7959000 r-xp 00000000 68:03 4440091                            /lib/libm-2.4.so
    f7959000-f795b000 rwxp 00022000 68:03 4440091                            /lib/libm-2.4.so
    f795b000-f796c000 r-xp 00000000 68:03 4440094                            /lib/libnsl-2.4.so
    f796c000-f796e000 rwxp 00010000 68:03 4440094                            /lib/libnsl-2.4.so
    f7970000-f7d76000 r-xp 00000000 68:03 1327575                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/client/libjvm.so
    f7d76000-f7d91000 rwxp 00405000 68:03 1327575                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/client/libjvm.so
    f7da6000-f7ec1000 r-xp 00000000 68:03 4440083                            /lib/libc-2.4.so
    f7ec1000-f7ec3000 r-xp 0011a000 68:03 4440083                            /lib/libc-2.4.so
    f7ec3000-f7ec5000 rwxp 0011c000 68:03 4440083                            /lib/libc-2.4.so
    f7ec8000-f7eca000 r-xp 00000000 68:03 4440089                            /lib/libdl-2.4.so
    f7eca000-f7ecc000 rwxp 00001000 68:03 4440089                            /lib/libdl-2.4.so
    f7ecc000-f7edd000 r-xp 00000000 68:03 4440109                            /lib/libpthread-2.4.so
    f7edd000-f7edf000 rwxp 00010000 68:03 4440109                            /lib/libpthread-2.4.so
    f7ee1000-f7ee3000 r-xs 00000000 68:03 917745                             /tmp/OraInstall2013-08-29_05-25-11PM/oui/jlib/OraInstallerNet.jar
    f7ee3000-f7ee6000 r-xs 00000000 68:03 1327530                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/ext/dnsns.jar
    f7ee6000-f7eee000 r-xp 00000000 68:03 1327577                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    f7eee000-f7eef000 rwxp 00007000 68:03 1327577                            /tmp/OraInstall2013-08-29_05-25-11PM/jre/1.4.2/lib/i386/native_threads/libhpi.so
    f7ef0000-f7f0a000 r-xp 00000000 68:03 4440076                            /lib/ld-2.4.so
    f7f0a000-f7f0c000 rwxp 0001a000 68:03 4440076                            /lib/ld-2.4.so
    ff9c9000-ff9d6000 rwxp ff9c9000 00:00 0                                  [stack]
    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 380K [0xe6440000, 0xe64e0000, 0xe6fc0000)
      eden space 512K,  62% used [0xe6440000, 0xe64908e0, 0xe64c0000)
      from space 64K,  90% used [0xe64c0000, 0xe64ce760, 0xe64d0000)
      to   space 64K,   0% used [0xe64d0000, 0xe64d0000, 0xe64e0000)
    tenured generation   total 1408K, used 178K [0xe6fc0000, 0xe7120000, 0xefa40000)
       the space 1408K,  12% used [0xe6fc0000, 0xe6fec878, 0xe6feca00, 0xe7120000)
    compacting perm gen  total 4096K, used 1599K [0xefa40000, 0xefe40000, 0xf3a40000)
       the space 4096K,  39% used [0xefa40000, 0xefbcfe58, 0xefbd0000, 0xefe40000)
    Local Time = Thu Aug 29 17:25:12 2013
    Elapsed Time = 0
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)

    But, following notes 10gR2:
    1 Certification Information
    The latest certification information for Oracle Database 10g Release 2 (10.2) is available on My Oracle Support (formerly OracleMetaLink) at:
    https://support.oracle.com
    Linux Certification
    Starting with Oracle Database 10g Release 2, the following operating systems are supported in addition to the list documented in Oracle Database Installation Guide for Linux x86-64:
    Asianux 2
    Asianux 3
    Oracle Linux 4/Oracle VM
    Oracle Linux 5/Oracle VM
    Red Hat Enterprise Linux 4/Oracle VM
    Red Hat Enterprise Linux 5/Oracle VM
    SUSE Linux Enterprise Server 10
    SUSE Linux Enterprise Server 11

  • JVM Core Dump  -  An irrecoverable stack overflow has occurred.;  Unexpected Signal : 11 occurred at PC=0xfb3d40cc;

    Hi all,
    We have faced this problem in our production system.
    Machine is Solaris 8, sparc, Running Java 1.3.1_08 hotspot version.
    I searched around quite a bit but no good solution.
    Here is the stack trace that I have just before the JVM crashes.
    Also, I am new to gdb. I tried to connect to core dump file through gdb but i
    do not see any details. The application is running on japanese platform how can
    I read the core file?
    Regards
    Tapan
    ~~~~~~~~~~~~~~~~~~~~~~
    STACK TRACE -
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    Tag 'insert' can't insert page '/dealing/Snippet.do?name=pricingDetail.edit'.
    Check if it exists.
    Null property value for 'allQuotes'
    java.lang.IllegalArgumentException: Null property value for 'allQuotes'
         at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:619)
         at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:669)
         at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:509)
         at org.apache.struts.taglib.bean.DefineTag.doStartTag(DefineTag.java:200)
         at directDerivatives._integral._dealing._swap._CC.__PricingDetailEdit._jspService(__PricingDetailEdit.java:325)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:262)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:123)
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:733)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:368)
         at directDerivatives._integral._dealing._workflow._template.__DealingFormLayout._jspService(__DealingFormLayout.java:1912)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:284)
         at org.apache.struts.tiles.ActionComponentServlet.processForward(ActionComponentServlet.java:264)
         at org.apache.struts.tiles.ActionComponentServlet.processActionForward(ActionComponentServlet.java:104)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1529)
         at com.integral.jsp.framework.IdcActionServlet.validateRequest(IdcActionServlet.java:331)
         at com.integral.jsp.framework.IdcActionServlet.process(IdcActionServlet.java:139)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:487)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2678)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2412)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:140)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:121)<2004/04/26 9:44:34:JST>
    <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession: ABOUT
    TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    INSIDE...>
    An irrecoverable stack overflow has occurred.
    Unexpected Signal : 11 occurred at PC=0xfb3d40cc
    Function name=getValue (compiled Java code)
    Library=(N/A)
    Current Java thread:
    Dynamic libraries:
    0x10000      /opt/weblogic/jdk131/bin/../bin/sparc/native_threads/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xfe400000      /opt/weblogic/jdk131/jre/lib/sparc/client/libjvm.so
    0xff2e0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff0b0000      /usr/lib/libmp.so.2
    0xff060000      /opt/weblogic/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff030000      /opt/weblogic/jdk131/jre/lib/sparc/libverify.so
    0xfe7c0000      /opt/weblogic/jdk131/jre/lib/sparc/libjava.so
    0xfe790000      /opt/weblogic/jdk131/jre/lib/sparc/libzip.so
    0xfe2d0000      /usr/lib/locale/ja_JP.PCK/ja_JP.PCK.so.2
    0xfe2b0000      /usr/lib/locale/ja_JP.PCK/methods_ja_JP.PCK.so.2
    0xaf5e0000      /opt/weblogic/jdk131/jre/lib/sparc/libnet.so
    0xaf360000      /usr/lib/nss_files.so.1
    0xaf340000      /opt/weblogic/wlserver/lib/solaris/libmuxer.so
    0xaf320000      /usr/ucblib/libucb.so.1
    0xaf230000      /usr/lib/libresolv.so.2
    0xaf140000      /usr/lib/libelf.so.1
    0xa7080000      /opt/weblogic/wlserver/lib/solaris/oci920_8/libweblogicoci37.so
    0xa6400000      /opt/oracle/product/lib32/libclntsh.so.9.0
    0xaf010000      /usr/lib/libC.so.5
    0xaef60000      /opt/oracle/product/lib32/libwtc9.so
    0xaef40000      /usr/lib/libgen.so.1
    0xaef20000      /usr/lib/libsched.so.1
    0xaee60000      /usr/lib/libaio.so.1
    0xaee40000      /usr/lib/librt.so.1
    0xad760000      /opt/weblogic/jdk131/jre/lib/sparc/libioser12.so
    Local Time = Mon Apr 26 09:44:34 2004
    Elapsed Time = 67979
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_08-b03 mixed mode)
    <2004/04/26 9:44:34:JST> <Info> <T3Services> <Integral5: ReliableTopicConnection.createTopicSession:
    ABOUT TO ACQUIRE LOCK...>
    ˆÙíI—¹

    Before debugging, look at these 20 or so search hits - at least one one of them looks like a possibility.
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=4F530E43505002CC&col=javabugs&col=javaforums&x=27&y=9
    Also - if the problem came on suddenly, what changed....environment, software, power, hardware, etc???

  • Solaris HotSpot Virtual Machine Error, Unexpected Signal 11 NEED HELP

    Hi all
    We are running a thin jsp application for video streaming live event running
    on a BEA WebLogic Personalization Server 3.2 on Solaris (streaming servers
    are separate and do not affect the server). After putting it in production
    we have experienced serious memory problems with our environment. When the
    servers are running under heavy load, they eat all available memory until
    they finally crash, please see log message below. We can see that the
    garbage collection is running but it doesn't seem to keep up with the memory
    consumption. The problem is described in a bug report at SUN, but it is
    marked as a "no fix" with the reasoning that programming resources are now
    allocated to jdk1.4?
    Log message:
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error happened during: scavenge
    # Error ID: 4F533F534F4C415249530E435050079A 01
    # Problematic Thread: prio=5 tid=0xdbea8 nid=0x4 runnable
    When this occured we ran JDK 1.3.0 with HotSpot Server VM on Solaris 8. WLS
    5.1, SP 9 and WLPS 3.2.
    WLS is started with the following parameters.
    #----------- Start WebLogic with the above parameters -----------
    $JDK_HOME/bin/java -server -ms512m -mx512m -Duser.timezone=ECT -classpath
    $JAVA_CLASSPATH -Dweblogic.system.bindAddr=10.122.114.4 -Dweblogic.cluster.m
    ulticastAddress=224.0.0.100 -Dweblogic.cluster.enable=true -Dweblogic.cluste
    r.name=iccluster -Dweblogic.class.path=$WEBLOGIC_CLASSPATH -Dweblogic.system
    .name=$SYSTEM_NAME
    weblogic.system.home=$SYSTEM_HOME -Dweblogic.home=$WEBLOGIC_HOME -Djava.secu
    rity.manager -Djava.security.policy=$WEBLOGIC_HOME/weblogic.policy -Dcommerc
    e.properties=$WL_COMMERCE_HOME/weblogiccommerce.properties -Dweblogic.proper
    ties=$WL_COMMERCE_HOME/weblogic.properties -Dpipeline.properties=$WL_COMMERC
    E_HOME/pipeline.properties -Dwebflow.properties=$WL_COMMERCE_HOME/webflow.pr
    operties -Dwlcs.home=$WL_COMMERCE_HOME weblogic.Server &
    We have now upgraded to jdk1.3.1_02 B02 but still have a problem with memory
    leaks. We have so far been able to restart the server before memory is
    exhausted and has hence not seen the same error message after the upgrade.
    The memory is not freed when Weblogic aborts, the SUN server has to be
    rebooted to free the memory. We now have to restart our 3 servers aprox.
    every 6 hours. The servers are equiped with 2G physical memory each. We have
    also tried setting hotspot to -client and setting -XX:MaxPerm.
    The HW configuration is as follows:
    1 Foundry Server Iron load balancer (with one hot stand by).
    3 Sun E420R, 2 x 440MHz CPU, 2GB RAM. Running in a cluster with one apache
    and one WLPS instance on each
    The SW configuration is as follows:
    JDK 1.3.1_02 B02 with HotSpot Server VM
    Solaris 8.
    WLS 5.1, SP 9
    WLPS 3.2.
    Oracle server 8.1.7
    Oracle client 8.1.6?
    This bug is described in
    http://developer.java.sun.com/developer/bugParade/bugs/4408730.html.
    It is also described as a known problem in
    http://www.weblogic.com/platforms/sun/index.html.
    It has also been described by SUN as a problem arising from multiple nested
    try/catch blocks appearing in generated java code from servlets, especially
    on WebLogic and Apache.
    As SUN has said that they will not fix this bug we are trying to find a
    workaround, but have yet found one. We have been looking into changing the
    heap size and setting GC options on the JVM, but haven't found the optimal
    solution. We would be very interested in experiences with tuning gc
    parameters, documentation on solaris patches for JVMs, JVM tuning, WebLogic
    tuning, HotSpot tuning.
    Has anyone experienced similar problems and found a workaround. We would be
    very happy to hear any suggestions as soon as possible,
    thanks
    Kris

    Perhaps the -noTryBlocks option to jspc might help you. See here:
    http://e-docs.bea.com/wls/docs61/////jsp/reference.html
    simon.

  • Unexpected Signal : 11 occurred at PC=0xfe0b81fc

    Hello all,
    iIget an error when i starting my application server. Am running Webshere 4.0.3 on
    solaris and my jvm version is 1.3.1. There is the trace :�
    Unexpected Signal : 11 occurred at PC=0xfe0b81fc
    Function name=JVM_CurrentTimeMillis
    Library=/opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/server/libjvm.so
    Current Java thread:
    Dynamic libraries:
    0x10000 /opt/TIBVI/WebSphere/AppServer/java/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
    0xfe000000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/server/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff1b0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0d0000 /usr/lib/libmp.so.2
    0xff0a0000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/native_threads/libhpi.so
    0xff060000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/libverify.so
    0xff020000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/libjava.so
    0xfe7d0000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/libzip.so
    0xe32b0000 /opt/TIBVI/WebSphere/AppServer/bin/libWsProcessManagement.so
    0xe3290000 /opt/TIBVI/WebSphere/AppServer/bin/libpmiJvmpiProfiler.so
    0xe3270000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/libnet.so
    0xe3060000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/liborb.so
    0xe3040000 /opt/TIBVI/WebSphere/AppServer/java/jre/lib/sparc/libioser12.so
    0xe3020000 /usr/lib/nss_files.so.1
    Local Time = Tue Mar 16 13:18:10 2004
    Elapsed Time = 1007
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # Error ID : 4F530E43505002BD 01
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (JPSE_1.3.1_20020313 mixed mode)
    # An error report file has been saved as hs_err_pid3574.log.
    # Please refer to the file for further information.
    Someone has ideas how i can fix that ?
    Thanks
    "Never argue with an idiot. They will bring you down to their level and beat you with experience"

    Never good news. Signal 11 is segmentation fault. I observe similar crashes inside Sun's code intermittently (once every few months across 100+ JVM instances).
    The only recommendation I've been given is to upgrade to JDK 1.3.1_08 and Solaris 2.8.
    If you're getting this error on every startup I'd call Sun. It's their bloody box, their bloody OS and their bloody JVM!
    :-)

Maybe you are looking for