DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20916>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20916

Cocoon crashing tomcat

           Summary: Cocoon crashing tomcat
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: general components
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I access the following pipeline with the following stylesheet and source
file Tomcat crashes with the logfile (generated by Java? into the tomcat bin
directory) as detailed below.

I'm using Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_07-b02)
Java HotSpot(TM) Client VM (build 1.3.1_07-b02, mixed mode), tomcat 4.1.24,
Redhat Linux 7.3, and the latest version of Cocoon checked out of cvs a few days
ago the build was pretty standard (build.sh war) with a few blocks such as mail
etc. left out.

If there's anything else I can provide, please let me know.



------- Begin Pipeline --------
<map:match pattern="bugtest">
   <map:generate src="bugtest.xml"/>
   <map:transform src="bugtest.xsl"/>
   <map:serialize type="xml"/>
</map:match>
------- End Pipeline --------




------- Begin bugtest.xml --------
<?xml version="1.0"?>
<content>
        <table width="100%">
                <tr><td>hello</td></tr>
        </table>
</content>
------- End bugtest.xml --------




------- Begin bugtest.xsl --------
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
        <xsl:template match="/">
                <xsl:apply-templates select="content"/>
        </xsl:template>
        
        <xsl:template match="table">
                <xsl:copy use-attribute-sets="tb">
                        <xsl:apply-templates/>
                </xsl:copy>
        </xsl:template>
        
        <xsl:attribute-set name="tb">
                <xsl:attribute name="width">
                        <xsl:value-of select="@width"/>
                </xsl:attribute>
        </xsl:attribute-set>
</xsl:stylesheet>
------- End bugtest.xsl --------




---------- Begin Log File ------------

