JVM core dump - JNI code

I am using JNI in my Java application , 12 hours after running my test case get a JVM crash -
1) These are the parameters with which i invoke my Java program
java -d64 -Xcheck:jni -Xmx2560M -Xms2560M -Xss256k RunQueries
2) The Heap output at the time of the core shows "from space" as 100% used , does this signify anything?
Heap at VM Abort:
Heap
def new generation total 848128K, used 672342K [0xfffffffe93c00000, 0xfffffffec9150000, 0xfffffffec9150000)
eden space 822464K, 78% used [0xfffffffe93c00000, 0xfffffffebb385b90, 0xfffffffec5f30000)
from space 25664K, 100% used [0xfffffffec7840000, 0xfffffffec9150000, 0xfffffffec9150000)
to space 25664K, 0% used [0xfffffffec5f30000, 0xfffffffec5f30000, 0xfffffffec7840000)
tenured generation total 1747648K, used 1350866K [0xfffffffec9150000, 0xffffffff33c00000, 0xffffffff33c00000)
the space 1747648K, 77% used [0xfffffffec9150000, 0xffffffff1b884830, 0xffffffff1b884a00, 0xffffffff33c00000)
compacting perm gen total 16384K, used 13550K [0xffffffff33c00000, 0xffffffff34c00000, 0xffffffff37c00000)
the space 16384K, 82% used [0xffffffff33c00000, 0xffffffff3493b860, 0xffffffff3493ba00, 0xffffffff34c00000)
Local Time = Mon Feb 12 21:49:40 2007
Elapsed Time = 61687
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_07-b05 mixed mode)
3) A dbx on the Java core shows the location in the JNI code where the core dump occured.
dbx `which java` core
For information about new features see `help changes'
To remove this message, put `dbxenv suppress_startup_message 7.3' in your .dbxrc
Reading java
dbx: internal warning: writable memory segment 0x7cb00000[16384] of size 0 in core
core file header read successfully
Reading ld.so.1
Reading libthread.so.1
Reading libdl.so.1
Reading libc.so.1
Reading libc_psr.so.1
Reading libjvm.so
Reading libCrun.so.1
Reading libsocket.so.1
Reading libnsl.so.1
Reading libm.so.1
WARNING!!
A loadobject was found with an unexpected checksum value.
See `help core mismatch' for details, and run `proc -map'
to see what checksum values were expected and found.
dbx: warning: Some symbolic information might be incorrect.
t@1 (l@1) terminated by signal ABRT (Abort)
0xffffffff7eea822c: lwpkill+0x0008: bcc,a,pt %icc,_lwp_kill+0x18 ! 0xffffffff7eea823c
Current function is Java_getLoid (optimized)
7239 e = cod_to_long (*(o_object*) data, &loid_as_long);
(dbx) where
current thread: t@1
[1] lwpkill(0x0, 0x6, 0xffffffffffffffe6, 0x0, 0x0, 0x0), at 0xffffffff7eea822c
[2] raise(0x6, 0x0, 0xffffffff7fffad30, 0x7fbffeff00003ff6, 0x0, 0x2), at 0xffffffff7ee58a8c
[3] abort(0x0, 0xffffffff7fffae10, 0x0, 0xfffffffffffffff8, 0x0, 0xffffffff7fffae39), at 0xffffffff7ee3e3b8
[4] os::abort(0x1, 0xffffffff7e9d295c, 0xffffffff7fffaf10, 0xffffffff7e9d24a9, 0x4b007c, 0xffffffff7eb78878), at 0xffffffff7e90951c
[5] os::handle_unexpected_exception(0x10011e600, 0xa, 0xfffffffe90345704, 0xffffffff7fffbeb0, 0xffffffff7e69c6f8, 0x0), at 0xffffffff7e907e08
[6] JVM_handle_solaris_signal(0xffffffff7fffbeb0, 0xffffffff7e9d443e, 0xffffffff7fffbbd0, 0x1, 0x0, 0x1), at 0xffffffff7e69c800
[7] __sighndlr(0xa, 0xffffffff7fffbeb0, 0xffffffff7fffbbd0, 0xffffffff7e69cb9c, 0x0, 0x0), at 0xffffffff7f2188d8
---- called from signal handler with signal 10 (SIGBUS) ------
=>[8] Java_getLoid(vjEnv = ???, cls = ???, handle = ???, attr = ???) (optimized), at 0xfffffffe90345704 (line ~7239) in "j.c"
I have added checks for this function call to ensure that no invalid pointer is being sent to it which could cause a segmentation violation.
Please could someone give me some pointers on how to solve this problem, the error occurs at this point only 12 hours after running the test case..

First step is to add the option -Xcheck:jni to your java command line. It will flag common JNI errors.
If that doesn't identify the problem, then compile your jni code with debugging symbols (-g) and add the following option to the java command line when you run your test: -XX:+ShowMessageBoxOnError. When you hit the problem again, the VM will keep the process alive instead of calling abort(). Then you can use dbx to attach to the live process and should be able to get a better idea of what went wrong.

