HOT Spot error Code 11 VM crash - Program terminated with signal 6, Aborted
Our application server weblogic8.1 sp6 has been crashing in production every week with HotSpot Virtual Machine Error : 11 and Error ID : 4F530E43505002EF. There is no consistent pattern which tells us what is causing this problem. When I gdb the core file, it tells that "Program terminated with signal 6, Aborted." Does anybody know what does this mean? following is the output when I gdb core file alongwith the commands I run and the hs_err* file. We are using Sun jdk1.4.2_05 .
======== core file gdb =====================================
dlentas07:/opt/tools/home/epdev>gdb /opt/tools/bea/bea81sp4/jdk142_05/bin/java admin/esetup_logs/31-May-2007/core.27302
GNU gdb Red Hat Linux (6.3.0.0-1.132.EL3rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `/opt/tools/bea/bea81sp4/jdk142_05/bin/java -server -Xms1024m -Xmx1024m -XX:NewS'.
Program terminated with signal 6, Aborted.
Reading symbols from /lib/tls/libpthread.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libpthread.so.0
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/tls/libm.so.6...done.
Loaded symbols for /lib/tls/libm.so.6
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/native_threads/libhpi.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/native_threads/libhpi.so
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libverify.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libverify.so
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libjava.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libjava.so
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libzip.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libzip.so
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnet.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnet.so
Reading symbols from /lib/libnss_dns.so.2...done.
Loaded symbols for /lib/libnss_dns.so.2
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
Reading symbols from /opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libweblogicunix1.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libweblogicunix1.so
Reading symbols from /opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libmuxer.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libmuxer.so
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnio.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnio.so
Reading symbols from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libioser12.so...done.
Loaded symbols for /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libioser12.so
#0 0xb74b0eff in raise () from /lib/tls/libc.so.6
(gdb) where
#0 0xb74b0eff in raise () from /lib/tls/libc.so.6
#1 0xb74b2705 in abort () from /lib/tls/libc.so.6
#2 0xb721d018 in os::abort () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#3 0xb7219c6a in os::handle_unexpected_exception () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#4 0xb721daa6 in JVM_handle_linux_signal () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#5 0xb721c838 in signalHandler () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#6 <signal handler called>
#7 0xb70f15a9 in PhaseCFG::ScheduleLate () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#8 0xb70f1b87 in PhaseCFG::GlobalCodeMotion () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#9 0xb709cd3a in Compile::Code_Gen () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#10 0xb709acfb in Compile::Compile () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#11 0xb7055de2 in C2Compiler::compile_method () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#12 0xb70a07e0 in CompileBroker::invoke_compiler_on_method ()
from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#13 0xb70a0017 in CompileBroker::compiler_thread_loop () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#14 0xb7296f61 in compiler_thread_entry () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#15 0xb729794a in JavaThread::thread_main_inner () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#16 0xb72931f0 in JavaThread::run () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#17 0xb721dd00 in _start () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#18 0xb75c9dd8 in start_thread () from /lib/tls/libpthread.so.0
#19 0xb7565d1a in clone () from /lib/tls/libc.so.6
(gdb) thr
[Current thread is 1 (process 27309)]
(gdb) info thr
55 process 27302 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
54 process 27303 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
53 process 27304 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
52 process 27305 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
51 process 27306 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
50 process 27307 0xb75ce15b in sem_wait@GLIBC_2.0 () from /lib/tls/libpthread.so.0
49 process 27308 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
48 process 27310 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
47 process 27311 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
46 process 27313 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
45 process 27314 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
44 process 27315 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
43 process 27316 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
42 process 27317 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
41 process 27318 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
40 process 27319 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
39 process 27320 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
38 process 27321 0xb75ceb21 in __write_nocancel () from /lib/tls/libpthread.so.0
37 process 27322 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
36 process 27323 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
35 process 27324 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
34 process 27325 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
33 process 27326 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
32 process 27327 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
31 process 27328 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
30 process 27329 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
29 process 27331 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
28 process 27332 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
27 process 27333 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
26 process 27334 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
25 process 27335 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
24 process 27336 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
23 process 27337 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
22 process 27338 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
21 process 27339 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
20 process 27340 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
19 process 27341 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
18 process 27342 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
17 process 27343 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
16 process 27344 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
15 process 27345 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
14 process 27346 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
13 process 27347 0xb755c95d in poll () from /lib/tls/libc.so.6
12 process 27348 0xb75ce939 in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
Type <return> to continue, or q <return> to quit
11 process 27349 0xb75ce939 in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
10 process 27350 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
9 process 27351 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
8 process 27352 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
7 process 27353 0xb75cc3ad in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
6 process 27356 0xb75cee7e in recv () from /lib/tls/libpthread.so.0
5 process 27359 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
4 process 27360 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
3 process 27361 0xb75cc59b in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
2 process 27364 0xb75ced9e in accept () from /lib/tls/libpthread.so.0
* 1 process 27309 0xb74b0eff in raise () from /lib/tls/libc.so.6
(gdb) thread apply 1 bt
Thread 1 (process 27309):
#0 0xb74b0eff in raise () from /lib/tls/libc.so.6
#1 0xb74b2705 in abort () from /lib/tls/libc.so.6
#2 0xb721d018 in os::abort () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#3 0xb7219c6a in os::handle_unexpected_exception () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#4 0xb721daa6 in JVM_handle_linux_signal () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#5 0xb721c838 in signalHandler () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#6 <signal handler called>
#7 0xb70f15a9 in PhaseCFG::ScheduleLate () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#8 0xb70f1b87 in PhaseCFG::GlobalCodeMotion () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#9 0xb709cd3a in Compile::Code_Gen () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#10 0xb709acfb in Compile::Compile () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#11 0xb7055de2 in C2Compiler::compile_method () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#12 0xb70a07e0 in CompileBroker::invoke_compiler_on_method ()
from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#13 0xb70a0017 in CompileBroker::compiler_thread_loop () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#14 0xb7296f61 in compiler_thread_entry () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#15 0xb729794a in JavaThread::thread_main_inner () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#16 0xb72931f0 in JavaThread::run () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#17 0xb721dd00 in _start () from /opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
#18 0xb75c9dd8 in start_thread () from /lib/tls/libpthread.so.0
#19 0xb7565d1a in clone () from /lib/tls/libc.so.6
======================================================
===========hs_err_pid*.log===============================
Unexpected Signal : 11 occurred at PC=0xB70F15A9
Function=(null)
Library=/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/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:
Dynamic libraries:
08048000-08056000 r-xp 00000000 68:09 212602/opt/tools/bea/bea81sp4/jdk142_05/bin/java
08056000-08059000 rwxp 0000d000 68:09 212602/opt/tools/bea/bea81sp4/jdk142_05/bin/java
5fae8000-5fb08000 r-xs 00000000 68:09 1504425/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/_wl_cls_gen.jar
5fb08000-5fb21000 r-xs 00000000 68:09 784927/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-dbcp-1.1.jar
5fb21000-5fc11000 r-xs 00000000 68:09 784926/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/spring.jar
5fc11000-5fc68000 r-xs 00000000 68:09 784925/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/log4j.jar
5fc68000-5fc6f000 r-xs 00000000 68:09 784924/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/jsftab.jar
5fc6f000-5fd1a000 r-xs 00000000 68:09 784923/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/jsf-impl.jar
5fd73000-5fe98000 r-xs 00000000 68:09 784922/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/ojdbc14.jar
5fe98000-60b10000 r-xs 00000000 68:09 1504424/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/esetup2-web.war
60b10000-61788000 r-xs 00000000 68:09 1439030/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-web.war
6189c000-618b8000 r-xs 00000000 68:09 784921/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-el.jar
618b8000-618be000 r-xs 00000000 68:09 784920/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/jstl.jar
618be000-619b6000 r-xs 00000000 68:09 784919/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/xercesImpl.jar
619b6000-619c2000 r-xs 00000000 68:09 784918/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-codec-1.3.jar
619c2000-619d6000 r-xs 00000000 68:09 784917/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/servlet.jar
619d6000-61a2f000 r-xs 00000000 68:09 784916/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/jsf-api.jar
61a2f000-61a6e000 r-xs 00000000 68:09 784915/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-beanutils.jar
61a6e000-61a97000 r-xs 00000000 68:09 784914/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-collections-2.1.jar
61a97000-61a9f000 r-xs 00000000 68:09 784913/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-logging.jar
61a9f000-61aa7000 r-xs 00000000 68:09 784912/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-fileupload-1.1.1.jar
61aa7000-61bdd000 r-xs 00000000 68:09 784911/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/castor-0.9.6-xml.jar
61bdd000-61c57000 r-xs 00000000 68:09 784910/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/struts.jar
61c57000-61cd4000 r-xs 00000000 68:09 784909/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/standard.jar
61d15000-62016000 r-xs 00000000 68:09 784908/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/xalan.jar
620e5000-62237000 r-xs 00000000 68:09 784907/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/ojdbc14_g.jar
62237000-62372000 r-xs 00000000 68:09 784906/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/tomahawk-1.1.3.jar
62372000-623b1000 r-xs 00000000 68:09 784905/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-digester.jar
623b1000-623b3000 r-xs 00000000 68:09 784904/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/j4j.jar
623b3000-623e2000 r-xs 00000000 68:09 784903/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/jaxen-full.jar
623e2000-62400000 r-xs 00000000 68:09 784902/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-web_esetup2-web/jarfiles/WEB-INF/lib/commons-validator-1.3.0.jar
627c0000-627e0000 r-xs 00000000 68:09 1439025/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cart-ejb.jar
627e0000-62800000 r-xs 00000000 68:09 1439025/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cart-ejb.jar
62b00000-62b10000 r-xs 00000000 68:09 1439023/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cart-entity-ejb.jar
62b10000-62b14000 r-xs 00000000 68:09 1439032/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cartFacade.jar
62b14000-62b18000 r-xs 00000000 68:09 1439032/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cartFacade.jar
62b18000-62b6f000 r-xs 00000000 68:09 1439033/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/log4j.jar
62cb4000-62cbc000 r-xs 00000000 68:09 1439031/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/commons-logging.jar
62cbc000-62ccc000 r-xs 00000000 68:09 1439023/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/esetup2-cart-entity-ejb.jar
62ccc000-62cce000 r-xs 00000000 68:09 1439027/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/servicelocator.jar
62cce000-62d54000 r-xs 00000000 68:09 1439029/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-web/j2ee.jar
62f98000-62fa3000 r-xs 00000000 68:09 2044028/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/_wl_cls_gen.jar
62fa3000-62fa9000 r-xs 00000000 68:09 817620/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-fileupload.jar
62fa9000-62fb3000 r-xs 00000000 68:09 817619/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-logging.jar
62fb3000-62fcb000 r-xs 00000000 68:09 817618/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/servlet-api.jar
62fcb000-6303e000 r-xs 00000000 68:09 817617/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/myfaces-impl.jar
6303e000-6313d000 r-xs 00000000 68:09 817616/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/tomahawk.jar
6313d000-631b7000 r-xs 00000000 68:09 817615/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/struts.jar
631b7000-63236000 r-xs 00000000 68:09 817614/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-collections.jar
63236000-63243000 r-xs 00000000 68:09 817613/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/jsp-api.jar
63243000-6325f000 r-xs 00000000 68:09 817612/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-el.jar
6325f000-6326b000 r-xs 00000000 68:09 817611/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-codec.jar
6326b000-632a5000 r-xs 00000000 68:09 817610/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/myfaces-api.jar
632a5000-632c0000 r-xs 00000000 68:09 817609/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-digester.jar
632c0000-632d4000 r-xs 00000000 68:09 817608/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/servlet.jar
632d4000-632f1000 r-xs 00000000 68:09 817607/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-beanutils.jar
632f1000-63306000 r-xs 00000000 68:09 817606/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/jarfiles/WEB-INF/lib/commons-validator.jar
63306000-6362f000 r-xs 00000000 68:09 343437/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-adminWeb.war
6362f000-63958000 r-xs 00000000 68:09 2044027/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_esetup2-adminEAR_esetup2-adminWeb/esetup2-adminWeb.war
63958000-63b2c000 r-xs 00000000 68:09 114508/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.internal/uddi.war
63b9b000-63c83000 r-xs 00000000 68:09 621405/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_uddi_uddi/jarfiles/_wl_cls_gen.jar
63c83000-63d00000 r-xs 00000000 68:09 3008811/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_uddi_uddi/jarfiles/WEB-INF/lib/jsse.jar
647c6000-647d5000 r-xp 00000000 68:02 510162/lib/libresolv-2.3.2.so
647d5000-647d6000 rwxp 0000f000 68:02 510162/lib/libresolv-2.3.2.so
64867000-6486b000 r-xp 00000000 68:02 507976/lib/libnss_dns-2.3.2.so
6486b000-6486c000 rwxp 00003000 68:02 507976/lib/libnss_dns-2.3.2.so
64f09000-64f13000 r-xs 00000000 68:09 343452/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-queue-ejb.jar
64f13000-64f28000 r-xs 00000000 68:09 343453/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-misc-ejb.jar
64f28000-64f33000 r-xs 00000000 68:09 343455/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-workFlow-ejb.jar
64f33000-64f3e000 r-xs 00000000 68:09 343455/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-workFlow-ejb.jar
64f3e000-64f48000 r-xs 00000000 68:09 343452/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-queue-ejb.jar
64f48000-64f5d000 r-xs 00000000 68:09 343453/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-misc-ejb.jar
64f5d000-64f63000 r-xp 00000000 68:09 1455373/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnio.so
64f63000-64f64000 rwxp 00005000 68:09 1455373/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnio.so
64f77000-64fce000 r-xs 00000000 68:09 343454/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/log4j.jar
64fce000-64fcf000 r-xs 00000000 68:09 114507/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.internal/wl_management_internal1.war
64fd0000-65021000 r-xs 00000000 68:09 1111940/opt/tools/bea/bea81sp4/weblogic81/server/lib/mbeantypes/wlSecurityProviders.jar
65263000-65265000 r-xp 00000000 68:09 997474/opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libmuxer.so
65265000-65266000 rwxp 00001000 68:09 997474/opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libmuxer.so
6602c000-66040000 r-xs 00000000 68:09 114509/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.internal/uddiexplorer.war
6604f000-66054000 r-xs 00000000 68:09 686809/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/.wlnotdelete/extract/esetup01_uddiexplorer_uddiexplorer/jarfiles/_wl_cls_gen.jar
66077000-6607f000 r-xs 00000000 68:09 343450/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/commons-logging.jar
66404000-6642e000 r-xs 00000000 68:09 343438/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2Util.jar
6642e000-6643a000 r-xs 00000000 68:09 343449/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-facade.jar
6643a000-66446000 r-xs 00000000 68:09 343449/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-facade.jar
66446000-66461000 r-xs 00000000 68:09 343451/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-entity-ejb.jar
66767000-66783000 r-xs 00000000 68:09 752269/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlinformix.jar
66783000-667b0000 r-xs 00000000 68:09 752272/opt/tools/bea/bea81sp4/weblogic81/server/lib/wloracle.jar
667b0000-667c5000 r-xs 00000000 68:09 752275/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlsybase.jar
667c5000-667de000 r-xs 00000000 68:09 752274/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlsqlserver.jar
667de000-66820000 r-xs 00000000 68:09 752276/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlutil.jar
66820000-66867000 r-xs 00000000 68:09 752264/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlbase.jar
66867000-66877000 r-xs 00000000 68:09 833956/opt/tools/bea/bea81sp4/weblogic81/server/lib/ant/jakarta-oro-2.0.7.jar
66877000-6691b000 r-xs 00000000 68:09 833957/opt/tools/bea/bea81sp4/weblogic81/server/lib/ant/optional.jar
6691b000-669cf000 r-xs 00000000 68:09 833955/opt/tools/bea/bea81sp4/weblogic81/server/lib/ant/ant.jar
669cf000-669ea000 r-xs 00000000 68:09 752229/opt/tools/bea/bea81sp4/weblogic81/server/lib/EccpressoJcae.jar
669ea000-66a0b000 r-xs 00000000 68:09 752228/opt/tools/bea/bea81sp4/weblogic81/server/lib/EccpressoCore.jar
66a0b000-66a1b000 r-xs 00000000 68:09 752227/opt/tools/bea/bea81sp4/weblogic81/server/lib/EccpressoAsn1.jar
66a1b000-66ad6000 r-xs 00000000 68:09 752235/opt/tools/bea/bea81sp4/weblogic81/server/lib/jConnect.jar
66ad6000-66bb5000 r-xs 00000000 68:09 752234/opt/tools/bea/bea81sp4/weblogic81/server/lib/jconn2.jar
66bb5000-66d00000 r-xs 00000000 68:09 752247/opt/tools/bea/bea81sp4/weblogic81/server/lib/ojdbc14.jar
66e02000-66e08000 r-xs 00000000 68:02 131356/usr/lib/gconv/gconv-modules.cache
66e08000-66e23000 r-xs 00000000 68:09 343451/opt/tools/bea/bea81sp4/BMS/user_projects/domains/ESETUP/esetup01/stage/esetup2-adminEAR/esetup2-admin-entity-ejb.jar
66e23000-66e37000 r-xs 00000000 68:09 752280/opt/tools/bea/bea81sp4/weblogic81/server/lib/xmlx.jar
66e37000-67000000 r-xs 00000000 68:09 752262/opt/tools/bea/bea81sp4/weblogic81/server/lib/webservices.jar
67400000-67404000 r-xp 00000000 68:09 1455355/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libioser12.so
67404000-67405000 rwxp 00003000 68:09 1455355/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libioser12.so
67405000-67440000 r-xs 00000000 68:09 1111938/opt/tools/bea/bea81sp4/weblogic81/server/lib/mbeantypes/wlManagement.jar
674c1000-674d1000 r-xp 00000000 68:09 1455367/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnet.so
674d1000-674d2000 rwxp 0000f000 68:09 1455367/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libnet.so
674d2000-674d3000 r-xs 00000000 68:09 752265/opt/tools/bea/bea81sp4/weblogic81/server/lib/wlcipher.jar
67558000-69608000 r-xs 00000000 68:09 752257/opt/tools/bea/bea81sp4/weblogic81/server/lib/weblogic.jar
69608000-69ae4000 r-xs 00000000 68:09 2877983/opt/tools/bea/bea81sp4/jdk142_05/lib/tools.jar
69ae4000-69b00000 r-xs 00000000 68:09 1340889/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/ext/sunjce_provider.jar
69c02000-69c06000 r-xs 00000000 68:09 1111939/opt/tools/bea/bea81sp4/weblogic81/server/lib/mbeantypes/wlMedRecSampleAuthProvider.jar
69c06000-69cc2000 r-xs 00000000 68:09 1340888/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/ext/localedata.jar
69cc2000-69ccf000 r-xs 00000000 68:09 1340887/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/ext/ldapsec.jar
69ccf000-69cd2000 r-xs 00000000 68:09 1340886/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/ext/dnsns.jar
6a458000-6a459000 r-xp 00594000 68:02 510145/usr/lib/locale/locale-archive
6a459000-6a565000 r-xp 00261000 68:02 510145/usr/lib/locale/locale-archive
6a565000-6a765000 r-xp 00000000 68:02 510145/usr/lib/locale/locale-archive
b2cc0000-b2cc2000 r-xp 00000000 68:09 997480/opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libweblogicunix1.so
b2cc2000-b2cc3000 rwxp 00001000 68:09 997480/opt/tools/bea/bea81sp4/weblogic81/server/lib/linux/i686/libweblogicunix1.so
b4d6b000-b52c4000 r-xs 00000000 68:09 981144/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/charsets.jar
b52c4000-b52d5000 r-xs 00000000 68:09 981179/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/jce.jar
b52d5000-b53b2000 r-xs 00000000 68:09 981180/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/jsse.jar
b53b2000-b53c8000 r-xs 00000000 68:09 981187/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/sunrsasign.jar
b5412000-b6db6000 r-xs 00000000 68:09 981186/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/rt.jar
b6db6000-b6dca000 r-xp 00000000 68:09 1455374/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libzip.so
b6dca000-b6dcd000 rwxp 00013000 68:09 1455374/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libzip.so
b6dcd000-b6ded000 r-xp 00000000 68:09 1455357/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libjava.so
b6ded000-b6def000 rwxp 0001f000 68:09 1455357/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libjava.so
b6def000-b6dff000 r-xp 00000000 68:09 1455369/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libverify.so
b6dff000-b6e01000 rwxp 0000f000 68:09 1455369/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/libverify.so
b6e01000-b6e0c000 r-xp 00000000 68:02 507979/lib/libnss_files-2.3.2.so
b6e0c000-b6e0d000 rwxp 0000a000 68:02 507979/lib/libnss_files-2.3.2.so
b6e1c000-b6e20000 rwxs 00000000 68:05 49157/tmp/hsperfdata_bea81sp4/1373
b6e20000-b6e41000 r-xp 00000000 68:02 542384/lib/tls/libm-2.3.2.so
b6e41000-b6e42000 rwxp 00021000 68:02 542384/lib/tls/libm-2.3.2.so
b6e42000-b6e53000 r-xp 00000000 68:02 510154/lib/libnsl-2.3.2.so
b6e53000-b6e54000 rwxp 00011000 68:02 510154/lib/libnsl-2.3.2.so
b6e60000-b6e68000 r-xp 00000000 68:09 1651573/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/native_threads/libhpi.so
b6e68000-b6e69000 rwxp 00007000 68:09 1651573/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/native_threads/libhpi.so
b6e69000-b741b000 r-xp 00000000 68:09 3025149/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
b741b000-b7474000 rwxp 005b1000 68:09 3025149/opt/tools/bea/bea81sp4/jdk142_05/jre/lib/i386/server/libjvm.so
b7489000-b75bc000 r-xp 00000000 68:02 540757/lib/tls/libc-2.3.2.so
b75bc000-b75bf000 rwxp 00132000 68:02 540757/lib/tls/libc-2.3.2.so
b75c2000-b75c4000 r-xp 00000000 68:02 510150/lib/libdl-2.3.2.so
b75c4000-b75c5000 rwxp 00001000 68:02 510150/lib/libdl-2.3.2.so
b75c5000-b75d2000 r-xp 00000000 68:02 542468/lib/tls/libpthread-0.60.so
b75d2000-b75d3000 rwxp 0000c000 68:02 542468/lib/tls/libpthread-0.60.so
b75e9000-b75fe000 r-xp 00000000 68:02 507945/lib/ld-2.3.2.so
b75fe000-b75ff000 rwxp 00015000 68:02 507945/lib/ld-2.3.2.so
Heap at VM Abort:
Heap
def new generationtotal 315200K, used 80406K [0x6acc0000, 0x802c0000, 0x802c0000)
eden space 280192K, 28% used [0x6acc0000, 0x6fb459f0, 0x7be60000)
from space 35008K,0% used [0x7e090000, 0x7e090000, 0x802c0000)
tospace 35008K,0% used [0x7be60000, 0x7be60000, 0x7e090000)
tenured generationtotal 698368K, used 476183K [0x802c0000, 0xaacc0000, 0xaacc0000)
the space 698368K, 68% used [0x802c0000, 0x9d3c5da0, 0x9d3c5e00, 0xaacc0000)
compacting perm gen total 131072K, used 41690K [0xaacc0000, 0xb2cc0000, 0xb2cc0000)
the space 131072K, 31% used [0xaacc0000, 0xad576b08, 0xad576c00, 0xb2cc0000)
Local Time = Thu Mar 29 14:04:33 2007
Elapsed Time = 848381
#
# 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) Server VM (1.4.2_05-b04 mixed mode)
#
======================================================
Any insight is appreciated. Thanks,
Sushma

