You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rob Wichterman <rw...@nuventive.com> on 2004/03/15 19:36:43 UTC

tomcat4.1.30 compiler problem

Has anyone had a problem with tomcat4.1.30 that was crashing the jvm?  I am
running Solaris 8 with j2sdk1.4.2_04.  Tomcat4.1.24 has no problem compiling
the jsp's but 4.1.30 crashes after 4 or 5 compiled pages.  I tried different
jvm's, patched my OS and even deployed other webapps with the same problem.
Below is the error in Catalina.out:

 

Unexpected Signal : 10 occurred at PC=0xF989BF40

Function=java.lang.String.startsWith(Ljava/lang/String;I)Z (compiled Java
code)

Library=(N/A)

 

Current Java thread:

 

Dynamic libraries:

0x10000         /usr/j2sdk1.4.2_04/bin/java

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

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

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

0xff340000      /usr/platform/SUNW,Sun-Blade-1000/lib/libc_psr.so.1

0xfe000000      /usr/j2sdk1.4.2_04/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

0xff1c0000      /usr/lib/libsched.so.1

0xff310000      /usr/lib/libw.so.1

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

0xff070000      /usr/j2sdk1.4.2_04/jre/lib/sparc/native_threads/libhpi.so

0xfe7d0000      /usr/j2sdk1.4.2_04/jre/lib/sparc/libverify.so

0xfe790000      /usr/j2sdk1.4.2_04/jre/lib/sparc/libjava.so

0xff020000      /usr/j2sdk1.4.2_04/jre/lib/sparc/libzip.so

0xfe4b0000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2

0xf9690000      /usr/j2sdk1.4.2_04/jre/lib/sparc/libnet.so

 

Heap at VM Abort:

Heap

 par new generation   total 4032K, used 2395K [0xd5400000, 0xd5800000,
0xd5c00000)

  eden space 3968K,  60% used [0xd5400000, 0xd5656d08, 0xd57e0000)

  from space 64K,   0% used [0xd57f0000, 0xd57f0000, 0xd5800000)

  to   space 64K,   0% used [0xd57e0000, 0xd57e0000, 0xd57f0000)

 concurrent mark-sweep generation total 23296K, used 18406K [0xd5c00000,
0xd72c0000, 0xf5400000)

 concurrent-mark-sweep perm gen total 13576K, used 13033K [0xf5400000,
0xf6142000, 0xf9400000)

 

Local Time = Mon Mar 15 10:59:42 2004

Elapsed Time = 66

#

# HotSpot Virtual Machine Error : 10

# 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_04-b05 mixed mode)

#

# An error report file has been saved as hs_err_pid1883.log.

# Please refer to the file for further information.

#

#