Similar Messages

  • JVM core dumps on Solaris

    Need help asap on know where/why my JVM core dumped. I've the logs from the process but they dont seen to indicate any odd thing. I've tried to debug the core using dbx like :
    dbx /usr/bin/java ./core
    but keep getting message: dbx: program is not activePls advise ASAP.
    Can anyone also point how to contact Sun for this like sending them the core over etc.

    This document may help: http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf
    To contact Sun, click the Contact Us link at the bottom of the page. All of their services have charges associated.

  • 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???

  • JVM Core Dump Disappear ?

    Hello everyone,
    My java program was running and all of a sudden JVM crashed. It generated a core dump file and a error log file. Somehow after couple of days the core dump file disappeared. I wanted to log onto the server to transfer the 'core' file to my PC but I could not find it anymore.
    Could someone please tell me if this is normal? I am a newbie to JVM. I don't know if JVM auto-removes the core file after a few days? Now I lost the core file and cannot find out what went wrong to cause my server crashed. Please help!
    I am running Solaris 8 & JDK_1.2.2_10.
    Thanks a bunch!!!
    Best regards,
    mjhu

    In some systems there is a policy to periodically remove all core files and corresponding actions are taken. This might or might not apply to yours.
    I also saw a system whose /tmp directory was emptied with each reboot.
    It might have even been a memory-based virtual directory, I am not sure.

  • JVM core dump on Solaris

    Hi,
    I am using JDK 1.4.1_07 to run an application on Tomcat 4.1.27 on Solaris 5.8. I get a core dump on a load test. catalina.out has this line:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_07-b02 mixed mode)
    # Error ID: 434934595045264C4F570E43505009D0 01
    # Problematic Thread: prio=5 tid=0x10be48 nid=0xf runnable
    The page http://java.sun.com/cgi-bin/bugreport.cgi is not available. Where can I file a bug report? Any ideas on the crash?
    Thanks,
    Chandri

    I do not have problem changing the jdk version, but my application runs slow on jdk1.4.2, till i figure out why it slow i want continue using jdk1.4.1.
    Is this a know issues in Jdk1.4.1, I see a bug (Bug Id: 4908923) on core dump, is this related?
    http://developer.java.sun.com/developer/bugParade/bugs/4908923.html
    See the both note, fix to this bug is not included in jdk1.4.1_07.
    Any idea?

  • JVM core dump

    JVMs crushed on my three node weblogic8.1 cluster.
    Not always happen, and can be any of the nodes.
    I tries jdk141_05,jdk141_02 and jdk142_04. There wan't any difference.
    The os is solaris 5.8. Here is the output of uname -s:
    SunOS smpc3 5.8 Generic_117350-02 sun4u sparc SUNW,Sun-Fire-280R
    I saw "Cannot access memory at address" in the gdb output. Could it be the reason?
    and how to figure out the real cause?
    Thanks!!
    ------------gdb output---------------
    $ gdb /nfs/tools/jdk/solaris/j2sdk1.4.2_02/bin/java core_142_04
    GNU gdb 20000314
    Copyright 1998 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 "sparc-sun-solaris2.8"...
    (no debugging symbols found)...
    Core was generated by `/nfs/tools/jdk/solaris/j2sdk1.4.2_04/bin/java -server -ms1536m -mx1536m -XX:Max'.
    Program terminated with signal 9, Killed.
    Cannot access memory at address 0xffffffffff3e9aac
    #0 0xff3691f0 in ?? ()
    (gdb)

    Here is the full one:
    core 'core_142_04' of 3500:     /nfs/tools/jdk/solaris/j2sdk1.4.2_04/bin/java -server -ms1536m -mx1536
    ----------------- lwp# 12 / thread# 11 --------------------
    ff3691f0 __sigprocmask (ff36b7f4, 0, 0, 78501d98, ff37c000, 0) + 8
    ff35dd0c _sigon   (78501d98, ff3838a8, 6, 784ff7f4, 78501d98, ff38321c) + d0
    ff360d4c thrpkill (0, b, 6, ff37c000, b, ff2c0458) + f8
    ff24bce0 raise (6, 0, 0, ffffffff, ff2c03c4, ff3831fc) + 40
    ff235984 abort (ff2bc008, 784ff948, 0, fffffff8, 4, 784ff969) + 100
    fe498498 __1cCosFabort6Fi_v_ (1, fe553722, 784ff9f8, fe570000, fe5b78bc, 3db2e4) + 80
    fe4967ac __1cCosbBhandle_unexpected_exception6FpnGThread_ipCpv_v_ (fff68, b, fe16d550, 78500738, b, 0) + 2d4
    fe1d90ac JVM_handle_solaris_signal (fe16d550, 78500738, 78500480, 3400, 35ec, 0) + 91c
    ff36b118 __sighndlr (b, 78500738, 78500480, fe1d875c, 78501e40, 78501e30) + c
    ff36811c sigacthandler (b, 78501d98, 0, 0, 0, ff37c000) + 708
    --- called from signal handler with signal 11 (SIGSEGV) ---
    fe16d550 __1cMURShiftINodeFValue6kMpnOPhaseTransform__pknEType__ (d84034, 78500d4c, 1, 0, 1f7240, 1175f38) + f8
    fe0d2180 __1cMPhaseIterGVNNtransform_old6MpnENode__2_ (78500d4c, e56318, 130, 78500e9c, 16, 1976b80) + 1d4
    fe19b1e8 __1cMPhaseIterGVNIoptimize6M_v_ (78500d4c, 0, fe5b89f8, 0, 0, 0) + a0
    fe202008 __1cHCompileIOptimize6M_v_ (78501298, fe5335c4, 785011ac, fe570000, 0, 0) + 168
    fe2008b4 __1cHCompile2t6MpnFciEnv_pnHciScope_pnIciMethod_iii_v_ (fe5333f9, 2f1dac, 49e8dc, 37ee54, ffffffff, 1) + bac
    fe1fd08c __1cKC2CompilerOcompile_method6MpnFciEnv_pnHciScope_pnIciMethod_ii_v_ (2bb30, 78501ab4, 0, ef1890, ffffffff, 0) + 64
    fe1fc850 __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_ (6ef, 0, ffffffff, fe5aee50, fe5bbbe4, fff68) + 61c
    fe2ac1f8 __1cNCompileBrokerUcompiler_thread_loop6F_v_ (fe533c01, fe5af218, fff68, 100518, 306d10, fe269254) + 428
    fe26927c __1cKJavaThreadDrun6M_v_ (fff68, c, 40, 0, b, ff37c000) + 284
    fe26575c _start   (fff68, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (fff68, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 13 / thread# 12 --------------------
    ff29d61c _poll    (0, 0, 0, f9181b40, ff2bf1bc, f9181b40) + 8
    ff36aa28 select (0, 32, 0, 0, 0, 0) + 34
    fe107a24 __1cCosFsleep6FpnGThread_xi_i_ (101750, 0, 32, 0, 1, f9181cad) + 214
    fe2c0ed4 __1cNWatcherThreadDrun6M_v_ (101750, d, 7f, 0, c, ff37c000) + 1e4
    fe26575c _start   (101750, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (101750, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 14 / thread# 13 --------------------
    ff29f444 ___lwp_cond_wait (1060610, 10605f8, bd4d90, c, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (bd4d90, 74a7feb0, 74a7ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (74a7ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (74a7ffd8, b8, 0, f94160d0, 8, 74a7fed8)
    f9405750 ???????? (74a80064, b7, 0, f9416250, 4, 74a7ff70)
    f9405804 ???????? (74a800f4, daf91f58, 0, f94160d0, 4, 74a80000)
    f9405a8c ???????? (74a8018c, b6, 0, f94163d0, 4, 74a80090)
    f9405804 ???????? (74a80208, d91598c8, dc30b534, f9415e98, 14, 74a80118)
    f9430b40 ???????? (9b584888, 9d856020, 7fc90288, d91680d8, c, 74a801c0)
    f9c8c110 ???????? (9b584888, 7fc90380, d91680d8, d90046e8, 8, 74a80220)
    f9c842c4 ???????? (bd4d90, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7fc90288, 9b5856a0, 9ca90890, dae577e0, bd4d90, 0)
    f9430d48 ???????? (7fc902b8, b7, 74a8046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (74a8048c, db1e5578, 0, f9416120, c, 74a80350)
    f94059d8 ???????? (74a8052c, b6, 0, f94163d0, 24, 74a80410)
    f9405750 ???????? (74a805cc, db608378, 0, f9415e50, 24, 74a804b0)
    f94059d8 ???????? (74a8068c, db133e10, 0, f94163d0, 24, 74a80550)
    f94059d8 ???????? (74a8074c, b6, 0, f94163d0, 24, 74a80610)
    f9405750 ???????? (74a808d4, dc208df0, 0, f9415e50, 24, 74a806c8)
    f94059d8 ???????? (74a8097c, dc208df0, 0, f94163d0, 4, 74a80868)
    f94059d8 ???????? (74a80a34, db334690, 0, f94163d0, 4, 74a80908)
    f94059d8 ???????? (74a80ae4, db1179b0, 0, f94163d0, 14, 74a809b8)
    f94059d8 ???????? (74a80b7c, b6, 0, f94163d0, 14, 74a80a78)
    f9405750 ???????? (74a80c0c, b6, 0, f9415e50, 14, 74a80b08)
    f9405804 ???????? (74a80c8c, b7, 0, f9415e50, 4, 74a80bb0)
    f9405750 ???????? (74a80d14, b6, 0, f94160d0, 4, 74a80c28)
    f9405750 ???????? (74a80db4, daf8eb48, 0, f9415e50, 10, 74a80ca8)
    f94059d8 ???????? (74a80e74, daf89ab0, 0, f94163d0, 10, 74a80d38)
    f94059d8 ???????? (74a80f3c, b8, 0, f94163d0, 10, 74a80df8)
    f9405750 ???????? (74a8103c, b6, 0, f9416250, 10, 74a80ec8)
    f9405804 ???????? (74a810cc, b6, 0, f9415e98, c, 74a80fd0)
    f9405804 ???????? (74a8116c, b6, 0, f9415e98, 8, 74a81060)
    f9405750 ???????? (74a8121c, db05d900, 0, f9415e50, 4, 74a81100)
    f94059d8 ???????? (74a812dc, dafac208, 0, f94163d0, 8, 74a811a0)
    f94059d8 ???????? (74a813f4, b6, 0, f94163d0, 8, 74a81260)
    f9405750 ???????? (74a81484, b7, 0, f9415e50, 14, 74a81388)
    f9405804 ???????? (74a81514, b6, 0, f94160d0, 10, 74a81418)
    f9405804 ???????? (74a81594, d90bdcf8, 0, f9415e50, 10, 74a814a8)
    f94059d8 ???????? (74a8162c, b6, 0, f94163d0, 4, 74a81530)
    f9405750 ???????? (74a816c4, b8, 0, f9415e50, c, 74a815c8)
    f9405750 ???????? (74a8178c, b6, 0, f94160d0, c, 74a81648)
    f9405804 ???????? (74a81814, d9811f18, 0, f9415e50, 8, 74a81728)
    f9405a8c ???????? (74a818a4, b6, 0, f94163d0, 8, 74a817b0)
    f9405804 ???????? (74a81934, 0, 0, f9415e50, 8, 74a81840)
    f940010c ???????? (74a819c0, 74a81c28, a, d981a9b0, 4, 74a818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74a81c20, 74a81a88, 74a81b40, bd4d90, bd4d90, 74a81a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 1f0bf8, 74a81b34, 74a81b30, 74a81b40, bd4d90) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74a81c20, 74a81c1c, 74a81c14, 74a81c0c, 74a81c04, bd4d90) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (bd4d90, bd4d90, 41abc0, 1f0bf8, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (bd4d90, e, 40, 0, d, ff37c000) + 284
    fe26575c _start   (bd4d90, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (bd4d90, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 15 / thread# 14 --------------------
    ff29f444 ___lwp_cond_wait (bd4f48, bd4f30, e9fd58, 5, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (e9fd58, 7497feb0, 7497ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7497ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7497ffd8, b8, 0, f94160d0, 8, 7497fed8)
    f9405750 ???????? (74980064, b7, 0, f9416250, 4, 7497ff70)
    f9405804 ???????? (749800f4, daf91f58, 0, f94160d0, 4, 74980000)
    f9405a8c ???????? (7498018c, b6, 0, f94163d0, 4, 74980090)
    f9405804 ???????? (74980208, d91598c8, dc30b534, f9415e98, 14, 74980118)
    f9430b40 ???????? (9b584888, 9d854178, 7f2cbb30, d91680d8, c, 749801c0)
    f9c8c110 ???????? (9b584888, 7f2cbc28, d91680d8, d90046e8, 8, 74980220)
    f9c842c4 ???????? (e9fd58, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7f2cbb30, 9b5856a0, 9ca90890, dae577e0, e9fd58, 0)
    f9430d48 ???????? (7f2cbb60, b7, 7498046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7498048c, db1e5578, 0, f9416120, c, 74980350)
    f94059d8 ???????? (7498052c, b6, 0, f94163d0, 24, 74980410)
    f9405750 ???????? (749805cc, db608378, 0, f9415e50, 24, 749804b0)
    f94059d8 ???????? (7498068c, db133e10, 0, f94163d0, 24, 74980550)
    f94059d8 ???????? (7498074c, b6, 0, f94163d0, 24, 74980610)
    f9405750 ???????? (749808d4, dc208df0, 0, f9415e50, 24, 749806c8)
    f94059d8 ???????? (7498097c, dc208df0, 0, f94163d0, 4, 74980868)
    f94059d8 ???????? (74980a34, db334690, 0, f94163d0, 4, 74980908)
    f94059d8 ???????? (74980ae4, db1179b0, 0, f94163d0, 14, 749809b8)
    f94059d8 ???????? (74980b7c, b6, 0, f94163d0, 14, 74980a78)
    f9405750 ???????? (74980c0c, b6, 0, f9415e50, 14, 74980b08)
    f9405804 ???????? (74980c8c, b7, 0, f9415e50, 4, 74980bb0)
    f9405750 ???????? (74980d14, b6, 0, f94160d0, 4, 74980c28)
    f9405750 ???????? (74980db4, daf8eb48, 0, f9415e50, 10, 74980ca8)
    f94059d8 ???????? (74980e74, daf89ab0, 0, f94163d0, 10, 74980d38)
    f94059d8 ???????? (74980f3c, b8, 0, f94163d0, 10, 74980df8)
    f9405750 ???????? (7498103c, b6, 0, f9416250, 10, 74980ec8)
    f9405804 ???????? (749810cc, b6, 0, f9415e98, c, 74980fd0)
    f9405804 ???????? (7498116c, b6, 0, f9415e98, 8, 74981060)
    f9405750 ???????? (7498121c, db05d900, 0, f9415e50, 4, 74981100)
    f94059d8 ???????? (749812dc, dafac208, 0, f94163d0, 8, 749811a0)
    f94059d8 ???????? (749813f4, b6, 0, f94163d0, 8, 74981260)
    f9405750 ???????? (74981484, b7, 0, f9415e50, 14, 74981388)
    f9405804 ???????? (74981514, b6, 0, f94160d0, 10, 74981418)
    f9405804 ???????? (74981594, d90bdcf8, 0, f9415e50, 10, 749814a8)
    f94059d8 ???????? (7498162c, b6, 0, f94163d0, 4, 74981530)
    f9405750 ???????? (749816c4, b8, 0, f9415e50, c, 749815c8)
    f9405750 ???????? (7498178c, b6, 0, f94160d0, c, 74981648)
    f9405804 ???????? (74981814, d9811f18, 0, f9415e50, 8, 74981728)
    f9405a8c ???????? (749818a4, b6, 0, f94163d0, 8, 749817b0)
    f9405804 ???????? (74981934, 0, 0, f9415e50, 8, 74981840)
    f940010c ???????? (749819c0, 74981c28, a, d981a9b0, 4, 749818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74981c20, 74981a88, 74981b40, e9fd58, e9fd58, 74981a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 1ce9f0, 74981b34, 74981b30, 74981b40, e9fd58) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74981c20, 74981c1c, 74981c14, 74981c0c, 74981c04, e9fd58) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (e9fd58, e9fd58, 41b060, 1ce9f0, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (e9fd58, f, 40, 0, e, ff37c000) + 284
    fe26575c _start   (e9fd58, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (e9fd58, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 16 / thread# 15 --------------------
    ff29f444 ___lwp_cond_wait (ea0120, ea0108, e9fef8, b, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (e9fef8, 7487feb0, 7487ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7487ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7487ffd8, b8, 0, f94160d0, 8, 7487fed8)
    f9405750 ???????? (74880064, b7, 0, f9416250, 4, 7487ff70)
    f9405804 ???????? (748800f4, daf91f58, 0, f94160d0, 4, 74880000)
    f9405a8c ???????? (7488018c, b6, 0, f94163d0, 4, 74880090)
    f9405804 ???????? (74880208, d91598c8, dc30b534, f9415e98, 14, 74880118)
    f9430b40 ???????? (9b584888, 9d855228, 7ec08520, d91680d8, c, 748801c0)
    f9c8c110 ???????? (9b584888, 7ec08618, d91680d8, d90046e8, 8, 74880220)
    f9c842c4 ???????? (e9fef8, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7ec08520, 9b5856a0, 9ca90890, dae577e0, e9fef8, 0)
    f9430d48 ???????? (7ec08550, b7, 7488046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7488048c, db1e5578, 0, f9416120, c, 74880350)
    f94059d8 ???????? (7488052c, b6, 0, f94163d0, 24, 74880410)
    f9405750 ???????? (748805cc, db608378, 0, f9415e50, 24, 748804b0)
    f94059d8 ???????? (7488068c, db133e10, 0, f94163d0, 24, 74880550)
    f94059d8 ???????? (7488074c, b6, 0, f94163d0, 24, 74880610)
    f9405750 ???????? (748808d4, dc208df0, 0, f9415e50, 24, 748806c8)
    f94059d8 ???????? (7488097c, dc208df0, 0, f94163d0, 4, 74880868)
    f94059d8 ???????? (74880a34, db334690, 0, f94163d0, 4, 74880908)
    f94059d8 ???????? (74880ae4, db1179b0, 0, f94163d0, 14, 748809b8)
    f94059d8 ???????? (74880b7c, b6, 0, f94163d0, 14, 74880a78)
    f9405750 ???????? (74880c0c, b6, 0, f9415e50, 14, 74880b08)
    f9405804 ???????? (74880c8c, b7, 0, f9415e50, 4, 74880bb0)
    f9405750 ???????? (74880d14, b6, 0, f94160d0, 4, 74880c28)
    f9405750 ???????? (74880db4, daf8eb48, 0, f9415e50, 10, 74880ca8)
    f94059d8 ???????? (74880e74, daf89ab0, 0, f94163d0, 10, 74880d38)
    f94059d8 ???????? (74880f3c, b8, 0, f94163d0, 10, 74880df8)
    f9405750 ???????? (7488103c, b6, 0, f9416250, 10, 74880ec8)
    f9405804 ???????? (748810cc, b6, 0, f9415e98, c, 74880fd0)
    f9405804 ???????? (7488116c, b6, 0, f9415e98, 8, 74881060)
    f9405750 ???????? (7488121c, db05d900, 0, f9415e50, 4, 74881100)
    f94059d8 ???????? (748812dc, dafac208, 0, f94163d0, 8, 748811a0)
    f94059d8 ???????? (748813f4, b6, 0, f94163d0, 8, 74881260)
    f9405750 ???????? (74881484, b7, 0, f9415e50, 14, 74881388)
    f9405804 ???????? (74881514, b6, 0, f94160d0, 10, 74881418)
    f9405804 ???????? (74881594, d90bdcf8, 0, f9415e50, 10, 748814a8)
    f94059d8 ???????? (7488162c, b6, 0, f94163d0, 4, 74881530)
    f9405750 ???????? (748816c4, b8, 0, f9415e50, c, 748815c8)
    f9405750 ???????? (7488178c, b6, 0, f94160d0, c, 74881648)
    f9405804 ???????? (74881814, d9811f18, 0, f9415e50, 8, 74881728)
    f9405a8c ???????? (748818a4, b6, 0, f94163d0, 8, 748817b0)
    f9405804 ???????? (74881934, 0, 0, f9415e50, 8, 74881840)
    f940010c ???????? (748819c0, 74881c28, a, d981a9b0, 4, 748818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74881c20, 74881a88, 74881b40, e9fef8, e9fef8, 74881a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 8f9840, 74881b34, 74881b30, 74881b40, e9fef8) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74881c20, 74881c1c, 74881c14, 74881c0c, 74881c04, e9fef8) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (e9fef8, e9fef8, a5ad70, 8f9840, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (e9fef8, 10, 40, 0, f, ff37c000) + 284
    fe26575c _start   (e9fef8, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (e9fef8, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 17 / thread# 16 --------------------
    ff29f444 ___lwp_cond_wait (5ba2c0, 5ba2a8, 10a5b20, 8, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (10a5b20, 7477feb0, 7477ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7477ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7477ffd8, b8, 0, f94160d0, 8, 7477fed8)
    f9405750 ???????? (74780064, b7, 0, f9416250, 4, 7477ff70)
    f9405804 ???????? (747800f4, daf91f58, 0, f94160d0, 4, 74780000)
    f9405a8c ???????? (7478018c, b6, 0, f94163d0, 4, 74780090)
    f9405804 ???????? (74780208, d91598c8, dc30b534, f9415e98, 14, 74780118)
    f9430b40 ???????? (9b584888, 9d856bf0, 7f873c38, d91680d8, c, 747801c0)
    f9c8c110 ???????? (9b584888, 7f873d30, d91680d8, d90046e8, 8, 74780220)
    f9c842c4 ???????? (10a5b20, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7f873c38, 9b5856a0, 9ca90890, dae577e0, 10a5b20, 0)
    f9430d48 ???????? (7f873c68, b7, 7478046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7478048c, db1e5578, 0, f9416120, c, 74780350)
    f94059d8 ???????? (7478052c, b6, 0, f94163d0, 24, 74780410)
    f9405750 ???????? (747805cc, db608378, 0, f9415e50, 24, 747804b0)
    f94059d8 ???????? (7478068c, db133e10, 0, f94163d0, 24, 74780550)
    f94059d8 ???????? (7478074c, b6, 0, f94163d0, 24, 74780610)
    f9405750 ???????? (747808d4, dc208df0, 0, f9415e50, 24, 747806c8)
    f94059d8 ???????? (7478097c, dc208df0, 0, f94163d0, 4, 74780868)
    f94059d8 ???????? (74780a34, db334690, 0, f94163d0, 4, 74780908)
    f94059d8 ???????? (74780ae4, db1179b0, 0, f94163d0, 14, 747809b8)
    f94059d8 ???????? (74780b7c, b6, 0, f94163d0, 14, 74780a78)
    f9405750 ???????? (74780c0c, b6, 0, f9415e50, 14, 74780b08)
    f9405804 ???????? (74780c8c, b7, 0, f9415e50, 4, 74780bb0)
    f9405750 ???????? (74780d14, b6, 0, f94160d0, 4, 74780c28)
    f9405750 ???????? (74780db4, daf8eb48, 0, f9415e50, 10, 74780ca8)
    f94059d8 ???????? (74780e74, daf89ab0, 0, f94163d0, 10, 74780d38)
    f94059d8 ???????? (74780f3c, b8, 0, f94163d0, 10, 74780df8)
    f9405750 ???????? (7478103c, b6, 0, f9416250, 10, 74780ec8)
    f9405804 ???????? (747810cc, b6, 0, f9415e98, c, 74780fd0)
    f9405804 ???????? (7478116c, b6, 0, f9415e98, 8, 74781060)
    f9405750 ???????? (7478121c, db05d900, 0, f9415e50, 4, 74781100)
    f94059d8 ???????? (747812dc, dafac208, 0, f94163d0, 8, 747811a0)
    f94059d8 ???????? (747813f4, b6, 0, f94163d0, 8, 74781260)
    f9405750 ???????? (74781484, b7, 0, f9415e50, 14, 74781388)
    f9405804 ???????? (74781514, b6, 0, f94160d0, 10, 74781418)
    f9405804 ???????? (74781594, d90bdcf8, 0, f9415e50, 10, 747814a8)
    f94059d8 ???????? (7478162c, b6, 0, f94163d0, 4, 74781530)
    f9405750 ???????? (747816c4, b8, 0, f9415e50, c, 747815c8)
    f9405750 ???????? (7478178c, b6, 0, f94160d0, c, 74781648)
    f9405804 ???????? (74781814, d9811f18, 0, f9415e50, 8, 74781728)
    f9405a8c ???????? (747818a4, b6, 0, f94163d0, 8, 747817b0)
    f9405804 ???????? (74781934, 0, 0, f9415e50, 8, 74781840)
    f940010c ???????? (747819c0, 74781c28, a, d981a9b0, 4, 747818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74781c20, 74781a88, 74781b40, 10a5b20, 10a5b20, 74781a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 1f07f8, 74781b34, 74781b30, 74781b40, 10a5b20) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74781c20, 74781c1c, 74781c14, 74781c0c, 74781c04, 10a5b20) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (10a5b20, 10a5b20, 41af20, 1f07f8, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (10a5b20, 11, 40, 0, 10, ff37c000) + 284
    fe26575c _start   (10a5b20, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (10a5b20, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 18 / thread# 17 --------------------
    ff29f444 ___lwp_cond_wait (f5d568, f5d550, 3f8268, a, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (3f8268, 7467feb0, 7467ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7467ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7467ffd8, b8, 0, f94160d0, 8, 7467fed8)
    f9405750 ???????? (74680064, b7, 0, f9416250, 4, 7467ff70)
    f9405804 ???????? (746800f4, daf91f58, 0, f94160d0, 4, 74680000)
    f9405a8c ???????? (7468018c, b6, 0, f94163d0, 4, 74680090)
    f9405804 ???????? (74680208, d91598c8, dc30b534, f9415e98, 14, 74680118)
    f9430b40 ???????? (9b584888, 9d857640, 7f4ba0d0, d91680d8, c, 746801c0)
    f9c8c110 ???????? (9b584888, 7f4ba1c8, d91680d8, d90046e8, 8, 74680220)
    f9c842c4 ???????? (3f8268, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7f4ba0d0, 9b5856a0, 9ca90890, dae577e0, 3f8268, 0)
    f9430d48 ???????? (7f4ba100, b7, 7468046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7468048c, db1e5578, 0, f9416120, c, 74680350)
    f94059d8 ???????? (7468052c, b6, 0, f94163d0, 24, 74680410)
    f9405750 ???????? (746805cc, db608378, 0, f9415e50, 24, 746804b0)
    f94059d8 ???????? (7468068c, db133e10, 0, f94163d0, 24, 74680550)
    f94059d8 ???????? (7468074c, b6, 0, f94163d0, 24, 74680610)
    f9405750 ???????? (746808d4, dc208df0, 0, f9415e50, 24, 746806c8)
    f94059d8 ???????? (7468097c, dc208df0, 0, f94163d0, 4, 74680868)
    f94059d8 ???????? (74680a34, db334690, 0, f94163d0, 4, 74680908)
    f94059d8 ???????? (74680ae4, db1179b0, 0, f94163d0, 14, 746809b8)
    f94059d8 ???????? (74680b7c, b6, 0, f94163d0, 14, 74680a78)
    f9405750 ???????? (74680c0c, b6, 0, f9415e50, 14, 74680b08)
    f9405804 ???????? (74680c8c, b7, 0, f9415e50, 4, 74680bb0)
    f9405750 ???????? (74680d14, b6, 0, f94160d0, 4, 74680c28)
    f9405750 ???????? (74680db4, daf8eb48, 0, f9415e50, 10, 74680ca8)
    f94059d8 ???????? (74680e74, daf89ab0, 0, f94163d0, 10, 74680d38)
    f94059d8 ???????? (74680f3c, b8, 0, f94163d0, 10, 74680df8)
    f9405750 ???????? (7468103c, b6, 0, f9416250, 10, 74680ec8)
    f9405804 ???????? (746810cc, b6, 0, f9415e98, c, 74680fd0)
    f9405804 ???????? (7468116c, b6, 0, f9415e98, 8, 74681060)
    f9405750 ???????? (7468121c, db05d900, 0, f9415e50, 4, 74681100)
    f94059d8 ???????? (746812dc, dafac208, 0, f94163d0, 8, 746811a0)
    f94059d8 ???????? (746813f4, b6, 0, f94163d0, 8, 74681260)
    f9405750 ???????? (74681484, b7, 0, f9415e50, 14, 74681388)
    f9405804 ???????? (74681514, b6, 0, f94160d0, 10, 74681418)
    f9405804 ???????? (74681594, d90bdcf8, 0, f9415e50, 10, 746814a8)
    f94059d8 ???????? (7468162c, b6, 0, f94163d0, 4, 74681530)
    f9405750 ???????? (746816c4, b8, 0, f9415e50, c, 746815c8)
    f9405750 ???????? (7468178c, b6, 0, f94160d0, c, 74681648)
    f9405804 ???????? (74681814, d9811f18, 0, f9415e50, 8, 74681728)
    f9405a8c ???????? (746818a4, b6, 0, f94163d0, 8, 746817b0)
    f9405804 ???????? (74681934, 0, 0, f9415e50, 8, 74681840)
    f940010c ???????? (746819c0, 74681c28, a, d981a9b0, 4, 746818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74681c20, 74681a88, 74681b40, 3f8268, 3f8268, 74681a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 449b48, 74681b34, 74681b30, 74681b40, 3f8268) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74681c20, 74681c1c, 74681c14, 74681c0c, 74681c04, 3f8268) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (3f8268, 3f8268, 41b000, 449b48, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (3f8268, 12, 40, 0, 11, ff37c000) + 284
    fe26575c _start   (3f8268, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (3f8268, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 19 / thread# 18 --------------------
    ff29f444 ___lwp_cond_wait (128b688, 128b670, 3f8408, 3, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (3f8408, 7457feb0, 7457ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7457ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7457ffd8, b8, 0, f94160d0, 8, 7457fed8)
    f9405750 ???????? (74580064, b7, 0, f9416250, 4, 7457ff70)
    f9405804 ???????? (745800f4, daf91f58, 0, f94160d0, 4, 74580000)
    f9405a8c ???????? (7458018c, b6, 0, f94163d0, 4, 74580090)
    f9405804 ???????? (74580208, d91598c8, dc30b534, f9415e98, 14, 74580118)
    f9430b40 ???????? (9b584888, 9d855648, 7f1e97d8, d91680d8, c, 745801c0)
    f9c8c110 ???????? (9b584888, 7f1e98d0, d91680d8, d90046e8, 8, 74580220)
    f9c842c4 ???????? (3f8408, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7f1e97d8, 9b5856a0, 9ca90890, dae577e0, 3f8408, 0)
    f9430d48 ???????? (7f1e9808, b7, 7458046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7458048c, db1e5578, 0, f9416120, c, 74580350)
    f94059d8 ???????? (7458052c, b6, 0, f94163d0, 24, 74580410)
    f9405750 ???????? (745805cc, db608378, 0, f9415e50, 24, 745804b0)
    f94059d8 ???????? (7458068c, db133e10, 0, f94163d0, 24, 74580550)
    f94059d8 ???????? (7458074c, b6, 0, f94163d0, 24, 74580610)
    f9405750 ???????? (745808d4, dc208df0, 0, f9415e50, 24, 745806c8)
    f94059d8 ???????? (7458097c, dc208df0, 0, f94163d0, 4, 74580868)
    f94059d8 ???????? (74580a34, db334690, 0, f94163d0, 4, 74580908)
    f94059d8 ???????? (74580ae4, db1179b0, 0, f94163d0, 14, 745809b8)
    f94059d8 ???????? (74580b7c, b6, 0, f94163d0, 14, 74580a78)
    f9405750 ???????? (74580c0c, b6, 0, f9415e50, 14, 74580b08)
    f9405804 ???????? (74580c8c, b7, 0, f9415e50, 4, 74580bb0)
    f9405750 ???????? (74580d14, b6, 0, f94160d0, 4, 74580c28)
    f9405750 ???????? (74580db4, daf8eb48, 0, f9415e50, 10, 74580ca8)
    f94059d8 ???????? (74580e74, daf89ab0, 0, f94163d0, 10, 74580d38)
    f94059d8 ???????? (74580f3c, b8, 0, f94163d0, 10, 74580df8)
    f9405750 ???????? (7458103c, b6, 0, f94162a0, 10, 74580ec8)
    f9405804 ???????? (745810cc, b6, 0, f9415e98, c, 74580fd0)
    f9405804 ???????? (7458116c, b6, 0, f9415e98, 8, 74581060)
    f9405750 ???????? (7458121c, db05d900, 0, f9415e50, 4, 74581100)
    f94059d8 ???????? (745812dc, dafac208, 0, f94163d0, 8, 745811a0)
    f94059d8 ???????? (745813f4, b6, 0, f94163d0, 8, 74581260)
    f9405750 ???????? (74581484, b7, 0, f9415e50, 14, 74581388)
    f9405804 ???????? (74581514, b6, 0, f94160d0, 10, 74581418)
    f9405804 ???????? (74581594, d90bdcf8, 0, f9415e50, 10, 745814a8)
    f94059d8 ???????? (7458162c, b6, 0, f94163d0, 4, 74581530)
    f9405750 ???????? (745816c4, b8, 0, f9415e50, c, 745815c8)
    f9405750 ???????? (7458178c, b6, 0, f94160d0, c, 74581648)
    f9405804 ???????? (74581814, d9811f18, 0, f9415e50, 8, 74581728)
    f9405a8c ???????? (745818a4, b6, 0, f94163d0, 8, 745817b0)
    f9405804 ???????? (74581934, 0, 0, f9415e50, 8, 74581840)
    f940010c ???????? (745819c0, 74581c28, a, d981a9b0, 4, 745818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74581c20, 74581a88, 74581b40, 3f8408, 3f8408, 74581a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 4005b0, 74581b34, 74581b30, 74581b40, 3f8408) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74581c20, 74581c1c, 74581c14, 74581c0c, 74581c04, 3f8408) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (3f8408, 3f8408, 41ae40, 4005b0, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (3f8408, 13, 40, 0, 12, ff37c000) + 284
    fe26575c _start   (3f8408, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (3f8408, 0, 0, 0, 0, 0) + 40
    ----------------- lwp# 20 / thread# 19 --------------------
    ff29f444 ___lwp_cond_wait (128b798, 128b780, 10a5cc0, 7, d9882398, 0) + 8
    fe2924a0 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 3f4
    fe18fa84 __1cSInterpreterRuntimeMmonitorenter6FpnKJavaThread_pnPBasicObjectLock__v_ (10a5cc0, 7447feb0, 7447ff40, f94163d0, 8, 0) + 88
    f940a608 ???????? (7447ff44, b7, 0, 2000, 0, 0)
    f9405804 ???????? (7447ffd8, b8, 0, f94160d0, 8, 7447fed8)
    f9405750 ???????? (74480064, b7, 0, f9416250, 4, 7447ff70)
    f9405804 ???????? (744800f4, daf91f58, 0, f94160d0, 4, 74480000)
    f9405a8c ???????? (7448018c, b6, 0, f94163d0, 4, 74480090)
    f9405804 ???????? (74480208, d91598c8, dc30b534, f9415e98, 14, 74480118)
    f9430b40 ???????? (9b584888, 9d856830, 7f591dc8, d91680d8, c, 744801c0)
    f9c8c110 ???????? (9b584888, 7f591ec0, d91680d8, d90046e8, 8, 74480220)
    f9c842c4 ???????? (10a5cc0, d9000398, 9b584888, 9b585010, 1, 0)
    f9c7ef44 ???????? (7f591dc8, 9b5856a0, 9ca90890, dae577e0, 10a5cc0, 0)
    f9430d48 ???????? (7f591df8, b7, 7448046c, f9415028, db337ab8, db337ab8)
    f9405750 ???????? (7448048c, db1e5578, 0, f9416120, c, 74480350)
    f94059d8 ???????? (7448052c, b6, 0, f94163d0, 24, 74480410)
    f9405750 ???????? (744805cc, db608378, 0, f9415e50, 24, 744804b0)
    f94059d8 ???????? (7448068c, db133e10, 0, f94163d0, 24, 74480550)
    f94059d8 ???????? (7448074c, b6, 0, f94163d0, 24, 74480610)
    f9405750 ???????? (744808d4, dc208df0, 0, f9415e50, 24, 744806c8)
    f94059d8 ???????? (7448097c, dc208df0, 0, f94163d0, 4, 74480868)
    f94059d8 ???????? (74480a34, db334690, 0, f94163d0, 4, 74480908)
    f94059d8 ???????? (74480ae4, db1179b0, 0, f94163d0, 14, 744809b8)
    f94059d8 ???????? (74480b7c, b6, 0, f94163d0, 14, 74480a78)
    f9405750 ???????? (74480c0c, b6, 0, f9415e50, 14, 74480b08)
    f9405804 ???????? (74480c8c, b7, 0, f9415e50, 4, 74480bb0)
    f9405750 ???????? (74480d14, b6, 0, f94160d0, 4, 74480c28)
    f9405750 ???????? (74480db4, daf8eb48, 0, f9415e50, 10, 74480ca8)
    f94059d8 ???????? (74480e74, daf89ab0, 0, f94163d0, 10, 74480d38)
    f94059d8 ???????? (74480f3c, b8, 0, f94163d0, 10, 74480df8)
    f9405750 ???????? (7448103c, b6, 0, f9416250, 10, 74480ec8)
    f9405804 ???????? (744810cc, b6, 0, f9415e98, c, 74480fd0)
    f9405804 ???????? (7448116c, b6, 0, f9415e98, 8, 74481060)
    f9405750 ???????? (7448121c, db05d900, 0, f9415e50, 4, 74481100)
    f94059d8 ???????? (744812dc, dafac208, 0, f94163d0, 8, 744811a0)
    f94059d8 ???????? (744813f4, b6, 0, f94163d0, 8, 74481260)
    f9405750 ???????? (74481484, b7, 0, f9415e50, 14, 74481388)
    f9405804 ???????? (74481514, b6, 0, f94160d0, 10, 74481418)
    f9405804 ???????? (74481594, d90bdcf8, 0, f9415e50, 10, 744814a8)
    f94059d8 ???????? (7448162c, b6, 0, f94163d0, 4, 74481530)
    f9405750 ???????? (744816c4, b8, 0, f9415e50, c, 744815c8)
    f9405750 ???????? (7448178c, b6, 0, f94160d0, c, 74481648)
    f9405804 ???????? (74481814, d9811f18, 0, f9415e50, 8, 74481728)
    f9405a8c ???????? (744818a4, b6, 0, f94163d0, 8, 744817b0)
    f9405804 ???????? (74481934, 0, 0, f9415e50, 8, 74481840)
    f940010c ???????? (744819c0, 74481c28, a, d981a9b0, 4, 744818d8)
    fe15d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (74481c20, 74481a88, 74481b40, 10a5cc0, 10a5cc0, 74481a98) + 27c
    fe24b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (fe570000, 2278a8, 74481b34, 74481b30, 74481b40, 10a5cc0) + 164
    fe25e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (74481c20, 74481c1c, 74481c14, 74481c0c, 74481c04, 10a5cc0) + 6c
    fe26fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (10a5cc0, 10a5cc0, 41af80, 2278a8, 306d10, fe269254) + 128
    fe26927c __1cKJavaThreadDrun6M_v_ (10a5cc0, 14, 40, 0, 13, ff37c000) + 284
    fe26575c _start   (10a5cc0, ff37d658, 1, 1, ff37c000, 0) + 134
    ff36b01c threadstart (10a5cc0, 0, 0,

  • Analyzing core dumps generated by JVM

    I have an application written in Java that is crashing with JVM core dumps. All debug symbols have been installed but since the default build of JDK doesn't have Java binary with debug information, it is difficult to nail down the problem. gdb shows ?? for method calls. Are there any debug builds available for JDK 6u33 on Linux? From what I understand, the code base for OpenJDK 6 is different from Oracle's JDK releases so the chances of openjdk debug build having same symbol information are fairly low. Any help or direction is greatly appreciated.

    VisualVM allows you to compare two memory snapshots obtained from VisualVM's lightweight memory profiler.
    Have a look at the VisualVM user's guide on visualvm.dev.java.net for more detailed info.
    Regards,
    Luis-Miguel Alventosa - VisualVM dev team - http://blogs.sun.com/lmalventosa

  • Core dump with stlport4 and string pointers

    Hello,
    I am porting from SGI Irix to Sun Solaris, using OS 8 and Sun Studio 8. The program we are porting is very very large. We've compiled all code, but now are getting core dumps on several of the executables. We have traced one of the core dumps to a function that deals with string manipulation/string pointers. We wrote a very simple test program that re-produces the problem.
    #include <string>
    #include <iostream>
    void test(char* m)
    std::cout << m << " in test before";
    m[0] = 'z';
    std::cout << m << " in test after";
    void main(void)
    char* temp = new char[10];
    temp = "abcd";
    std::cout << temp << " before test";
    test(temp);
    std::cout << temp << " after test";
    We get the following output:
    abcd before test
    abcd in test before
    Segmentation fault (core dumped)
    The code compiles and runs fine on the SGI Irix system. What am I doing wrong?
    Thanks,
    Bob

    1) The signature of "main" is wrong. It must be 'int
    main(int, char **)'Not quite. The signatures
    int main()
    int main(void)
    are also allowed. (C++ standard, section 3.6.1 Main function)
    A "void" return type on main is not standard, but Sun C++ allows it with a warning. Such a version of main does not return a predictable value to the program that invoked it (usually the shell).
    It seems as if the intent of the program is to
    allocate a new string with the contents "abcd".
    Instead, you allocate a buffer, and then overwrite the
    pointer to that buffer with a pointer to a string
    constant, to which you then attempt to write.Right. By default, the C++ compiler allocates string literals to read-only memory, to catch mistakes like this. The compiler has an option to store literal strings in read-write memory, but we recommend against using the option, since you should not ever want to modify a literal string.
    I am curious why the compiler doesn't complain about
    the assignment in main - to my eyes it looks like it
    should be complaining that you are assigning a const
    char * to a char *The compiler emits a warning about the assignment.
    Such code is allowed but deprecated in the C++ standard, because of the deprecated conversion of "array of const char" to char* (section 4.2 Array-to-pointer conversion).

  • CC: Fatal error in iropt: Bus Error (core dumped)

    Hi,
    I am now using the following version of CC
    CC: Sun C++ 5.7 Patch 117830-07 2006/03/15
    however, sometimes(esp when I have another background process running), when I try to compile, I get the Error:
    CC: Fatal error in iropt: Bus Error (core dumped)
    Can anyone tell me the possible cause? Thank you very much.
    Current directory is /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    The following is the cmd I use to compile:
    make -e release
    CC -O -mt -D_RWSTD_NO_TEST_AND_SET -D_RWSTD_SOLARIS_THREAD -DSYSTEM_NAME="\"Composer System\"" -DSYSTEM_COPYRIGHT="\"Cicada Corporation\"" -DSYSTEM_BUILD="\"103\"" -D__NUMBER_FIELD_ID__ -DNDEBUG -DDEBUG_TRACE -DDEBUG_LEVEL_FATAL -I/inc -DGEN_VAP_TIMESTAMP -I/cchk030/home/cefbuild/EMDS/liffeapi-9_0_4/include -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/cmpris -DLIFFE_API_9 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc/dbapiv3 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/ipcs/inc -c CISVapSetConnect.cpp -o CISVapSetConnect.o -KPIC
    CC: Fatal error in iropt: Bus Error (core dumped)
    *** Error code 1
    make: Fatal error: Command failed for target `CISVapSetConnect.o'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `buildrelease'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `build'
    *** Fail 'make -e build' for library 'isvapconnect9' at Tue May 9 10:10:09 2006

    "iropt" is a component of the compiler that optimizes code. A compiler crash is always a compiler bug. You have the current C++ front-end patch, but you should verify that you have the current back-end (common compiler) patch as well.
    If getting the current patches doesn't solve the problem, we would need a compileable test case that demonstrates the problem. If you have a service contract with Sun, you should submit a bug report via that channel.
    A possible workaround is to compile this module without optimization (remove the -O option).
    Side note: I see you are setting private macros associated with libCstd. We do not support modifying any macros starting with _RW. Those macros affect how the runtime library was built, and if you modify the macro settings, your code will not match the library. Possible results include failure to compile, failure to link, or unpredictable program behavior if the program does link.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Core dump on solaris 8/7 making JNI call.

    Hi,
    I am running solaris 8 and solaris 7 with Java 1.3.1. I have required solaris patches installed on the machine for java 1.3.1.
    From a C program I am making some JNI calls and when I run the program it core dumps at the very first JNI call. C program that make JNI calls are in a .so file.
    Same C code with Java 1.3.1 is running fine on window 2000, AIX 5.1, RedHat Advanced Server 2.1 and SuSE Enterprise Linux 7.
    Any help will be greatly appriciated.
    Thanks

    Hiya,
    Any resolution to this post , we have a native JNI call on a Websphere server running on Solaris 8 .. and same thing happening .. random core dump on the box ..
    No warning , no explanation
    Thanks so much for your help
    (btw . running Sun jvm 1.4.2_13)

  • Hotspot core dumping during JVM garbage collection ?

    We have an application which calls a 3rd party supplied server API which has recently been upgraded to use Java 1.5
    We are getting the following error reported by our client application. The application is also now running Java 1.5 but references many classes in jar files which would have quite old code in.
    The supplier of the API has stated that the problem requires us to recompile all our jar files using v 1.5 ( including things like jconnect and jms ?!?!? ). This sounds like a bit of a cop-out to me, not to mention being impossible since we don't have the source for things like jconnect.
    I suspect that there is a garbage collection problem at the bottom of all this, but I'm not sure how I can "prove" this, nor do I currently have any real clue as to how to fix any GC problem that may exist.
    The application is supposed to wait for a message on a MQSeries queue and then transforms it via Xalan XSLT and sends it to a Server application. I've tried playing around with heap sizes etc but that just seems to make it worse. If I leave it at the settings that the previous version used then the client at least manages to process a couple of messages before core dumping. There doesn't seem to be a consistent trigger event to cause the core dump ( it's not a message arriving on a queue for example ) but it does seem to be fairly consistent timewise, i.e. after
    Any ideas gratefully accepted.
    Here's a logfile excerpt from my applications showing the Hotspot error message :
    =====================================================================================
    08-Jul-2008 10:01:05 Waiting for messages from COLT.BBFS
    08-Jul-2008 10:02:05 Waiting for messages from COLT.BBFS
    08-Jul-2008 10:03:05 Waiting for messages from COLT.BBFS
    405.815: [GC [PSYoungGen: 17331K->9244K(37632K)] 111702K->103615K(192128K), 0.1615910 secs]
    405.977: [Full GC#
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGBUS (0xa) at pc=0xfe141348, pid=2600, tid=8
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_03-b07 mixed mode)
    # Problematic frame:
    # V  [libjvm.so+0x141348]
    # An error report file with more information is saved as hs_err_pid2600.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    =====================================================================================
    The logfile referred to in the error message contains the following.
    =====================================================================================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xfe141348, pid=2600, tid=8
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_03-b07 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x141348]
    --------------- T H R E A D ---------------
    Current thread (0x001484d8): VMThread [id=8]
    siginfo:si_signo=10, si_errno=0, si_code=1, si_addr=0x0000080f
    Registers:
    O0=0x00487588 O1=0xfe7d6454 O2=0x000079b0 O3=0x00007800
    O4=0x00008868 O5=0x00147d48 O6=0xf8781460 O7=0xfe0f7938
    G1=0xe52aaae8 G2=0x00000003 G3=0x00000003 G4=0x001484d8
    G5=0xf8781d98 G6=0x00000002 G7=0xf8781d98 Y=0x805683e2
    PC=0xfe141348 nPC=0xfe14134c
    Top of Stack: (sp=0xf8781460)
    0xf8781460: fe786000 00c6ba20 fe10013c e54bab68
    0xf8781470: 0000080f e54bab6c 0000080f 00000004
    0xf8781480: 00487588 00000134 e54bab6c 00000004
    0xf8781490: 00000001 00000000 f87814c0 fe17aef4
    0xf87814a0: fe6485b4 fe7d899c 001484d8 0011da40
    0xf87814b0: 00148988 00148c10 00148d7c f8781880
    0xf87814c0: 007c3389 007c3c0e 00000f87 00008868
    0xf87814d0: 00008800 00487588 fe141310 fe7d6454
    Instructions: (pc=0xfe141348)
    0xfe141338: ec 06 c0 1a 80 a5 a0 00 22 40 00 0a ba 07 60 01
    0xfe141348: f2 05 a0 00 ae 0e 60 03 80 a5 e0 03 22 40 00 05
    Stack: [0xf8702000,0xf8781d98), sp=0xf8781460, free space=509k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x141348]
    V [libjvm.so+0x17aefc]
    V [libjvm.so+0x2d557c]
    V [libjvm.so+0x300ef8]
    V [libjvm.so+0x301e84]
    V [libjvm.so+0x2ff950]
    V [libjvm.so+0x29df30]
    V [libjvm.so+0x362b44]
    V [libjvm.so+0x6436f0]
    VM_Operation (0xe03012b0): parallel gc system gc, mode: safepoint, requested by thread 0x0031bca0
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00b2c028 JavaThread "Thread-4" [_thread_in_native, id=85]
    0x007f5048 JavaThread "Thread-0" [_thread_blocked, id=84]
    0x00c27cf0 JavaThread "Notification Delivery" [_thread_blocked, id=81]
    0x0026fa08 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=73]
    0x00821048 JavaThread "RMI RenewClean-[162.11.2.32:44425]" daemon [_thread_blocked, id=70]
    0x0031bca0 JavaThread "GC Daemon" daemon [_thread_blocked, id=67]
    0x00cd5d28 JavaThread "RMI Reaper" [_thread_blocked, id=66]
    0x003c9300 JavaThread "Timer-0" daemon [_thread_blocked, id=65]
    0x00929fe0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=64]
    0x0089bf18 JavaThread "SeedGenerator Thread" daemon [_thread_blocked, id=42]
    0x00c47248 JavaThread "Pool thread #7" daemon [_thread_blocked, id=38]
    0x00c466a0 JavaThread "Pool thread #6" daemon [_thread_blocked, id=37]
    0x00311850 JavaThread "Pool thread #5" daemon [_thread_blocked, id=36]
    0x00287a40 JavaThread "Pool thread #4" daemon [_thread_blocked, id=35]
    0x00286e98 JavaThread "Pool thread #3" daemon [_thread_blocked, id=34]
    0x00c134b0 JavaThread "Pool thread #2" daemon [_thread_blocked, id=33]
    0x00ad09e0 JavaThread "Pool thread #1" daemon [_thread_blocked, id=32]
    0x00286cd8 JavaThread "PoolThreadManager" daemon [_thread_blocked, id=31]
    0x00c129e0 JavaThread "Channel Reaper" daemon [_thread_blocked, id=30]
    0x00c669e8 JavaThread "ORB Daemon Thread" daemon [_thread_blocked, id=29]
    0x00b10170 JavaThread "Worker for ServerProtocol: (iiop) /0.0.0.0:20168" daemon [_thread_blocked, id=22]
    0x008a17e0 JavaThread "Syn~ Client" daemon [_thread_blocked, id=21]
    0x003dc378 JavaThread "PoolScavenger0" daemon [_thread_blocked, id=20]
    0x0015a928 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
    0x00159880 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
    0x00158a18 JavaThread "CompilerThread0" daemon [_thread_blocked, id=13]
    0x00157b98 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
    0x00156dc8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]
    0x0014ccd8 JavaThread "Finalizer" daemon [_thread_blocked, id=10]
    0x0014ad90 JavaThread "Reference Handler" daemon [_thread_blocked, id=9]
    0x00038238 JavaThread "main" [_thread_in_native, id=1]
    Other Threads:
    =>0x001484d8 VMThread [id=8]
    0x0015c3b0 WatcherThread [id=16]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00037728/0x00037758] Threads_lock - owner thread: 0x001484d8
    [0x00033650/0x00037ba8] Heap_lock - owner thread: 0x0031bca0
    Heap
    PSYoungGen total 37632K, used 9244K [0xf2eb0000, 0xf7ba0000, 0xf8400000)
    eden space 28352K, 0% used [0xf2eb0000,0xf2eb0000,0xf4a60000)
    from space 9280K, 99% used [0xf4a60000,0xf5367080,0xf5370000)
    to space 25216K, 0% used [0xf6300000,0xf6300000,0xf7ba0000)
    PSOldGen total 154496K, used 94371K [0xe8400000, 0xf1ae0000, 0xf2eb0000)
    object space 154496K, 61% used [0xe8400000,0xee028e78,0xf1ae0000)
    PSPermGen total 35584K, used 18260K [0xe4400000, 0xe66c0000, 0xe8400000)
    object space 35584K, 51% used [0xe4400000,0xe55d5158,0xe66c0000)
    Dynamic libraries:
    0x00010000      /dsdvlp/java/jvm/jdk1.5.0_03/bin/java
    0xff350000      /usr/lib/libthread.so.1
    0xff340000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff390000      /usr/platform/SUNW,Sun-Fire-880/lib/libc_psr.so.1
    0xfe000000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/server/libjvm.so
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff2d0000      /usr/lib/libsched.so.1
    0xff1b0000      /usr/lib/libCrun.so.1
    0xff160000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff060000      /usr/lib/libmp.so.2
    0xff030000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/native_threads/libhpi.so
    0xfdfc0000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/libverify.so
    0xfdf80000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/libjava.so
    0xfdf50000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/libzip.so
    0xfb7e0000      /usr/lib/locale/en_GB.ISO8859-1/en_GB.ISO8859-1.so.2
    0xe4190000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/libnet.so
    0xe3bd0000      /dsdvlp/lib/5/libSolarisNatives.so
    0xe3e90000      /dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/librmi.so
    VM Arguments:
    jvm_args: -Djava.ext.dirs=/dsdvlp/java/tmijar/firs7/lib/cli:/dsdvlp/java/tmijar/firs7/lib/cli/ext:/dsdvlp/java/tmijar/firs7/lib/cmn/OpenORB:/dsdvlp/java/tmijar/firs7/lib/cmn/OpenORB/ext:/dsdvlp/java/tmijar/firs7/lib/cmn:/dsdvlp/java/tmijar/firs7/lib/cmn/ext:/dsdvlp/java/tmijar/firs7/daemonlib -Duser.dir=/dsdvlp/java/tmijar/firs7 -Dopenorb.config=file:/dsdvlp/java/tmijar/firs7/configs/OpenORB/config/SynOpenORB.xml -Dopenorb.home=file:/dsdvlp/java/tmijar/firs7/configs/OpenORB -Dcom.coexis.syn.general.orbbinding=com.coexis.syn.general.orbbinding.openorb.OpenORBBinding_1_4 -Dsun.rmi.dgc.client.gcInterval=360000 -Dsun.rmi.dgc.server.gcInterval=360000000 -Xms32m -Xmx256m -Dcom.coexis.syn.clientcommandsconfiglocation=file://localhost//dsdvlp/java/tmijar/firs7/configs/clientcommands.xml -Dcom.coexis.syn.clientconfiglocation=file://localhost//dsdvlp/java/tmijar/firs7/configs/fsbbtd_client.xml -XX:+PrintGCTimeStamps -XX:+PrintGCDetails
    java_command: com.coexis.syn.mqmessaging.daemon.RunDaemon -p /dsdvlp/bin/5/lndsfsd_fsbbtd.properties start
    Environment Variables:
    JAVA_HOME=/dsdvlp/java/jvm/jdk150
    CLASSPATH=.:/dsdvlp/java/jar/jconnect520.jar:/dsdvlp/java/jar/vbjapp340.jar:/dsdvlp/java/jar/vbjorb340.jar:/dsdvlp/java/jar/javax_jndi120.jar
    PATH=/usr/local/etc:/usr/lang:/usr/openwin/bin:/usr/ucb:/bin:/usr/etc:/usr/local/5/bin:/dsdvlp/bin/5:/dsdvlp/bin/4:/home/app/sybase/5/bin:/home/app/sybase/5/localscripts:/home/app/sybase/5/sqr:/home/app/lang:/home/app/lang/SC2.0.1:/usr/ccs/bin:/usr/local/opt/Acrobat3/bin:/dsdvlp/bin:.
    LD_LIBRARY_PATH=/dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc/server:/dsdvlp/java/jvm/jdk1.5.0_03/jre/lib/sparc:/dsdvlp/java/jvm/jdk1.5.0_03/jre/../lib/sparc:/usr/lib:/usr/openwin/lib:/usr/local/5/lib:/dsdvlp/lib/5:/dstest/lib/5:/home/app/sybase/5/lib:/dstest/cats/sun4/lib:/tmitest/Opus/opus/lib
    SHELL=/bin/csh
    DISPLAY=CLI00184.mfil.local:1.0
    OS=5
    --------------- S Y S T E M ---------------
    OS: Solaris 8 2/02 s28s_u7wos_08a SPARC
    Copyright 2002 Sun Microsystems, Inc. All Rights Reserved.
    Assembled 18 December 2001
    uname:SunOS 5.8 Generic_117350-20 sun4u (T1 libthread)
    rlimit: STACK 8192k, CORE 9216k, NOFILE 4096, AS infinity
    load average:2.24 2.67 2.68
    CPU:total 4 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 8388608k(166384k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_03-b07) for solaris-sparc, built on Apr 13 2005 03:31:26 by unknown with unknown Workshop:0x550

    The very first suggestion I have is to move your VM to a more recent update of 1.5.0.
    It looks like you are crashing with 5.0u3, and I'm pretty sure 5.0u16 is available. You
    don't want to waste your time chasing a bug that's already been fixed.

  • Investigation on JVM crash without core dump (by JIT compiler)

    Hi, All
    I posted "JVM crash without core dump due to CompilerThread1" couple months ago.
    http://forum.java.sun.com/thread.jspa?threadID=5253434
    I would like show what we found, and ask couple questions
    1) The reason of JVM crash is "CompilerThread0/1 wanted to allocate more native memory and eventually exceeded the limit of 32-bit Linux (on Redhat, the limit of VIRT is 3G)
    2) After we lower the heap size (to reduce process size) and added process size monitor (track process size every minute) and JIT compilation log (-XX:+PrintCompilation),
    We found sometimes JVM process jumped more than 800M when compiling one method. with the following log
    Total time for which application threads were stopped: 0.1997400 seconds
    5828 xxx.xxx.SomeClass::someMethod (1507 bytes)
    5828 COMPILE SKIPPED: out of nodes during split (not retryable)
    549002.449: [GC [PSYoungGen: 517897K->28390K(551296K)] 942855K->453348K(1229952K), 0.0726350 secs]
    if we saw "COMPILE SKIPPED: out of nodes during split (not retryable)", the process size of JVM (VIRT/RES) always jumped 800M~1000M, and sometimes the memory get reverted in 30mins to couple hours, and sometimes it lasted forever. (so before we have larger footprint, this jump will kill JVM, right now, if the jump lasts forever, any more allocation on top of it also can kill jvm (much rare))
    3) This is definitely a bug of JVM, because
    it only happened on server mode, not client mode
    it is random, that method can be compiled success on other JVM or next restart (we have 20 JVMs)
    the method is not that complicate, like 100 lines, (bigger method gets compiled success)
    this only happen on PROD environment, we can't reproduce it locally or QA (the method is always compiled success)
    It mostly like under some condition (maybe node space is not enough), to compile that method will trigger JVM trying to allocate much more native memory.
    4) We are going to disable this method by ".hotspot_compiler" to fix it, right now we are using lower footprint, JVM dies rarely.
    +To understand more about this, I have some questions about JIT compiling+
    I saw same method are compiled more than once from JIT log, like the method caused our problem, it only happens on 2nd time compilation.
    Is it that JIT compiler will recompile the method with deeper optimization level some time, and more optimization it uses, the more memory it requires?
    (like gcc has -O2 -O3)
    Thanks!
    Neo

    Today, one JVM crashed again, with
    {Heap before gc invocations=4188:
    PSYoungGen      total 540864K, used 487958K [0x8ba50000, 0xb1250000, 0xb1250000)
      eden space 467328K, 100% used [0x8ba50000,0xa82b0000,0xa82b0000)
      from space 73536K, 28% used [0xa82b0000,0xa96d5850,0xaca80000)
      to   space 71680K, 0% used [0xacc50000,0xacc50000,0xb1250000)
    ParOldGen       total 1024000K, used 493477K [0x4d250000, 0x8ba50000, 0x8ba50000)
      object space 1024000K, 48% used [0x4d250000,0x6b439610,0x8ba50000)
    PSPermGen       total 101760K, used 101240K [0x2d250000, 0x335b0000, 0x4d250000)
      object space 101760K, 99% used [0x2d250000,0x3352e1f8,0x335b0000)
    405290.711: [GC [PSYoungGen: 487958K->17397K(544192K)] 981435K->518248K(1568192K), 0.0769350 secs]
    Heap after gc invocations=4188:
    PSYoungGen total 544192K, used 17397K [0x8ba50000, 0xb1250000, 0xb1250000)
    eden space 472512K, 0% used [0x8ba50000,0x8ba50000,0xa87c0000)
    from space 71680K, 24% used [0xacc50000,0xadd4d480,0xb1250000)
    to space 70208K, 0% used [0xa87c0000,0xa87c0000,0xacc50000)
    ParOldGen total 1024000K, used 500851K [0x4d250000, 0x8ba50000, 0x8ba50000)
    object space 1024000K, 48% used [0x4d250000,0x6bb6cf70,0x8ba50000)
    PSPermGen total 101760K, used 101240K [0x2d250000, 0x335b0000, 0x4d250000)
    object space 101760K, 99% used [0x2d250000,0x3352e1f8,0x335b0000)
    Total time for which application threads were stopped: 0.0779620 seconds
    Exception in thread "CompilerThread1" java.lang.OutOfMemoryError: requested 4522768 bytes for Chunk::new. Out of swap space?

  • JNI - core dump - internal error on linux after calling Java method

    I'm getting a core dump after calling athe main statric method using JNNI.
    On linux.
    I can get the class id correcttly but when I attempt to call the method it craches with an internal error , anyone know why it would crash instead of just not work.
    if(cls)
        main_methodID = env->GetStaticMethodID(cls, "main", "([Ljava/lang/String;)V");
           printf("Class Found Successfully\n");
      else
        printf ( "cls not found\n");
        return 0;
      if(main_methodID)
              jstring first_str = env->NewStringUTF("The First String");//create string
              jobjectArray args = (jobjectArray)env->NewObjectArray(1,env->FindClass("java/lang/String"), first_str);//new array with 2 elements
                   env->SetObjectArrayElement(args, 2, first_str);//insert the second string into index 1 of the array
              jstring second_str = env->NewStringUTF("The Second String");//create string
              env->SetObjectArrayElement(args, 1, second_str);//insert the second string into index 1 of the array
         env->CallStaticVoidMethod(cls, main_methodID, args);//pass the array to the Java main method
                                  The JAVA method is
      public static void main(String[] args) {
        System.out.println("Main method in Framework");
            Framework framework = new Framework();
                                 

    I see yere points but what I see on linux is it makes it to the constructor of the Java object and somewhere afterwards it bails out, the Java app does work alone. It appears to have problems initializing the JFrame, could there be a problem with the Java inheritance when a JVM is invoked throurgh native invocation??
    Here's some of the Java stuff
    public class Framework extends WindowAdapter {
        public int numWindows = 0;
        private Point lastLocation = null;
        private int maxX = 500;
        private int maxY = 500;
        public Framework() {
            System.out.println("JAVA Framework cnst");//GETTING HERE
            makeNewWindow();
        public void makeNewWindow() {
            System.out.println("JAVA makeWindow"); //GETTING HERE
            JFrame frame = new MyFrame(this); //NOT GETTING HERE!!!!!!!!!
            numWindows++;
            System.out.println("Number of windows: " + numWindows);
            System.out.println("Frame location: " + lastLocation);
            frame.setVisible(true);
            System.out.println("Post Java set frame visible");
        public static void main(String[] args) {
        System.out.println("Main method in Framework");
            Framework framework = new Framework();//GETTING HERE
    class MyFrame extends JFrame {
        protected Dimension defaultSize = new Dimension(200, 200);
        protected Framework framework = null;
        public MyFrame(Framework controller) {
            super("New Frame");
            System.out.println("MyFrame cnst ");//NOT GETTING HERE!!!!!!
            framework = controller;
            setDefaultCloseOperation(DISPOSE_ON_CLOSE);
            addWindowListener(framework);
            JMenu menu = new JMenu("Window");
            menu.setMnemonic(KeyEvent.VK_W);
           setSize(defaultSize);
    }

  • Core Dump - Code built on 2.6 and run on 2.8

    Here is a few lines of my core dump:
    [1] realfree(0x4f74bd20, 0xfe8c2850, 0xfe8bc004, 0x5, 0x4f000003, 0x74bd28), at 0xfe84235c
    [2] freeunlocked(0xfe8c27c4, 0xfe8bc004, 0x751b70, 0xfe8bc004, 0x7253e8, 0x0), at 0xfe842bcc
    [3] free(0x751b70, 0xf0024, 0x1, 0xfedfb2c4, 0x40800, 0x0), at 0xfe842b1c
    [4] CORBA::String_mgr::~String_mgr(0x728fc4, 0x2, 0xfeeeb2ac, 0xfe8bc004, 0x1, 0x4d58), at 0xfedfb2c4
    We have C++ code that is built on a Solaris 2.6 platform but is being run on a Solairs 2.8 platform. The core dump occurs infrequently.
    I have not printed lines below line [4] but the structure below that line looks sane. How do I go about figuring out which "string"-free is causing the crash.
    Can anyone help me with sorting out the arguments on "realfree"?
    Thanks.
    Atul

    have you tried using gdb?
    gdb will let you load up the core file and bring you to the point of the crash, and then let you view the random variables and pointers' actual values...
    cuz this output don't say much more than... realfree takes 6 arguments, 5 of which look to be pointers, and the 4th value i'm fairly certain is the number "5"...
    with gdb you could take those 5 pointers and look in them...

  • Help on JVM Crash with core dump on solaris - 1.5_17

    Some times in my load test scenarios on sun os boxes JVM crashing with core dump. Here is some dump from the file
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xfea07f40, pid=1564, tid=10
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_17-b04 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x207f40]
    --------------- T H R E A D ---------------
    Current thread (0x0014e220): JavaThread "CompilerThread1" daemon [_thread_in_native, id=10]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00000010 O1=0x019c1960 O2=0x01e00ec0 O3=0x002bdc48
    O4=0x01042c68 O5=0xc467eb4c O6=0xc467e330 O7=0x01042c68
    G1=0x01e00ea0 G2=0xff014c94 G3=0x000000e6 G4=0x01c5a4e4
    G5=0x01736e20 G6=0x00000000 G7=0xfb9e4200 Y=0x00000000
    PC=0xfea07f40 nPC=0xfea07f44
    --------------- S Y S T E M ---------------
    OS: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    uname:SunOS 5.10 Generic_127127-11 sun4v (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:2.73 2.67 2.21
    CPU:total 32 has_v8, has_v9, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1
    Memory: 8k page, physical 8257536k(366576k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_17-b04) for solaris-sparc, built on Nov 10 2008 01:58:40 by unknown with unknown Workshop:0x550
    Here is the stack dump of the kill quit thread
    ----------------- lwp# 10 / thread# 10 --------------------
    ff2c5bf0 lwpkill (6, 0, ff2f2e10, ff2a8bd0, ffffffff, 6) + 8
    ff2410f8 abort (7400, 1, 7c00, ad314, ff2f12d8, 0) + 110
    fee7e58c __1cCosFabort6Fi_v_ (1, 0, ff013084, fefde000, 7d94, 7c00) + 58
    fef0de48 __1cHVMErrorOreport_and_die6M_v_ (0, ff03a640, ff033ff4, 1, fee82c88, ff033ff4) + c84
    fea74138 JVM_handle_solaris_signal (b, c467e2b0, c467dff8, 8000, ff032fa0, 14e220) + ab4
    ff2c4b28 __sighndlr (b, c467e2b0, c467dff8, fea7364c, 0, 1) + c
    ff2b9b00 call_user_handler (b, ffbffeff, c, 0, fb9e4200, c467dff8) + 3b8
    fea07f40 __1cMPhaseChaitinFSplit6MI_I_ (c467ec2c, 0, 0, 3677ac, 398, c) + 3410
    fea13c68 __1cMPhaseChaitinRRegister_Allocate6M_v_ (c467eb4c, e88, dc0, ff0137d8, c467fb14, 48d) + 720
    fea17c64 __1cHCompileICode_Gen6M_v_ (c467f218, 9e0c, 9c00, fef56b15, 0, c467ec2c) + 2b0
    fea7ff14 __1cHCompile2t5B6MpnFciEnv_pnKC2Compiler_pnIciMethod_ii_v_ (c467f218, 0, 346c8, 0, fef569b8, 0) + c08
    fea75fb8 __1cKC2CompilerOcompile_method6MpnFciEnv_pnIciMethod_i_v_ (c467fb14, fef42a90, 1e40f58, 244, 346c8, d1800000) + b0
    fea76b68 __1cNCompileBrokerZinvoke_compiler_on_method6FpnLCompileTask__v_ (908928, 14e7fc, 13c900, 14e220, fef57367, c467fb14) + 4cc
    feb3357c __1cNCompileBrokerUcompiler_thread_loop6F_v_ (ff0330b8, 13c8a0, 14e220, c5e67700, 14e7f8, 0) + 44c
    feadbd20 __1cKJavaThreadDrun6M_v_ (14e220, ff037040, 7820, 0, 7800, 9400) + 2b0
    fee7e0a8 __1cG_start6Fpv_0_ (14e220, 61c, fefde000, 0, 5874, 5800) + 208
    ff2c49fc lwpstart (0, 0, 0, 0, 0, 0)
    Any idea on this dump, helps me a lot.
    Thanks.

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]

Maybe you are looking for

  • Satellite C855-1GQ - hard drive failure warning

    Hi suddenly my laptop has started showing me "hard drive failure warnings" and I honestly have no idea what to do about it please can someone help me. Symptom: The PredictFailure flag is set on the disk Cause: A logical disk has the SMART Predict Fai

  • URL's in ODDC are not working

    Dear Team, I have installed ODDC 10.1.3.5.1 on a Windows 7 OS and the creation of capture database schema was successful on Oracle 11g database. After configuring IIS for capture URL's, the login pages are not working. Please help. Regards, Charan

  • Using XQuery for transformation in Mediator

    I have used successfully XQuery transformation in my BPEL using ora:processXQuery function. But I am struggling to use in my mediator transformations. Can any one confirm whether I can use XQuery for my mediator.. Many Thanks

  • How does one get Time Machine out of a "Preparing to Backup" loop to actually doing a backup? thanks, AR

    How does one get Time Machine out of a "Preparing to Backup" loop to actually doing a backup? thanks, AR

  • Menu flickers driving me crazy!.... help!

    Hi all, I'm having a big problem using Photoshop and other programs and even the internet, there are a few instances of the problem, one is when I am in Photoshop and I try to 'save as' I cannot scroll down the file types, instead it flickers and the