3 Replies Latest reply on Oct 21, 2002 9:03 AM by juha

    JBoss/JDK1.4/Solaris Segmentation Violation

    chrismay

      I'm running JBoss 3.0.2 on Solaris 5.8, JDK 1.4.0_01.

      My problem is that from time to time, JBoss will quit under heavy load. It doesn't write anything into the log, but it creates a file called hs_err_pid.log.

      The contents of this file are as follows:


      An unexpected exception has been detected in native code outside the VM.
      Unexpected Signal : 11 occurred at PC=0x0
      Function=[Unknown.]
      Library=(N/A)

      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:

      Dynamic libraries:
      0x10000 /usr/java/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/j2se/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/j2se/jre/lib/sparc/native_threads/libhpi.so
      0xff050000 /usr/j2se/jre/lib/sparc/libverify.so
      0xfe7c0000 /usr/j2se/jre/lib/sparc/libjava.so
      0xff030000 /usr/j2se/jre/lib/sparc/libzip.so
      0xfc430000 /usr/j2se/jre/lib/sparc/libnet.so
      0xfa3e0000 /usr/lib/nss_files.so.1

      Local Time = Mon Oct 14 00:59:19 2002
      Elapsed Time = 464020
      #
      # The exception above was detected in native code outside the VM
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4.0_01-b03 mixed mode)
      #


      Anyone seen this before? Any ideas what could be causing it?

      TIA,

      Chris