Unexpected Signal : 11 occurred at PC=0x80690c5
Function name=(N/A)
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:
08048000-0804c000 r-xp 00000000 03:02 5685315   
/home/sully/jdk1.3.1_07/bin/i386/native_threads/java
0804c000-0804d000 rw-p 00003000 03:02 5685315   
/home/sully/jdk1.3.1_07/bin/i386/native_threads/java
40000000-40013000 r-xp 00000000 03:02 3801167    /lib/ld-2.2.5.so
40013000-40014000 rw-p 00013000 03:02 3801167    /lib/ld-2.2.5.so
40014000-40015000 r--p 00000000 03:02 1343770   
/usr/lib/locale/en_US/LC_IDENTIFICATION
40015000-40016000 r--p 00000000 03:02 3064055   
/usr/lib/locale/en_US/LC_MEASUREMENT
40016000-40017000 r--p 00000000 03:02 2621467    /usr/lib/locale/en_US/LC_TELEPHONE
40017000-40018000 r--p 00000000 03:02 2621529    /usr/lib/locale/en_US/LC_ADDRESS
40018000-40019000 r--p 00000000 03:02 2621528    /usr/lib/locale/en_US/LC_NAME
40019000-4001a000 r--p 00000000 03:02 2801837    /usr/lib/locale/en_US/LC_PAPER
4001a000-4001b000 r--p 00000000 03:02 2801839   
/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
4001b000-4001c000 r--p 00000000 03:02 3064054    /usr/lib/locale/en_US/LC_MONETARY
4001c000-40029000 r-xp 00000000 03:02 1523722    /lib/i686/libpthread-0.9.so
40029000-40030000 rw-p 0000d000 03:02 1523722    /lib/i686/libpthread-0.9.so
40031000-4003a000 r-xp 00000000 03:02 7225438   
/home/sully/jdk1.3.1_07/jre/lib/i386/native_threads/libhpi.so
4003a000-4003b000 rw-p 00008000 03:02 7225438   
/home/sully/jdk1.3.1_07/jre/lib/i386/native_threads/libhpi.so
4003b000-40241000 r-xp 00000000 03:02 5914693   
/home/sully/jdk1.3.1_07/jre/lib/i386/client/libjvm.so
40241000-4034a000 rw-p 00205000 03:02 5914693   
/home/sully/jdk1.3.1_07/jre/lib/i386/client/libjvm.so
40361000-40363000 r-xp 00000000 03:02 3801102    /lib/libdl-2.2.5.so
40363000-40364000 rw-p 00001000 03:02 3801102    /lib/libdl-2.2.5.so
40364000-40376000 r-xp 00000000 03:02 3801106    /lib/libnsl-2.2.5.so
40376000-40377000 rw-p 00012000 03:02 3801106    /lib/libnsl-2.2.5.so
40379000-4039a000 r-xp 00000000 03:02 1523720    /lib/i686/libm-2.2.5.so
4039a000-4039b000 rw-p 00020000 03:02 1523720    /lib/i686/libm-2.2.5.so
4039c000-403d0000 r-xp 00000000 03:02 426416    
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
403d0000-403dc000 rw-p 00033000 03:02 426416    
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
403de000-403f0000 r-xp 00000000 03:02 196636    
/home/sully/jdk1.3.1_07/jre/lib/i386/libverify.so
403f0000-403f1000 rw-p 00011000 03:02 196636    
/home/sully/jdk1.3.1_07/jre/lib/i386/libverify.so
403f1000-40412000 r-xp 00000000 03:02 196637    
/home/sully/jdk1.3.1_07/jre/lib/i386/libjava.so
40412000-40414000 rw-p 00020000 03:02 196637    
/home/sully/jdk1.3.1_07/jre/lib/i386/libjava.so
40416000-4042a000 r-xp 00000000 03:02 196638    
/home/sully/jdk1.3.1_07/jre/lib/i386/libzip.so
4042a000-4042d000 rw-p 00013000 03:02 196638    
/home/sully/jdk1.3.1_07/jre/lib/i386/libzip.so
4042d000-41166000 r--s 00000000 03:02 7225451   
/home/sully/jdk1.3.1_07/jre/lib/rt.jar
41193000-4149f000 r--s 00000000 03:02 7225452   
/home/sully/jdk1.3.1_07/jre/lib/i18n.jar
4149f000-414b5000 r--s 00000000 03:02 7225439   
/home/sully/jdk1.3.1_07/jre/lib/sunrsasign.jar
41bbc000-41bc2000 r--p 00000000 03:02 7143543    /usr/lib/locale/en_US/LC_COLLATE
41bc2000-41bc3000 r--p 00000000 03:02 1343771    /usr/lib/locale/en_US/LC_TIME
41bc3000-41bc4000 r--p 00000000 03:02 6258866    /usr/lib/locale/en_US/LC_NUMERIC
41bc4000-41bef000 r--p 00000000 03:02 6258870    /usr/lib/locale/en_US/LC_CTYPE
41bef000-41bf6000 r--s 00000000 03:02 1933755   
/home/sully/tomcat/bin/bootstrap.jar
41bf6000-41bf7000 r--s 00000000 03:02 3162468   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-swf-block.jar
41bf7000-41c00000 r-xp 00000000 03:02 3801122    /lib/libnss_files-2.2.5.so
41c00000-41c01000 rw-p 00009000 03:02 3801122    /lib/libnss_files-2.2.5.so
41e6d000-41e70000 r--s 00000000 03:02 1933754   
/home/sully/tomcat/bin/commons-daemon.jar
41e70000-41f49000 r--s 00000000 03:02 3473942   
/home/sully/tomcat/common/endorsed/xercesImpl.jar
41f49000-41f68000 r--s 00000000 03:02 3473943   
/home/sully/tomcat/common/endorsed/xmlParserAPIs.jar
41f68000-41f7c000 r--s 00000000 03:02 3408257   
/home/sully/tomcat/common/lib/servlet.jar
41f7c000-41fc1000 r--s 00000000 03:02 3408258   
/home/sully/tomcat/common/lib/mail.jar
41fc1000-41fc6000 r--s 00000000 03:02 3408259   
/home/sully/tomcat/common/lib/commons-logging-api.jar
41fc6000-41fef000 r--s 00000000 03:02 3408260   
/home/sully/tomcat/common/lib/commons-collections.jar
41fef000-41ff7000 r--s 00000000 03:02 3408262   
/home/sully/tomcat/common/lib/commons-pool.jar
41ff7000-41ffc000 r--s 00000000 03:02 3408264   
/home/sully/tomcat/common/lib/naming-factory.jar
41ffc000-41fff000 r--s 00000000 03:02 3408272   
/home/sully/tomcat/common/lib/jta.jar
41fff000-42000000 r--s 00000000 03:02 3162424   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-altrmi-registry-20030116.jar
42000000-4212c000 r-xp 00000000 03:02 1523718    /lib/i686/libc-2.2.5.so
4212c000-42131000 rw-p 0012c000 03:02 1523718    /lib/i686/libc-2.2.5.so
44135000-4413f000 r--s 00000000 03:02 3408268   
/home/sully/tomcat/common/lib/naming-resources.jar
4a740000-4abc0000 r--s 00000000 03:02 4161608   
/home/sully/jdk1.3.1_07/lib/tools.jar
4abc0000-4abd5000 r--s 00000000 03:02 3408261   
/home/sully/tomcat/common/lib/jdbc2_0-stdext.jar
4abd5000-4ac02000 r--s 00000000 03:02 3408263   
/home/sully/tomcat/common/lib/jasper-compiler.jar
4ac02000-4ac1b000 r--s 00000000 03:02 3408265   
/home/sully/tomcat/common/lib/jndi.jar
4ac1b000-4ac27000 r--s 00000000 03:02 3408266   
/home/sully/tomcat/common/lib/activation.jar
4ac27000-4ac39000 r--s 00000000 03:02 3408267   
/home/sully/tomcat/common/lib/jasper-runtime.jar
4ac39000-4ac40000 r--s 00000000 03:02 3408269   
/home/sully/tomcat/common/lib/naming-common.jar
4ac40000-4ac50000 r--s 00000000 03:02 3408270   
/home/sully/tomcat/common/lib/commons-dbcp.jar
4ac50000-4ad00000 r--s 00000000 03:02 3408271   
/home/sully/tomcat/common/lib/ant.jar
4ad00000-4ad54000 r--s 00000000 03:02 2588903   
/home/sully/tomcat/server/lib/mx4j-jmx.jar
4ad54000-4ad5b000 r--s 00000000 03:02 2588904   
/home/sully/tomcat/server/lib/commons-logging.jar
4ad5b000-4ad74000 r--s 00000000 03:02 2588905   
/home/sully/tomcat/server/lib/commons-digester.jar
4ad74000-4ad76000 r--s 00000000 03:02 2588907   
/home/sully/tomcat/server/lib/servlets-invoker.jar
4ad76000-4ad7b000 r--s 00000000 03:02 2588908   
/home/sully/tomcat/server/lib/servlets-manager.jar
4ad7b000-4ad83000 r--s 00000000 03:02 2588909   
/home/sully/tomcat/server/lib/commons-modeler.jar
4ad83000-4ad88000 r--s 00000000 03:02 2588910   
/home/sully/tomcat/server/lib/servlets-default.jar
4ad88000-4ad92000 r--s 00000000 03:02 2588911   
/home/sully/tomcat/server/lib/tomcat-http11.jar
4ad92000-4ad96000 r--s 00000000 03:02 2588913   
/home/sully/tomcat/server/lib/commons-fileupload-1.0-beta-1.jar
4ad96000-4adbd000 r--s 00000000 03:02 2588914   
/home/sully/tomcat/server/lib/tomcat-util.jar
4adbd000-4ae73000 r--s 00000000 03:02 2588915   
/home/sully/tomcat/server/lib/catalina.jar
4ae73000-4ae90000 r--s 00000000 03:02 2588916   
/home/sully/tomcat/server/lib/commons-beanutils.jar
4ae90000-4aea0000 r--s 00000000 03:02 2588917   
/home/sully/tomcat/server/lib/tomcat-coyote.jar
4aea0000-4aeba000 r--s 00000000 03:02 2588918   
/home/sully/tomcat/server/lib/jaas.jar
4aeba000-4aebc000 r--s 00000000 03:02 2588920   
/home/sully/tomcat/server/lib/servlets-common.jar
4aebc000-4aec2000 r--s 00000000 03:02 2588921   
/home/sully/tomcat/server/lib/servlets-webdav.jar
4aec2000-4aec8000 r--s 00000000 03:02 2588922   
/home/sully/tomcat/server/lib/tomcat-warp.jar
4aec8000-4aecc000 r--s 00000000 03:02 2588923   
/home/sully/tomcat/server/lib/catalina-ant.jar
4aecc000-4aee0000 r--s 00000000 03:02 2588924   
/home/sully/tomcat/server/lib/tomcat-jk2.jar
4aee0000-4aee8000 r--s 00000000 03:02 2588925   
/home/sully/tomcat/server/lib/jakarta-regexp-1.2.jar
4aee8000-4aef8000 r--s 00000000 03:02 2588926   
/home/sully/tomcat/server/lib/tomcat-jk.jar
4aef8000-4af01000 r-xp 00000000 03:02 196641    
/home/sully/jdk1.3.1_07/jre/lib/i386/libnet.so
4af01000-4af02000 rw-p 00008000 03:02 196641    
/home/sully/jdk1.3.1_07/jre/lib/i386/libnet.so
4b302000-4b353000 r--s 00000000 03:02 6734024   
/home/sully/tomcat/server/webapps/admin/WEB-INF/lib/struts.jar
4b353000-4b365000 r--s 00000000 03:02 3162446   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/avalon-framework-4.1.4.jar
4b365000-4b380000 r--s 00000000 03:02 3162483   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-2.1-dev-deprecated.jar
4b380000-4b399000 r--s 00000000 03:02 3162484   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-2.1-dev-scratchpad.jar
4b399000-4b39e000 r--s 00000000 03:02 3162463   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-batik-block.jar
4b39e000-4b3a0000 r--s 00000000 03:02 3162465   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-bsf-block.jar
4b3a0000-4b3a3000 r--s 00000000 03:02 3162461   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-deli-block.jar
4b5a4000-4b5f5000 r--s 00000000 03:02 6734024   
/home/sully/tomcat/server/webapps/admin/WEB-INF/lib/struts.jar
4b7f5000-4b9fa000 r--s 00000000 03:02 3162472   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/batik-all-1.5b2.jar
4b9fa000-4bacb000 r--s 00000000 03:02 3162426   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/castor-0.9.4.2-xml.jar
4bacb000-4bbe6000 r--s 00000000 03:02 3162408   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-2.1-dev.jar
4bbe6000-4bbf2000 r--s 00000000 03:02 3162457   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-authentication-fw-block.jar
4bbf2000-4bc13000 r--s 00000000 03:02 3162470   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-databases-block.jar
4bc13000-4bc15000 r--s 00000000 03:02 3162460   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-fop-block.jar
4bc15000-4bc17000 r--s 00000000 03:02 3162475   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-hsqldb-block.jar
4bc17000-4bc1e000 r--s 00000000 03:02 3162466   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-jsp-block.jar
4bc1e000-4bc21000 r--s 00000000 03:02 3162476   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-linkrewriter-block.jar
4bc21000-4bc25000 r--s 00000000 03:02 3162456   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-naming-block.jar
4bc25000-4bc33000 r--s 00000000 03:02 3162459   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-portal-fw-block.jar
4bc33000-4bc39000 r--s 00000000 03:02 3162467   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-profiler-block.jar
4bc39000-4bc3c000 r--s 00000000 03:02 3162462   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-python-block.jar
4bc3c000-4bc48000 r--s 00000000 03:02 3162464   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-session-fw-block.jar
4bc48000-4bc5a000 r--s 00000000 03:02 3162469   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-slide-block.jar
4bc5a000-4bc66000 r--s 00000000 03:02 3162478   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-taglib-block.jar
4bc66000-4bc6d000 r--s 00000000 03:02 3162477   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-velocity-block.jar
4bc6d000-4bc72000 r--s 00000000 03:02 3162458   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-web3-block.jar
4bc72000-4bc79000 r--s 00000000 03:02 3162474   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/cocoon-xmldb-block.jar
4bc79000-4bc81000 r--s 00000000 03:02 3162449   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-cli-1.0.jar
4bc81000-4bcaa000 r--s 00000000 03:02 3162411   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-collections-2.1.jar
4bcaa000-4bcd7000 r--s 00000000 03:02 3162440   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-httpclient-20030210.jar
4bcd7000-4bd19000 r--s 00000000 03:02 3162455   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-jxpath-1.1.jar
4bd19000-4bd29000 r--s 00000000 03:02 3162479   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-lang-1.0.1.jar
4bd29000-4bd30000 r--s 00000000 03:02 3162419   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/commons-logging-1.0.2.jar
4bd30000-4bd44000 r--s 00000000 03:02 3162437   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-altrmi-common-20030116.jar
4bd44000-4bd65000 r--s 00000000 03:02 3162431   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-altrmi-server-impl-20030116.jar
4bd65000-4bd6a000 r--s 00000000 03:02 3162434   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-altrmi-server-interfaces-20030116.jar
4bd6a000-4bd73000 r--s 00000000 03:02 3162436   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-collections-20020820.jar
4bd73000-4bdd7000 r--s 00000000 03:02 3162418   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-component-complete-1.1.jar
4bdd7000-4bddb000 r--s 00000000 03:02 3162429   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-concurrent-20020820.jar
4bddb000-4bde8000 r--s 00000000 03:02 3162441   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-datasource-vm13-20021121.jar
4bde8000-4be03000 r--s 00000000 03:02 3162454   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-event-1.0.2.jar
4be03000-4be08000 r--s 00000000 03:02 3162442   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-i18n-1.0.jar
4be08000-4be0d000 r--s 00000000 03:02 3162445   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-instrument-20021108.jar
4be0d000-4be2a000 r--s 00000000 03:02 3162432   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-instrument-manager-20021108.jar
4be2a000-4be2e000 r--s 00000000 03:02 3162425   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-instrument-manager-interfaces-20021108.jar
4be2e000-4be38000 r--s 00000000 03:02 3162422   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-io-1.1.jar
4be38000-4be51000 r--s 00000000 03:02 3162421   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-logger-1.0.1.jar
4be51000-4be59000 r--s 00000000 03:02 3162435   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-monitor-20020820.jar
4be59000-4be6a000 r--s 00000000 03:02 3162415   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-naming-1.0.jar
4be6a000-4be75000 r--s 00000000 03:02 3162433   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-pool-1.2.jar
4be75000-4be87000 r--s 00000000 03:02 3162438   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-sourceresolve-20030319.jar
4be87000-4be93000 r--s 00000000 03:02 3162413   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-store-20030317.jar
4be93000-4beb2000 r--s 00000000 03:02 3162444   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/excalibur-xmlutil-20030317.jar
4beb2000-4c050000 r--s 00000000 03:02 3162471   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/fop-0.20.4.jar
4c050000-4c090000 r--s 00000000 03:02 3162480   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/hsqldb-1.7.1.jar
4c090000-4c098000 r--s 00000000 03:02 3162427   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jakarta-regexp-1.2.jar
4c098000-4c0c0000 r--s 00000000 03:02 3162450   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jaxen-core-1.0-FCS.jar
4c0c0000-4c0c4000 r--s 00000000 03:02 3162430   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jaxen-dom-1.0-FCS.jar
4c0c4000-4c0e3000 r--s 00000000 03:02 3162439   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jdom-dev-20020131.jar
4c0e3000-4c2fb000 r--s 00000000 03:02 3162452   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jdtcore2.0.2.jar
4c2fb000-4c34d000 r--s 00000000 03:02 3162453   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jing-20020724.jar
4c34d000-4c356000 r--s 00000000 03:02 3162417   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jisp-2.0.1.jar
4c356000-4c35d000 r--s 00000000 03:02 3162409   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/jstyle.jar
4c35d000-4c37c000 r--s 00000000 03:02 3162423   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/logfactor5-1.2.8.jar
4c37c000-4c392000 r--s 00000000 03:02 3162428   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/logkit-1.2.jar
4c392000-4c402000 r--s 00000000 03:02 3162443   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/pizza-1.1.jar
4c402000-4c413000 r--s 00000000 03:02 3162420   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/resolver-20021114.jar
4c413000-4c4ab000 r--s 00000000 03:02 3162447   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/rhino1.5r4-continuations-20030317.jar
4c4ab000-4c4b1000 r--s 00000000 03:02 3162416   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/saxpath-1.0-FCS.jar
4c4b1000-4c4d0000 r--s 00000000 03:02 3162473   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/spark.jar
4c4d0000-4c506000 r--s 00000000 03:02 3162410   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/util.concurrent-1.3.1.jar
4c506000-4c55f000 r--s 00000000 03:02 3162481   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/velocity-1.4-dev-20030301.jar
4c55f000-4c65b000 r--s 00000000 03:02 3162451   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/xalan-2.4.1.jar
4c65b000-4c749000 r--s 00000000 03:02 3162448   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/xercesImpl-2.1.0.jar
4c749000-4c765000 r--s 00000000 03:02 3162414   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/xml-apis.jar
4c765000-4c768000 r--s 00000000 03:02 3162482   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/xmldb-api-20011111.jar
4c768000-4c8b2000 r--s 00000000 03:02 3162412   
/home/sully/tomcat/webapps/cocoon/WEB-INF/lib/xsltc-20030211.jar
4caba000-4cac4000 r-xp 00000000 03:02 3801130    /lib/libnss_nisplus-2.2.5.so
4cac4000-4cac5000 rw-p 00009000 03:02 3801130    /lib/libnss_nisplus-2.2.5.so
4cac5000-4cac8000 r-xp 00000000 03:02 3801119    /lib/libnss_dns-2.2.5.so
4cac8000-4cac9000 rw-p 00002000 03:02 3801119    /lib/libnss_dns-2.2.5.so
4e6d3000-4e6e1000 r-xp 00000000 03:02 3801134    /lib/libresolv-2.2.5.so
4e6e1000-4e6e2000 rw-p 0000e000 03:02 3801134    /lib/libresolv-2.2.5.so

Local Time = Thu Jun 19 23:23:53 2003
Elapsed Time = 31
#
# HotSpot Virtual Machine Error : 11
# 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_07-b02 mixed mode)
#

-------------- End Log File -----------------

Reply via email to