Release vs Debug: Bad Memory Access

Hello everyone.
For a school assignment I have to write a program that sorts bottles (inputed by the user) into three bins, and state the minimum amount of moves it takes. I've completed the program, that's not really the problem.
There is a drop down menu up on the top left, and it gives me the option between 'Release' and 'Debug' (under Active Configuration). Now I don't quite understand the difference, but expected for the final copy it should be compiles with it set to Release. But that's just an assumption.
The problem is, or maybe this is just a question, when I set it to Debug and build my program, it runs great. If I change this option to Release and run the program I get "EXCBADACCESS" and the program fails.
My main worry is this might indicate a potential problem with compatibility on other platforms (maybe). I've compiled the program in Terminal with GCC and it works fine there as well. I will post my code below if it helps any. My hope is this is either a bug in xcode, or simply nothing to worry about.
I've underlined the area XCode highlights when the error occurs. Thank you.
#include <stdio.h>
#include <stdlib.h>
const char bottle_colour[][6]={"red","white","blue"};
int main()
int i,low,move[6],bottles[3][3];// bottles[bin][colour]
for (i=0;i<3;i++)
printf("Please enter the amount of %s bottles in each bin with a space inbetween each amount\n",bottle_colour);
scanf("%i%i%i",&bottles[0],&bottles[1],&bottles[2]);
printf("\n");
move[3] += bottles[1][0] + bottles[2][0];// Moving all red bottles to bin 1
move[3] += bottles[0][1] + bottles[2][1];// Moving all white bottles to bin 2
move[3] += bottles[0][2] + bottles[1][2];// Moving all blue bottles to bin 3
move[2] += bottles[1][0] + bottles[2][0];// Moving all red bottles to bin 1
move[2] += bottles[0][1] + bottles[1][1];// Moving all white bottles to bin 3
move[2] += bottles[0][2] + bottles[2][2];// Moving all blue bottles to bin 2
move[5] += bottles[0][0] + bottles[2][0];// Moving all red bottles to bin 2
move[5] += bottles[1][1] + bottles[2][1];// Moving all white bottles to bin 1
move[5] += bottles[0][2] + bottles[1][2];// Moving all blue bottles to bin 3
move[4] += bottles[0][0] + bottles[2][0];// Moving all red bottles to bin 2
move[4] += bottles[0][1] + bottles[1][1];// Moving all white bottles to bin 3
move[4] += bottles[1][2] + bottles[2][2];// Moving all blue bottles to bin 1
move[1] += bottles[0][0] + bottles[1][0];// Moving all red bottles to bin 3
move[1] += bottles[1][1] + bottles[2][1];// Moving all white bottles to bin 1
move[1] += bottles[0][2] + bottles[2][2];// Moving all blue bottles to bin 2
move[0] += bottles[0][0] + bottles[1][0];// Moving all red bottles to bin 3
move[0] += bottles[0][1] + bottles[2][1];// Moving all white bottles to bin 2
move[0] += bottles[1][2] + bottles[2][2];// Moving all blue bottles to bin 1
for (i=0;i<5;i++)
_if (move[i+1] < move && move[i+1] < move[low])_
low = i + 1;
printf("\nThe lowest amount of moves it would take is %i.",move[low]);

Well, welcome to programming.
The code as printed obviously isn't quite right due to formatting problems. There's a way to format it so it is displayed correctly but I don't know it off hand.
If you use look at the build warnings you'll get a pretty good idea what is going on. In general there should be few or zero warnings in the build process. They're there for a reason. C provides a lot of rope.
A few issues right away from the command line compiler:
s.c:12: warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘const char (*)[6]’
s.c:13: warning: format ‘%i’ expects type ‘int *’, but argument 2 has type ‘int (*)[3]’
s.c:13: warning: format ‘%i’ expects type ‘int *’, but argument 3 has type ‘int (*)[3]’
s.c:13: warning: format ‘%i’ expects type ‘int *’, but argument 4 has type ‘int (*)[3]’
I presume the following code
if (movei+1 < move && movei+1 < movelow)
low = i + 1;
is
if (move[i+1] < move && move[i+1] < move[low])
low = i + 1;
If so, I see the following warning:
s.c:43: warning: comparison between pointer and integer
Trust me, the issue is not portability at all nor a bug in Xcode. There are significant bugs in this code that just happen to compile.
For instance, in line 12, the %s takes a pointer to a string yet a pointer to an array of strings has been provided.
In line 13, the scanf %i operator requires a pointer to an integer yet a pointer to an array of pointers as been provided. You should have passed something such as &bottles[x][y] for each of those arguments.
If you actually have 'move && move[i+1]' in the code, the code is comparing an address to an integer and I'm sure that's not intended.
Lastly, 'low' is not initialized (those are difficult to find and the compiler does not warn of them even when using the -Wall flag). Probably should be set to zero. Different compilers and platforms vary on guarantees of a zero value.
Since this is a project in school I will stop at this (and there are more issues in the code than I have stated).
It'll all come in time. Good luck to you.

Similar Messages

  • Server Crash with Error Message: Illegal memory access. [54]

    Hi
    I searched old posts where it reads that upgrade to BEA JRockit(R) R27.1 might solve this problem.
    I am already running BEA JRockit(R) R27.1
    Here is the complete dump information. This is one time occurance on production system so we do not have a way to reproduce the issue.
    ~~~~~~~~~~~~~~~~~~~~~
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 16:10:29 on Thu Nov 8 17:14:45 2007
    Additional information is available in:
    /cust/app/fxi-direct-2.4-20071031-113036/servers/JBoss/bin/jrockit.16992.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=128 si_addr=(nil)
    Version : BEA JRockit(R) R27.1.0-109-73164-1.5.0_08-20061129-1415-linux-x86_64
    GC : gencon
    : Current OC phase is: marking. YC is not running.
    : mmHeap->data = 0x2d00000, mmHeap->top = 0x41500000
    : The nurserylist starts at 0x22100000 and ends at 0x271af2e8
    : mmStartCompaction = 0x39800000, mmEndCompaction = 0x3d680000
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst EM64T
    Number CPUs : 8
    Tot Phys Mem : 4138582016 (3946 MB)
    OS version : Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:56:28 EST 2006 (x86_64)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    Command Line : -Xms1000m -Xmx1000m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport -Xmanagement:ssl=false,authenticate=false -Djrockit.managementserver.port=7090 -Dprogram.name=startup.sh -Dlog4j.configuration=log4j.properties org.jboss.Main -c fxi-direct
    java.home : /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre
    j.class.path : /cust/opt/jboss/bin/run.jar:/cust/opt/jdk15/lib/tools.jar:/cust/app/fxi-direct/cust5:/cust/app/fxi-direct/cust5/properties:/cust/app/fxi-direct/cust5/XML:/cust/app/fxi-direct/cust5/FXWeb/Rules:/cust/app/fxi-direct/cust5/AdminWeb/Rules:/cust/app/fxi-direct/cust5/AdminServices/XML:/cust/app/fxi-direct/cust5/CitiFXServices/XML:/cust/app/fxi-direct/cust5/CitiChiefDealerAdminWeb/Rules:/cust/app/fxi-direct/cust5/DirectFX/XML:/cust/app/fxi-direct/cust5/DirectFX/properties:/cust/app/fxi-direct/cust5/ISDomain/properties:/cust/app/fxi-direct/cust5/FXServices/XML:/cust/app/fxi-direct/cust5/FXServices/properties:/cust/app/fxi-direct/cust5/FXServices/dbms/Data:/cust/app/fxi-direct/cust5/ISWeb/dbms/Data:/cust/app/fxi-direct/cust5/islib/certs:/cust/app/fxi-direct/cust5/ISClientWeb/XML:/cust/app/fxi-direct/cust5/WLClientWeb/XML:/cust/app/fxi-direct/cust5/ISDomain/properties
    j.lib.path : /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/../lib/amd64:/cust/opt/oraclient/lib:
    JAVA_HOME : /cust/opt/jdk15
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64:/cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/../lib/amd64:/cust/opt/oraclient/lib:
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x49250520 / OS context: 0x492505e0):
    rax = 00000000420fbb80 rcx = 00000000420fbb80
    rdx = 0000000000000001 rbx = 000000003acb1310
    rsp = 0000000049250a20 rbp = 00000000236f0bc8
    rsi = 00000000236f0bc8 rdi = 00000000236f0bc8
    r8 = f080000000443845 r9 = 0000002addaa6c68
    r10 = 0000000023452c98 r11 = 0000002addaa6c50
    r12 = 000000003aa569c1 r13 = 0000000044d70360
    r14 = 00000000000005dd r15 = 00000000046de179
    cs = 00000000000095a8 fs = 0000000000000000
    gs = 0000000000000000
    rip = 0000002a969a43d1 flags = 0000000000000282
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000000049250a20: 0000000044d70360* 0000002a95ef17b9 000000003acd8c18 0000002a963d6d7f
    0000000049250a40: 000000003acb1310 0000002a96569e13 000000000fa05550 0000000033ddbca8
    0000000049250a60: 00000000046de179 0000002a964ee113 000000002344e621 00000000234888f8
    0000000049250a80: 00000000236f0bc8 0000002a9656fe52 000000000fa05550 00000000236f0bc8
    0000000049250aa0: 00000000234888f8 0000002a96894cb2 000000000d984580 00000000234888f8
    0000000049250ac0: 000000003aa16a70 000000000fa055d0 000000000fa05550 0000000023449fe0
    Code:
    (* marks the word pointed to by the instruction pointer)
    0000002a969a4370: 480024048348f020 048bc35b5d28c483 25e8442a8ea8ba26 247c894890fffdc0
    0000002a969a4390: 000000012404c718 0030baffffffffbf e8442a8ea8b80000 48f38948ff550cc4
    0000002a969a43b0: ffff30e918247c8b ccccccccccccccff 26248b4408ec8348 74c0854d24048b4d
    0000002a969a43d0: 74f68518708b4917* fa814126148b4412 03eb07750056dcb8 26048bc359f63148
    0000002a969a43f0: bfb6e80056dcb8ba cccccccccc90fffd 0001a8ec81485553 148b4c64fd894800
    0000002a969a4410: 478b44000000d825 250c8b107e8b4408 250c8b44005ae038 b8253c8b005afcf8
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041190b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/bin/java
    0000003e1f200000-0000003e1f20f339 /lib64/tls/libpthread.so.0
    0000003e1ec00000-0000003e1ec8451b /lib64/tls/libm.so.6
    0000003401a00000-0000003401a01c73 /lib64/libdl.so.2
    0000003e1e900000-0000003e1ea2a079 /lib64/tls/libc.so.6
    0000003e1e700000-0000003e1e7142ef /lib64/ld-linux-x86-64.so.2
    0000002a95577000-0000002a957e0c6f /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/jrockit/libjvm.so
    0000002a95a2f000-0000002a95a38f03 /lib64/libnss_files.so.2
    0000002a95c99000-0000002a95cbd473 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libjava.so
    0000002a95dc3000-0000002a95dcf627 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libverify.so
    0000003e23200000-0000003e23213013 /lib64/libnsl.so.1
    0000002ad5f22000-0000002ad5f2ae3f /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/native_threads/libhpi.so
    0000002ad92f9000-0000002ad9307ef3 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libzip.so
    0000002ad9600000-0000002ad960516b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libmanagement.so
    0000002ad9837000-0000002ad9848fbf /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libnet.so
    0000002adac38000-0000002adac3b883 /lib64/libnss_dns.so.2
    0000003e1f400000-0000003e1f410d3b /lib64/libresolv.so.2
    0000002adaf91000-0000002adaf9196b /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/librmi.so
    0000002addd00000-0000002addd06077 /cust/opt/jrockit-R27.1.0-jdk1.5.0_08/jre/lib/amd64/libnio.so
    "http-0.0.0.0-8080-2" id=216 idx=0x1aa tid=17433 lastJavaFrame=(nil)
    Stack 0: start=0x49210000, end=0x49254000, guards=0x49215000 (ok), forbidden=0x49213000
    Thread Stack Trace:
    -- Java stack --
    at jrockit/vm/Reflect$IClass.get(Ljava/lang/Object;)Ljava/lang/Class;(Unknown Source)[optimized]
    at java/lang/Object.getClass()Ljava/lang/Class;(Unknown Source)
    at TOPLink/Public/PublicInterface/Session.getDescriptor(Session.java:998)
    at TOPLink/Public/PublicInterface/UnitOfWork.getOriginalVersionOfObject(UnitOfWork.java:1145)
    at TOPLink/Private/Sessions/MergeManager.getTargetVersionOfSourceObject(MergeManager.java:112)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:242)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:263)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesInCollection(MergeManager.java:263)
    at TOPLink/Public/Mappings/CollectionMapping.mergeChangesIntoObject(CollectionMapping.java:452)
    at TOPLink/Private/Descriptors/ObjectBuilder.mergeChangesIntoObject(ObjectBuilder.java:1150)
    at TOPLink/Private/Sessions/MergeManager.mergeChangesOfWorkingCopyIntoOriginal(MergeManager.java:368)
    at TOPLink/Private/Sessions/MergeManager.mergeChanges(MergeManager.java:151)
    at TOPLink/Public/PublicInterface/UnitOfWork.mergeChangesIntoParent(UnitOfWork.java:1644)
    at TOPLink/Public/PublicInterface/UnitOfWork.commitRootUnitOfWork(UnitOfWork.java:598)
    at TOPLink/Public/PublicInterface/UnitOfWork.commit(UnitOfWork.java:453)
    at com/cust/session/IdcTransactionC.commit(IdcTransactionC.java:202)
    at com/cust/transaction/TransactionCalculatorC.commitTransaction(TransactionCalculatorC.java:156)
    at com/cust/transaction/RequiredTransactionCalculatorC.endTransaction(RequiredTransactionCalculatorC.java:78)
    at com/cust/rule/WorkflowActionC.endTransaction(WorkflowActionC.java:720)
    at com/cust/rule/WorkflowActionC.execute(WorkflowActionC.java:450)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/RuleC.execute(RuleC.java:554)
    at com/cust/rule/RuleExecutionMonitor.executeRule(RuleExecutionMonitor.java:592)
    at com/cust/rule/RuleSetC.executeRule(RuleSetC.java:523)
    at com/cust/rule/RuleSetC.doExecute(RuleSetC.java:489)
    at com/cust/rule/RuleSetC.execute(RuleSetC.java:447)
    at com/cust/rule/RuleExecutionMonitor.executeRuleSet(RuleExecutionMonitor.java:438)
    at com/cust/rule/RuleSetActionC.execute(RuleSetActionC.java:187)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/WorkflowActionC.doExecute(WorkflowActionC.java:550)
    at com/cust/rule/WorkflowActionC.execute(WorkflowActionC.java:406)
    at com/cust/rule/RuleExecutionMonitor.executeAction(RuleExecutionMonitor.java:483)
    at com/cust/rule/RuleC.execute(RuleC.java:554)
    at com/cust/jsp/JSPRuleC.execute(JSPRuleC.java:163)
    at com/cust/rule/RuleExecutionMonitor.executeRule(RuleExecutionMonitor.java:592)
    at com/cust/rule/RuleSetC.executeRule(RuleSetC.java:523)
    at com/cust/rule/RuleSetC.doExecute(RuleSetC.java:489)
    at com/cust/rule/RuleSetC.execute(RuleSetC.java:447)
    at com/cust/rule/RuleExecutionMonitor.executeRuleSet(RuleExecutionMonitor.java:438)
    at com/cust/rule/ejb/RuleEngineC.execute(RuleEngineC.java:47)
    at sun/reflect/GeneratedMethodAccessor355.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[inlined]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)[optimized]
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[inlined]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)[optimized]
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor88.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)[inlined]
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)[optimized]
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy63.execute(Lcom/cust/rule/RuleSet;Ljava/lang/Object;)V(Unknown Source)
    at com/cust/jsp/framework/JSPWorkflowAction.run(JSPWorkflowAction.java:266)
    at com/cust/jsp/framework/JSPWorkflowAction.perform(JSPWorkflowAction.java:230)
    at org/apache/struts/action/ActionServlet.processActionPerform(ActionServlet.java:1720)
    at org/apache/struts/action/ActionServlet.process(ActionServlet.java:1519)
    at com/cust/jsp/framework/IdcActionServlet.process(IdcActionServlet.java:201)
    at org/apache/struts/action/ActionServlet.doPost(ActionServlet.java:505)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:717)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:810)
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org/jboss/web/tomcat/filters/ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org/apache/catalina/core/StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org/apache/catalina/core/StandardContextValve.invoke(StandardContextValve.java:178)
    at org/jboss/web/tomcat/security/SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
    at org/apache/catalina/authenticator/AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    at org/jboss/web/tomcat/security/JaccContextValve.invoke(JaccContextValve.java:74)
    at org/apache/catalina/core/StandardHostValve.invoke(StandardHostValve.java:126)
    at org/apache/catalina/valves/ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org/apache/catalina/core/StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org/apache/catalina/connector/CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org/apache/coyote/http11/Http11Processor.process(Http11Processor.java:870)
    at org/apache/coyote/http11/Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org/apache/tomcat/util/net/PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org/apache/tomcat/util/net/MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java/lang/Thread.run(Thread.java:595)
    at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
    -- end of trace
    Additional information is available in:
    /cust/app/fxi-direct-2.4-20071031-113036/servers/JBoss/bin/jrockit.16992.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 0000003e1e91c560 PHOFF: 0000000000000040 SHOFF: 000000000013d5a8 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 69 STIDX: 66
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 0000003e1f205620 PHOFF: 0000000000000040 SHOFF: 0000000000012980 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 38 STIDX: 35
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000003aab0 PHOFF: 0000000000000040 SHOFF: 0000000000376c80 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 22 STIDX: 19
    ===== END DUMP ===============================================================

    We are trying to install VTune on our AMD Opteron development system. We are running SUSE 10 64-bit OS with SP1. The information contained in the included data files seems to describe our environment quite well. We have eclipse version 3.3.0 already installed, but are trying to allow VTune to install an earlier version of eclipse (3.2.1). When we try to launch VTune, once we have inserted the paths to our ( or to the sample ) application and to the working directory, VTune blows up apparently because of "Error Message: Illegal memory access. [54]", producing the following message block, which is then followed with the contents of the jrockit.31412.dump file it created in the /root/workspace/ directory. If we try to use the "Browse" feature from the working directory option box, we get the same error. Looking at the BEA forum there seems to be a few references to a similar error which required some patch to fix (CR263825). We have not been successful in trying to find that patch.
    Any assistance will be greatly appreciated.
    Steve ::: [email protected]
    Error text displayed by vtlec:
    JVM terminated. Exit code=1
    /opt/intel/eclipsepackage/3.2.1_0/jrockit-R27.2.0-jre1.5.0_10/bin/java
    -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1_0/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp
    -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration
    -jar /opt/intel/eclipsepackage/3.2.1_0/eclipse/startup.jar
    -os linux
    -ws gtk
    -arch x86
    -launcher /opt/intel/eclipsepackage/3.2.1_0/eclipse/eclipse
    -name Eclipse
    -showsplash 600
    -exitdata 60009
    -product com.intel.sdp.primary.product
    -perspective com.intel.vtune.shell.tuningPerspective
    -vm /opt/intel/eclipsepackage/3.2.1_0/jrockit-R27.2.0-jre1.5.0_10/bin/java
    -vmargs
    -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1_0/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp
    -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration
    -jar /opt/intel/eclipsepackage/3.2.1_0/eclipse/startup.jar
    Text from /root/workspace/jrockit.31412.dump:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:03:02 on Mon Jun 23 14:24:12 2008
    Additional information is available in:
    /root/workspace/jrockit.31412.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x6c
    Version : BEA JRockit(R) R27.2.0-131-78843-1.5.0_10-20070320-1511-linux-ia32
    GC Mode : Garbage collection optimized for throughput
    GC Strategy : Generational Parallel Mark & Sweep
    : Current OC phase is: not running. YC is not running.
    : GC strategy for GC 0 was singleconcon
    : GC strategy for GC 1 was genparpar
    : GC strategy for GC 2 was genparpar
    : GC strategy for GC 3 was genparpar
    : mmHeap->data = 0x8100000, mmHeap->top = 0xc100000
    : The nurserylist starts at 0x8526bf8 and ends at 0xa51ed68
    : mmStartCompaction = 0xb900000, mmEndCompaction = 0xbd00000
    : References are 32-bit.
    CPU : AMD Opteron/Athlon64 SSE SSE2 SSE3 EM64T
    Number CPUs : 4
    Tot Phys Mem : 8380477440 (7992 MB)
    OS version : SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 1
    Linux version 2.6.16.46-0.12-smp (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Thu May 17 14:00:09 UTC 2007 (x86_64)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration -Dsun.java.launcher=SUN_STANDARD /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar -os linux -ws gtk -arch x86 -launcher /opt/intel/eclipsepackage/3.2.1/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 2a0010 -product com.intel.sdp.primary.product -perspective com.intel.vtune.shell.tuningPerspective -vm /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java -vmargs -Dosgi.splashLocation=/opt/intel/eclipsepackage/3.2.1/eclipse/plugins/com.intel.sdp.primary_2.0.3/splash.bmp -Dosgi.sharedConfiguration.area=/opt/intel/vtune/bin/../shared/eclipse/configuration -jar /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar
    java.home : /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10
    j.class.path : /opt/intel/eclipsepackage/3.2.1/eclipse/startup.jar
    j.lib.path : /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/../lib/i386:/opt/intel/eclipsepackage/3.2.1/eclipse:/opt/intel/vtune/analyzer/bin:/opt/intel/vtune/shared/bin:/opt/sag/gcc-3.4/libem64t:/opt/sag/gcc-3.3/lib32:/opt/sag/gcc-3.3/lib32:/opt/sag/exx/v721/lib:/usr/lib
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386:/opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/../lib/i386:/opt/intel/eclipsepackage/3.2.1/eclipse:/opt/intel/vtune/analyzer/bin:/opt/intel/vtune/shared/bin:/opt/sag/gcc-3.4/libem64t:/opt/sag/gcc-3.3/lib32:/opt/sag/gcc-3.3/lib32:/opt/sag/exx/v721/lib:/usr/lib
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xff92d610 / OS context: 0xff92d70c):
    eax = f06a48c8 ecx = f7eb0150 edx = f7eb0150 ebx = f6afb0a8
    esp = ff92d9f8 ebp = ff92da30 esi = 00000000 edi = f6d76698
    es = 0000002b cs = f6710023 ss = f5e3002b ds = 0000002b
    fs = 00000003 gs = 00000063
    eip = f68ded93 eflags = 00200286
    Stack:
    (* marks the word pointed to by the stack pointer)
    ff92d9f8: f6d76698* f6a61fbe f6d75528 00000001 f6a61fbe f59b3d68
    ff92da10: ff92da30 f68f55b4 f6a61fbe f6d75528 f59b3d68 f6afb0a8
    ff92da28: f59b3d68 f599f660 ff92da50 f68e021b f6a61010 f599f660
    ff92da40: f5d9cd90 f6afb0a8 f599f6e0 f5d9cd90 ff92dae0 f68eab88
    Code:
    (* marks the word pointed to by the instruction pointer)
    f68ded60: 3489f045 24448924 16838d14 89fff66f 4489e845 f5e81024
    f68ded78: 8900072c ec458bc7 89243c89 8b082444 4489e845 2de80424
    f68ded90: 8b000731* c0856c46 7c890c74 04890424 cdbae824 3c890015
    f68deda8: edb2e824 3c89fffd 65bae824 5d8b0015 f8758bf4 89fc7d8b
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08056fd3 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java
    ffffe000-ffffe7af /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/bin/java
    f7edd000-f7eed043 /lib/libpthread.so.0
    f7eb8000-f7eda62f /lib/libm.so.6
    f7eb4000-f7eb5c3f /lib/libdl.so.2
    f7d91000-f7eab7a9 /lib/libc.so.6
    f7f10000-f7f29eb3 /lib/ld-linux.so.2
    f7a77000-f7d16207 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/jrockit/libjvm.so
    f7a51000-f7a576a4 /lib/librt.so.1
    f7f06000-f7f0bc77 /lib/libnss_compat.so.2
    f7a3c000-f7a4c5a7 /lib/libnsl.so.1
    f7efc000-f7f039bf /lib/libnss_nis.so.2
    f7ef2000-f7ef9b6b /lib/libnss_files.so.2
    f7a63000-f7a6d7db /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libverify.so
    f79bb000-f79db217 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libjava.so
    f7854000-f7859f13 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/native_threads/libhpi.so
    f7640000-f764e4c4 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libzip.so
    f7413000-f74240a3 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libnet.so
    f740b000-f74111e7 /opt/intel/eclipsepackage/3.2.1/jrockit-R27.2.0-jre1.5.0_10/lib/i386/libnio.so
    f6c29000-f6c72e1b /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-pi-gtk-3235.so
    f680c000-f6af4723 */opt/gnome/lib/libgtk-x11-2.0.so.0
    f6c08000-f6c0adff /opt/gnome/lib/libgthread-2.0.so.0
    f6c03000-f6c06dab /usr/X11R6/lib/libXtst.so.6
    f67f6000-f680aef7 /opt/gnome/lib/libgdk_pixbuf-2.0.so.0
    f6774000-f67f2c7b /opt/gnome/lib/libgdk-x11-2.0.so.0
    f676d000-f67721cb /opt/gnome/lib/libpangocairo-1.0.so.0
    f6736000-f676a697 /opt/gnome/lib/libpango-1.0.so.0
    f671d000-f67330b7 /opt/gnome/lib/libatk-1.0.so.0
    f66e4000-f671a893 /opt/gnome/lib/libgobject-2.0.so.0
    f6c00000-f6c01f33 /opt/gnome/lib/libgmodule-2.0.so.0
    f665e000-f66e2217 /opt/gnome/lib/libglib-2.0.so.0
    f660b000-f665c23f /usr/lib/libcairo.so.2
    f659e000-f66077fb /usr/lib/libfreetype.so.6
    f6565000-f65981c3 /usr/lib/libfontconfig.so.1
    f655d000-f6563b57 /usr/X11R6/lib/libXrender.so.1
    f6466000-f6559c7b /usr/X11R6/lib/libX11.so.6
    f6458000-f646443f /usr/X11R6/lib/libXext.so.6
    f6419000-f6456a07 /usr/lib/libpng12.so.0
    f6407000-f64179c3 /usr/lib/libz.so.1
    f63e5000-f64058e3 /usr/lib/libglitz.so.1
    f63e2000-f63e3ff3 /usr/X11R6/lib/libXrandr.so.2
    f63da000-f63e03ab /usr/X11R6/lib/libXi.so.6
    f63d7000-f63d838f /usr/X11R6/lib/libXinerama.so.1
    f63ce000-f63d5923 /usr/X11R6/lib/libXcursor.so.1
    f63c9000-f63cc103 /usr/X11R6/lib/libXfixes.so.3
    f63a4000-f63c71d3 /opt/gnome/lib/libpangoft2-1.0.so.0
    f6385000-f63a196f /usr/lib/libexpat.so.1
    f7a5a000-f7a5a7a3 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    f6c26000-f6c26fd7 /usr/lib/gconv/ISO8859-1.so
    f635c000-f6381073 /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-gtk-3235.so
    f6c1b000-f6c24a03 /opt/gnome/lib/gtk-2.0/2.4.0/engines/liblighthouseblue.so
    f6065000-f6066167 /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
    f5bdf000-f5be420f /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-atk-gtk-3235.so
    f5bd5000-f5bdde87 /opt/intel/eclipsepackage/3.2.1/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-cairo-gtk-3235.so
    f5403000-f54065e3 /opt/intel/vtune/shared/bin/libEcGUIClientHandler.so
    f5252000-f52cf38f /opt/intel/vtune/shared/bin/libEcGUIClient.so
    f50ad000-f524fe07 /opt/sag/gcc-3.3/lib32/libimf.so
    f5931000-f5931577 /opt/sag/gcc-3.3/lib32/libcxaguard.so.5
    f5929000-f592ff1f /opt/sag/gcc-3.3/lib32/libgcc_s.so.1
    f4ff5000-f5092393 /opt/sag/gcc-3.3/lib32/libstdc++.so.5
    f4e5c000-f4fc8343 /opt/sag/exx/v721/lib/libole32.so
    f4d9d000-f4e48dab /opt/sag/exx/v721/lib/librpcrt4.so
    f5907000-f5921733 /opt/sag/exx/v721/lib/libntrtl.so
    f4d0b000-f4d87183 /opt/sag/exx/v721/lib/libmutant.so
    f4d03000-f4d08b27 /opt/sag/exx/v721/lib/libcoolmisc.so
    f4c1f000-f4cef8af /opt/sag/exx/v721/lib/liboleaut32.so
    f4b8c000-f4c15db3 /opt/intel/vtune/analyzer/bin/libcomfreeremoteconnector.so
    f4b60000-f4b81023 /opt/intel/vtune/shared/bin/libVTUtil.so
    f5902000-f5904ec3 /opt/sag/exx/v721/lib/libcoolcrypto.so
    f470c000-f4a109ab /opt/intel/vtune/shared/bin/libxerces-c.so.23
    f46d8000-f4705547 /opt/intel/vtune/shared/bin/libRemoteManager.so
    f46d1000-f46d5c03 /opt/sag/exx/v721/lib/libbasecrypt.so
    f46ba000-f46cacff /opt/intel/vtune/shared/bin/libVTRegLoc.so
    f3db9000-f3e5109f /opt/intel/vtune/shared/bin/libShell.so
    f3daf000-f3db6ed7 /opt/intel/vtune/shared/bin/libShellRes.so
    f3973000-f399ceaf /opt/intel/vtune/shared/bin/libReports.so
    f396c000-f3970db7 /opt/intel/vtune/shared/bin/libReportsRes.so
    f3949000-f39614eb /opt/intel/vtune/shared/bin/libComInfo.so
    f3901000-f3932ecf /opt/intel/vtune/shared/bin/libProductInfo.so
    f38fb000-f38fe537 /opt/intel/vtune/shared/bin/libProductInfoRes.so
    f37ee000-f38a93e3 /opt/intel/vtune/shared/bin/libWorkspaceMgr.so
    f37e7000-f37eb2b7 /opt/intel/vtune/shared/bin/libWorkspaceMgrRes.so
    f3782000-f37ca39b /opt/intel/vtune/shared/bin/libCollection.so
    f377c000-f377f5b7 /opt/intel/vtune/shared/bin/libCollectionRes.so
    f35ef000-f36ff5b3 /opt/intel/vtune/shared/bin/libActivity.so
    f35e5000-f35ec3f7 /opt/intel/vtune/shared/bin/libActivityRes.so
    f35a4000-f35ce48b /opt/intel/vtune/shared/bin/libFileDialog.so
    f3572000-f359528b /opt/intel/vtune/shared/bin/libFileDialogEc.so
    f3529000-f355ae8f /opt/intel/vtune/shared/bin/libFileMgr.so
    f3523000-f3526cb7 /opt/intel/vtune/shared/bin/libFileMgrRes.so
    f3468000-f34e9563 /opt/intel/vtune/shared/bin/libTuningBrowser.so
    f3460000-f3465217 /opt/intel/vtune/shared/bin/libTuningBrowserRes.so
    f33c4000-f342a0d3 /opt/intel/vtune/shared/bin/libWorkspaceUI.so
    f33bc000-f33c1277 /opt/intel/vtune/shared/bin/libWorkspaceUIRes.so
    f3350000-f339af3f /opt/intel/vtune/analyzer/bin/libCGAddin.so
    f32f1000-f333477b /opt/intel/vtune/analyzer/bin/libAnPropContainers.so
    f3284000-f32cef7f /opt/intel/vtune/shared/bin/libEnvInfo.so
    f327f000-f3282a17 /opt/intel/vtune/shared/bin/libcpuinfo2.so.1
    f3278000-f327c48f /opt/intel/vtune/shared/bin/libcpuinfoxsc.so.1
    f3270000-f3275a57 /opt/intel/vtune/shared/bin/libEnvInfoRes.so
    f320c000-f3253123 /opt/intel/vtune/analyzer/bin/libCGCons4VT.so
    f3046000-f317a44b /opt/intel/vtune/shared/bin/libidvcbase.so
    f2f5d000-f30026fb /opt/intel/vtune/analyzer/bin/libCGConsCore.so
    f2f56000-f2f5adaf /opt/intel/vtune/analyzer/bin/libCGPropStorage.so
    f2f1d000-f2f45ef3 /opt/intel/vtune/analyzer/bin/libCGDataModelVTDBC.so
    f2e6b000-f2eeb0a7 /opt/intel/vtune/shared/bin/libidvcfrw.so
    f2e51000-f2e6350f /opt/intel/vtune/shared/bin/libidvcpilot.so
    f2cc4000-f2dde9ff /opt/intel/vtune/shared/bin/libidvgrid.so
    f2cb8000-f2cc03af /opt/intel/vtune/analyzer/bin/libVTDBRuntime.so
    f2ca8000-f2cb3377 /opt/intel/vtune/analyzer/bin/libCGPruner.so
    f2c85000-f2c9de0f /opt/intel/vtune/analyzer/bin/libVTDBC.so
    f2c24000-f2c683d3 /opt/intel/vtune/analyzer/bin/libCGDP_VTDBC.so
    f2be4000-f2c198bf /opt/intel/vtune/shared/bin/libigvlayout.so
    f2b36000-f2ba6e67 /opt/intel/vtune/shared/bin/libigvviewer.so
    f2b1f000-f2b2f457 /opt/intel/vtune/shared/bin/libigvgraph.so
    f2b15000-f2b1b46b /opt/intel/vtune/shared/bin/libigvdatamanager.so
    f2ab1000-f2af9b83 /opt/intel/vtune/analyzer/bin/libvtsdb.so
    f2a3e000-f2a91c8b /opt/intel/vtune/analyzer/bin/libCTCG.so
    f2a34000-f2a3a8c3 /opt/intel/vtune/shared/bin/libdbmanager.so
    f29f9000-f2a2285b /opt/intel/vtune/analyzer/bin/libSymbolProvider_VTDBC.so
    f289f000-f29940f3 /opt/intel/vtune/shared/bin/libismImpl_2.so
    f285d000-f28964d7 /opt/intel/vtune/shared/bin/libcommon_2.so
    f2700000-f2713c9f /opt/intel/vtune/shared/bin/libsupport_2.so
    f26ea000-f26f88c7 /opt/intel/vtune/shared/bin/libdtlu_trace_assert.so
    f2564000-f259f857 /opt/intel/vtune/shared/bin/libvtfamgr.so
    f2558000-f256024f /opt/intel/vtune/shared/bin/libVTAddr_2.so
    f24fe000-f253bdcb /opt/intel/vtune/shared/bin/libSymVSrvr.so
    f24d2000-f24f01f7 /opt/intel/vtune/shared/bin/libDynamicLoading_2.so
    f244e000-f24af253 /opt/intel/vtune/analyzer/bin/libCGImpExp.so
    f243a000-f24479bb /opt/intel/vtune/analyzer/bin/libVTSDBUtil.so
    f23a5000-f240fa03 /opt/intel/vtune/analyzer/bin/libCGPackNGo.so
    f2371000-f23951f7 /opt/intel/vtune/analyzer/bin/libAnalyzerWizardsAddin.so
    f22bc000-f234d353 /opt/intel/vtune/analyzer/bin/libAnProdInfo.so
    f22b5000-f22b94f7 /opt/intel/vtune/analyzer/bin/libAnProdInfoRes.so
    f227d000-f22a3f17 /opt/intel/vtune/analyzer/bin/libEcAnalyzerUtils.so
    f2218000-f225ffe7 /opt/intel/vtune/analyzer/bin/libSVConsumerEc.so
    f2203000-f22120db /opt/intel/vtune/analyzer/bin/libsv_vtune_u.so
    f21de000-f21f8a3f /opt/intel/vtune/analyzer/bin/libsvpropstorage_u.so
    f2106000-f21a3e1f /opt/intel/vtune/analyzer/bin/libsvcore_u.so
    f20d2000-f20f635f /opt/intel/vtune/analyzer/bin/libsvcontrol_u.so
    f20bc000-f20cb59f /opt/intel/vtune/analyzer/bin/libVtGridCtlLite_u.so
    f1ef5000-f202a49b /opt/intel/vtune/shared/bin/libidvcbase_u.so
    f1dac000-f1de39b7 /opt/intel/vtune/shared/bin/libdtlu_file.so
    f1d18000-f1d898bb /opt/intel/vtune/analyzer/bin/libsvdp.so
    f1d07000-f1d1254f /opt/intel/vtune/analyzer/bin/libsv_pi.so
    f1b77000-f1c9382f /opt/intel/vtune/shared/bin/libidvgrid_u.so
    f1b25000-f1b5d19f /opt/intel/vtune/shared/bin/libidvtextviewer_u.so
    f1b05000-f1b1b62b /opt/intel/vtune/analyzer/bin/liblipsdp.so
    f1ac8000-f1af32d7 /opt/intel/vtune/analyzer/bin/libsv_dedp.so
    f1ab5000-f1ac2207 /opt/intel/vtune/analyzer/bin/libsv_do.so
    f1a9f000-f1aaec2f /opt/intel/vtune/analyzer/bin/libsv_mh.so
    f1844000-f187993f /opt/intel/vtune/analyzer/bin/liblips.so
    f182f000-f183d0d7 /opt/intel/vtune/analyzer/bin/libsv_ei.so
    f1828000-f182d4ff /opt/intel/vtune/analyzer/bin/libbemrl.so
    f1807000-f1810d2f /opt/intel/vtune/analyzer/bin/libemrlcore.so
    f178b000-f17a70f8 /opt/intel/vtune/analyzer/bin/libdecem.so
    f1777000-f1786693 /opt/intel/vtune/analyzer/bin/libdisem.so
    f175c000-f176de95 /opt/intel/vtune/analyzer/bin/libdasm.so
    f174e000-f175a2bf /opt/intel/vtune/analyzer/bin/libdisxsc.so
    f173f000-f174ba5f /opt/intel/vtune/analyzer/bin/libdecxsc.so
    f16e1000-f173dd4b /opt/intel/vtune/analyzer/bin/libdecoder.so
    f165b000-f16b9a23 /opt/intel/vtune/analyzer/bin/libSamplingConsumerEc.so
    f147a000-f15cd587 /opt/intel/vtune/analyzer/bin/libSamplingViewerCore.so
    f13c8000-f144825f /opt/intel/vtune/shared/bin/libidvcfrw_u.so
    f11e3000-f128eeb7 /opt/intel/vtune/shared/bin/libidvtimeline_u.so
    f1165000-f11c00ff /opt/intel/vtune/shared/bin/libidvchart_u.so
    f1122000-f1153a27 /opt/intel/vtune/shared/bin/libidvchartelements_u.so
    f0efb000-f107863b /opt/intel/vtune/analyzer/bin/libSPLMDEDataMgr.so
    f0e94000-f0edfd6f /opt/intel/vtune/analyzer/bin/libVTDBJoin.so
    f0e69000-f0e8719f /opt/intel/vtune/analyzer/bin/libSamplingPropContainersEc.so
    f0b8f000-f0c94caf /opt/intel/vtune/analyzer/bin/libModuleHandler.so
    f0abe000-f0b4b1e3 /opt/intel/vtune/shared/bin/libvtfilehandler.so
    f0e0b000-f0e4840f /opt/intel/vtune/analyzer/bin/libOptrepAddin.so
    f0aa7000-f0ab7d17 /opt/intel/vtune/analyzer/bin/libOptRepControl.so
    f0a8c000-f0a9fee3 /opt/intel/vtune/analyzer/bin/libOptReportParser.so
    f0e07000-f0e09167 /opt/intel/vtune/analyzer/bin/libOptRepEcClient.so
    f09d3000-f0a500bb /opt/intel/vtune/shared/bin/libidvcswt_u.so
    f0974000-f09b8657 /opt/intel/vtune/analyzer/bin/libRatiosEditor.so
    f0952000-f096bd0b /opt/intel/vtune/analyzer/bin/libEvents.so
    f08eb000-f093263f /opt/intel/vtune/shared/bin/libFileSearchAddIn.so
    f0881000-f08cc9af /opt/intel/vtune/shared/bin/libActivityEc.so
    f0831000-f086b4ef /opt/intel/vtune/analyzer/bin/libCGPreferencePagesEC.so
    f07fc000-f082144f /opt/intel/vtune/analyzer/bin/libSVPreferencePagesEC.so
    f0785000-f07daa3f /opt/intel/vtune/analyzer/bin/libSamplingPreferencesPagesEc.so
    f072d000-f076a80f /opt/intel/vtune/analyzer/bin/libVTMHPrefPagesEc.so
    f06e1000-f0715de7 /opt/intel/vtune/shared/bin/libFileSearchPrefPagesEc.so
    f05ab000-f05d0abf /opt/intel/vtune/shared/bin/libPropBag.so
    f054a000-f058faa7 /opt/intel/vtune/analyzer/bin/libSamplingWizardLogic.so
    f0518000-f053ba2f /opt/intel/vtune/analyzer/bin/libSamplingWizardEc.so
    f0e00000-f0e0588b /opt/gnome/lib/gtk-2.0/2.4.0/loaders/libpixbufloader-xpm.so
    f0406000-f041669f /opt/gnome/lib/gtk-2.0/2.4.0/filesystems/libgnome-vfs.so
    f03d6000-f03e7eb7 /opt/gnome/lib/libgnome-2.so.0
    f0376000-f03d0b23 /opt/gnome/lib/libgnomevfs-2.so.0
    f031d000-f036ba33 /opt/gnome/lib/libbonobo-2.so.0
    f02ec000-f0319c9f /opt/gnome/lib/libgconf-2.so.4
    f02d9000-f02e9587 /opt/gnome/lib/libbonobo-activation.so.4
    f0289000-f02ceb37 /opt/gnome/lib/libORBit-2.so.0
    f0200000-f02844a7 /opt/gnome/lib/libgnomeui-2.so.0
    f01f8000-f01fe103 /usr/lib/libpopt.so.0
    f01ee000-f01f646b /usr/lib/libesd.so.0
    f01cb000-f01ea087 /usr/lib/libaudiofile.so.0
    f009b000-f01c0fcb /usr/lib/libxml2.so.2
    f0093000-f0099b43 /usr/lib/libhal-storage.so.1
    f008a000-f00917a7 /usr/lib/libhal.so.1
    f0071000-f008812b /usr/lib/libdbus-glib-1.so.2
    f0042000-f006f6a7 /usr/lib/libdbus-1.so.2
    f0005000-f003d7d7 /usr/lib/libssl.so.0.9.8
    efedd000-effec39f /usr/lib/libcrypto.so.0.9.8
    efed8000-efedb00b /usr/lib/libdns_sd.so
    efec5000-efed350b /lib/libresolv.so.2
    efec1000-efec3f1b /opt/gnome/lib/libORBitCosNaming-2.so.0
    efe64000-efebd48f /opt/gnome/lib/libbonoboui-2.so.0
    efe3a000-efe62747 /opt/gnome/lib/libgnomecanvas-2.so.0
    efe24000-efe381f3 /usr/lib/libart_lgpl_2.so.2
    efe19000-efe229ab /opt/gnome/lib/libgnome-keyring.so.0
    efdfa000-efe17a4b /usr/lib/libjpeg.so.62
    efdf1000-efdf80f7 /usr/X11R6/lib/libSM.so.6
    efdd9000-efded0ff /usr/X11R6/lib/libICE.so.6
    efd1c000-efdd31e7 /usr/lib/libasound.so.2
    efd18000-efd1aadb /lib/libresmgr.so.1
    "Main Thread" id=1 idx=0x4 tid=31412 lastJavaFrame=0xff92e214
    Stack 0: start=0xff734000, end=0xff934000, guards=0xff739000 (ok), forbidden=0xff737000
    Thread Stack Trace:
    at <unknown>(???.c)@0xf68ded93
    at <unknown>(???.c)@0xf68e021b
    at <unknown>(???.c)@0xf68eab88
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2fe9
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68de358
    at <unknown>(???.c)@0xf68ec5ec
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2f3f
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68dc178
    at <unknown>(???.c)@0xf66f247a
    at <unknown>(???.c)@0xf66f2fe9
    at <unknown>(???.c)@0xf66f30f0
    at <unknown>(???.c)@0xf68dbb8e
    at <unknown>(???.c)@0xf68dbc3c
    at <unknown>(???.c)@0xf6c71b4d
    -- Java stack --
    at org/eclipse/swt/internal/gtk/OS._gtk_file_chooser_dialog_new([BIIIIIII)I(Native Method)
        at org/eclipse/swt/internal/gtk/OS.gtk_file_chooser_dialog_new(OS.java:4400)
        at org/eclipse/swt/widgets/DirectoryDialog.openChooserDialog(DirectoryDialog.java:124)
        at org/eclipse/swt/widgets/DirectoryDialog.open(DirectoryDialog.java:116)
        at com/intel/vtune/shell/VTDirectoryDialog.open(VTDirectoryDialog.java:47)
        at com/intel/vtune/analyzer/wizards/sampling/FirstUseSamplingPage$4.widgetSelected(FirstUseSamplingPage.java:365)
        at org/eclipse/swt/widgets/TypedListener.handleEvent(TypedListener.java:90)
        at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66)
        at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:1085)
        at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3166)
        at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2842)
        at org/eclipse/jface/window/Window.runEventLoop(Window.java:820)
        at org/eclipse/jface/window/Window.open(Window.java:796)
        at org/eclipse/ui/actions/NewWizardAction.run(NewWizardAction.java:181)
        at com/intel/vtune/shell/NewActivity.run(NewActivity.java:79)
        at com/intel/vtune/shell/NewActivity.runWithEvent(NewActivity.java:73)
        at org/eclipse/ui/internal/PluginAction.runWithEvent(PluginAction.java:244)
        at org/eclipse/ui/internal/WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
        at org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)
        at org/eclipse/jface/action/ActionContributionItem.access$2(ActionContributionItem.java:488)
        at org/eclipse/jface/action/ActionContributionItem$6.handleEvent(ActionContributionItem.java:441)
        at org/eclipse/swt/widgets/EventTable.sendEvent(EventTable.java:66)
        at org/eclipse/swt/widgets/Widget.sendEvent(Widget.java:1085)
        at org/eclipse/swt/widgets/Display.runDeferredEvents(Display.java:3166)
        at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:2842)
        at org/eclipse/ui/internal/Workbench.runEventLoop(Workbench.java:1914)
        at org/eclipse/ui/internal/Workbench.runUI(Workbench.java:1878)
        at org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Workbench.java:419)
        at org/eclipse/ui/PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org/eclipse/ui/internal/ide/IDEApplication.run(IDEApplication.java:95)
        at org/eclipse/core/internal/runtime/PlatformActivator$1.run(PlatformActivator.java:78)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.start(EclipseAppLauncher.java:68)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:400)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:177)
        at jrockit/vm/RNI.c2java(IIII)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:585)
        at org/eclipse/core/launcher/Main.invokeFramework(Main.java:336)
        at org/eclipse/core/launcher/Main.basicRun(Main.java:280)
        at org/eclipse/core/launcher/Main.run(Main.java:977)
        at org/eclipse/core/launcher/Main.main(Main.java:952)
        at jrockit/vm/RNI.c2java(IIII)V(Native Method)
        -- end of trace
    Additional information is available in:
      /root/workspace/jrockit.31412.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.4-development
    Elf headers:
    libc       ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 000159c0 PHOFF: 00000034 SHOFF: 00127058 EF: 0x0 HS: 52 PS: 32 PHN; 11 SS: 40 SHN: 67 STIDX: 64
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00004b80 PHOFF: 00000034 SHOFF: 0001274c EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 37 STIDX: 34
    libjvm     ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00057470 PHOFF: 00000034 SHOFF: 002dfe00 EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 19 STIDX: 16
    ===== END DUMP ===============================================================                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  • Error Message: Illegal memory access. [54] in jrockit/vm/Reflects$IClass

    Hi,
    We ve got an Illegal memory access during stress tests. Is it a known crash? Let us know other info are needed.
    Thanks in advance,
    Marian
    Here is the jrockit.<pid>.dump file:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 15:18:31 on Tue Sep 26 07:56:28 2006
    Additional information is available in:
    /var/tmp/OC/jrockit.31184.dump
    /var/tmp/OC/core or core.31184
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=1 si_addr=0x647f
    Version : BEA JRockit(R) R26.4.0-63-63688-1.5.0_06-20060626-2259-linux-ia32
    GC : System optimized over pausetime (initial strategy singleconcon)
    : GC strategy for GC 897 was singleconcon
    : GC strategy for GC 898 was singleconcon
    : GC strategy for GC 899 was singleconcon
    : GC strategy for GC 900 was singleconcon
    : GC strategy for GC 901 was singleconcon
    : mmHeap->data = 0x8100000, mmHeap->top = 0x18100000
    : mmStartCompaction = 0x13100000, mmEndCompaction = 0x17100000
    CPU : AMD Opteron/Athlon64 SSE SSE2 EM64T
    Number CPUs : 4
    Tot Phys Mem : 4080599040 (3891 MB)
    OS version : Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:54:53 EST 2006 (i686)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xms256M -Xmx256M -Xgcprio:pausetime -Djrockit.codegen.trytogroupgetters=false -Xmanagement -Djrockit.managementserver.port=4144 -Dcatalina.home=/opt/ocmp-tomcat hp.opencall.media.platform.PlatformMain /opt/OC/data/ocmp/OCMP.properties background
    java.home : /opt/bea/jrockit-R26.4.0-jre1.5.0_06
    j.class.path : /opt/OC/lib/classes:/opt/OC/lib/common-classes:/etc/opt/OC/supportability/lib/FAUser.jar:/opt/OC/lib/octtl.jar:/opt/OC/lib/FA.jar:/opt/OC/lib/jarTTLXMLConfig.jar:/opt/OC/lib/jarXMLConfigLoader.jar:/opt/OC/lib/UpdateXML.jar:/opt/OC/lib/OCSaf.jar:/opt/OC/lib/SDPutil.jar:/opt/OC/lib/SIPFEjsl.jar:/opt/OC/lib/OCMPIsdn.jar:/opt/OC/lib/isdn_patch.jar:/opt/OC/lib/OCMPLogMsg.jar:/opt/OC/lib/spawner/OCMPSpawner.jar:/opt/OC/lib/ClusterMgr/OCMPMgmtServer.jar:/opt/OC/lib/OCMPChailet.jar:/opt/OC/lib/OCMPCommon.jar:/opt/OC/lib/OCMPCore.jar:/opt/OC/lib/OCMPTest.jar:/etc/opt/OC/ocmp/lib/UserNumberingPlans.jar:/opt/OC/lib/CcxmlEnablerOclet.jar:/opt/OC/lib/Dependencies/commons-httpclient-3.0.jar:/opt/OC/lib/Dependencies/commons-logging.jar:/opt/OC/lib/Dependencies/commons-codec-1.2.jar:/opt/OC/lib/Dependencies/js.jar:/opt/OC/lib/Dependencies/activation.jar:/opt/OC/lib/Dependencies/javax.servlet.jar:/opt/OC/lib/Dependencies/jmxri.jar:/opt/OC/lib/Dependencies/org.mortbay.jetty.jar:/opt/OC/lib/Dependencies/net.strandberg.jar:/opt/OC/lib/Dependencies/mail.jar:/opt/OC/lib/Dependencies/xbean.jar:/opt/OC/lib/Dependencies/xml-apis.jar:/opt/OC/lib/Dependencies/xercesImpl.jar:/opt/OC/lib/Dependencies/cdr.jar:/opt/OC/lib/Dependencies/brecommon.jar:/opt/OC/lib/bsh.jar:/opt/OC/lib/Dependencies/castor-0.9.9.1-xml.jar:/opt/OC/lib/Dependencies/jgroups-all.jar:/opt/OC/lib/Dependencies/mx4j-tools.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/log4j.jar:/home/testvas/services/tvendugenerik.jar:/home/testvas/services/tvFax.jar:/home/testvas/services/tvPerf.jar:/home/testvas/services/tvperfttsasr.jar:/home/testvas/services/tvPlayFile.jar:/home/testvas/services/tvsip.jar:/home/testvas/services/tvSms.jar:/home/testvas/services/tvtid.jar:/home/testvas/services/tvttsasrsut.jar:/home/testvas/modules/tvcallconfaction.jar:/home/testvas/modules/tvcallconf.jar:/home/testvas/modules/TVcommon.jar:/home/testvas/modules/tvconfigserver.jar:/home/testvas/modules/tvenduaction.jar:/home/testvas/modules/tvenducore.jar:/home/testvas/modules/tvsippart.jar:/home/testvas/modules/usrcasrttsaction.jar::/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/rt.jar:/opt/ocmp-tomcat/bin/bootstrap.jar:/opt/ocmp-tomcat/bin/commons-daemon.jar:/opt/ocmp-tomcat/bin/commons-logging-api.jar:/opt/ocmp-tomcat/bin/tomcat-juli.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-en.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-es.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-fr.jar:/opt/ocmp-tomcat/common/i18n/tomcat-i18n-ja.jar:/opt/ocmp-tomcat/common/lib/commons-el.jar:/opt/ocmp-tomcat/common/lib/jasper-compiler-jdt.jar:/opt/ocmp-tomcat/common/lib/jasper-compiler.jar:/opt/ocmp-tomcat/common/lib/jasper-runtime.jar:/opt/ocmp-tomcat/common/lib/jsp-api.jar:/opt/ocmp-tomcat/common/lib/naming-factory-dbcp.jar:/opt/ocmp-tomcat/common/lib/naming-factory.jar:/opt/ocmp-tomcat/common/lib/naming-resources.jar:/opt/ocmp-tomcat/common/lib/servlet-api.jar:/opt/ocmp-tomcat/server/lib/catalina-ant-jmx.jar:/opt/ocmp-tomcat/server/lib/catalina-ant.jar:/opt/ocmp-tomcat/server/lib/catalina-cluster.jar:/opt/ocmp-tomcat/server/lib/catalina-optional.jar:/opt/ocmp-tomcat/server/lib/catalina-storeconfig.jar:/opt/ocmp-tomcat/server/lib/catalina.jar:/opt/ocmp-tomcat/server/lib/commons-modeler.jar:/opt/ocmp-tomcat/server/lib/servlets-default.jar:/opt/ocmp-tomcat/server/lib/servlets-invoker.jar:/opt/ocmp-tomcat/server/lib/servlets-webdav.jar:/opt/ocmp-tomcat/server/lib/tomcat-ajp.jar:/opt/ocmp-tomcat/server/lib/tomcat-apr.jar:/opt/ocmp-tomcat/server/lib/tomcat-coyote.jar:/opt/ocmp-tomcat/server/lib/tomcat-http.jar:/opt/ocmp-tomcat/server/lib/tomcat-util.jar:/opt/ocmp-tomcat/oam-webapps/OCMPSipCfg/WEB-INF/lib/jdom.jar:/opt/ocmp-tomcat/oam-webapps/OCMPSipCfg/WEB-INF/classes:/opt/OC/share/java/hpoclic.jar
    j.lib.path : /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/../lib/i386:/opt/OC/lib
    JAVA_HOME : /opt/bea/jrockit-R26.4.0-jre1.5.0_06
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386:/opt/bea/jrockit-R26.4.0-jre1.5.0_06/../lib/i386:/opt/OC/lib
    LD_ASSUME_KERNEL: <not set>
    C Heap : 443 memory allocations have failed
    : First failure was a mmRealloc of 640 bytes
    : Last failure was a mmRealloc of 2560 bytes
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xab64e8d4 / OS context: 0xab64e9b0):
    eax = 00006473 ecx = 001f1d78 edx = 001f1d78 ebx = 0f44a6e0
    esp = ab64eca0 ebp = 0f44a6a8 esi = 0f44a6e0 edi = 00000000
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = 01536fe7 eflags = 00000202
    Stack:
    (* marks the word pointed to by the stack pointer)
    ab64eca0: 001f1d78* 0102d47d 6473344e 013194c0 0c000908 010229f1
    ab64ecb8: 0c000908 013378b8 00000001 0f930940 17200888 ab64ed48
    ab64ecd0: ac46bea4 00000000 0f13f6a8 0f13fee8 ac46be98 17200889
    ab64ece8: 0f8bb860 ac46be98 ab64ed10 b7eacb6a ac46c068 ab64ed34
    ab64ed00: ab64ed40 b7eacef4 00000000 00000000 ac46be98 0103ad8a
    ab64ed18: ac46c068 ab64ed34 0102238e b7bc9550 0103ad85 ac46c11c
    ab64ed30: 0f8bb390 0f935408 0f8bb340 00000020 00000022 013ea3fe
    ab64ed48: 0000020b 00000020 0c000908 0f8bb861 0f8bb861 0f8bb2b8
    ab64ed60: ac46be98 00000000 0f8bb3c8 013cfd05 0f935408 0f8bb468
    ab64ed78: 0becd4f8 0f8b3088 000000d0 0135ad50 0000000d ac46be98
    ab64ed90: 0becdea8 00000027 00000050 0f44a698 0f8b3088 09b122c0
    ab64eda8: 0f930940 0f8bb610 0f935409 0f8b3088 ac46be98 013435fd
    ab64edc0: ab64ee00 0f937a38 ac46c068 0000000b 0f935408 0000000c
    ab64edd8: 00000000 09a801d8 0000000c 0f8b21b8 0f8b2260 0f930940
    ab64edf0: ac46c068 0f8b2320 0f8b23b8 ac46be98 ac46be98 0103c852
    ab64ee08: ac46c068 ab64ee30 029134c0 ab64ee34 ab64ee38 0c6aa148
    ab64ee20: b7bd1b28 0103c84d 0f8b2298 00000010 0c4de040 00000015
    ab64ee38: 0000000a ac46be98 09a80180 0f8b2080 0f8b20d0 0c2f6270
    ab64ee50: 0f8ac1c5 0119ab3d 0f8ac190 0139b7e9 0f8ac190 0f8b20d0
    ab64ee68: 0f8b22c8 0f8b3088 0000001f ac46be98 09abe910 00000010
    ab64ee80: 0f8b20b8 00000000 0000000e 0133095b 0f8b3089 0f8b3089
    ab64ee98: 00000015 0133095b 0f8b3089 0becd450 00000012 0000000e
    ab64eeb0: 0f8b2f38 0f8b2f39 ac46be98 0f8b2f39 0f8b2f98 0f8b2f48
    ab64eec8: 0f8b2f48 00000029 0f8b2f98 012db651 0becd391 0f8b3089
    ab64eee0: 0f8b3089 0f8b3089 0f8b3089 0f8b3089 00000029 0becd390
    ab64eef8: 0c2f6008 0f8b3089 09d41411 00000000 0becd2a0 0f8b2ff0
    ab64ef10: ac46be98 0134dc97 029134c0 0f8ac018 0f8b1fe0 0f8b8d01
    ab64ef28: 0c07f648 0f8b5890 00000019 0c07f660 0c2f6008 013add6e
    ab64ef40: 0cc72880 00000000 0914b399 ac46be98 0f896090 015f3333
    ab64ef58: 00000000 0914ddf8 0f8b8c08 0914ddd8 0c8cc0c8 ac46be98
    ab64ef70: 0914de55 00000000 0f52bc98 00000016 00000b71 00000000
    ab64ef88: 0c8cc0c8 01022393 00000016 0f8ab700 00000018 0f8b2ff0
    ab64efa0: 00000010 013add6e 0f8b3000 0914b339 0f8b2ca0 0914ddf8
    ab64efb8: 00000010 0143c31d ab9d5168 ac46be98 0914de51 00000000
    ab64efd0: 00644ba5 00000000 00035db9 0914b369 0f8b8d48 00000000
    ab64efe8: ab9d5168 00000005 0f8b2ec8 0138e1c5 0f8b2e28 00000046
    ab64f000: 00000005 00000022 0f8b2dd0 ac46be98 0f8b5890 0142bda6
    ab64f018: 00000013 0f8b5890 0f8b2e28 0f68e010 0914ddf8 0f8b2d11
    ab64f030: 0c4de000 ac46be98 0f8b8d00 015554bd ac46be98 09121df1
    ab64f048: ac46be98 ac46be98 0f8b2d11 ac46be98 0f8b2d10 0000000c
    ab64f060: 00000000 014c741a 0914d010 00000001 0f8b2d98 b7ede3b7
    ab64f078: ab64f0a8 00000022 0c8cc0c8 ab64f100 00000024 ab64f0c8
    ab64f090: 00582067 0102584d ac46be98 0f8b8d00 0914ddd8 0f8b8d00
    ab64f0a8: ac46be98 0154c28a 0f93cf40 09121df1 0c8cc0c8 00000017
    ab64f0c0: 0914ddf8 00000000 ac46c068 0914d6f1 0f8b2ec8 00000000
    ab64f0d8: 00000046 ac46be98 00000022 0914d010 00000005 0f8b2ca0
    ab64f0f0: 0f8b2ca0 01271718 0f8b2ca0 0f8b8ee8 0f8b2ca0 09121df0
    ab64f108: 00000004 00000004 00000000 00000000 0c8cc0c8 0f8b2ca0
    ab64f120: 0f8b2ca5 014f0f2e 0f93cf45 0139a512 00000000 0f8b2ca0
    ab64f138: 0f8b2ca1 013f110f 00000000 00000000 0c8cc0c8 0c8cc098
    ab64f150: 0914d570 0c8cc0c8 00000000 0119abeb 0f8b8d01 00000000
    ab64f168: 0f8b2ca0 0119a482 0c8cc0c8 00000001 0c8cc0ce b7ece61c
    ab64f180: ac46c068 00000000 00000000 00000000 ac46be98 00000000
    ab64f198: ab64f1b8 00000000 0808de8c 00000000 ac46be98 01020015
    ab64f1b0: ac46be98 fffffffc ac46be98 010219c3 fffffffc ab64f268
    ab64f1c8: 01199cd0 00000001 080cd488 ab64f1f8 ac46be98 b7dcb6bc
    ab64f1e0: ac46be98 01199cd0 ab64f268 ab64f350 00000000 00000000
    ab64f1f8: ab64f2c8 b7ea2213 080cd488 ac46be98 01199cd0 ab64f268
    ab64f210: ab64f350 0808de8c 00000001 00000000 001a3928 ac46c068
    ab64f210: ab64f350 0808de8c 00000001 00000000 001a3928 ac46c068
    ab64f228: 001a3928 00000000 00000000 00000000 00000000 ab64f268
    ab64f240: 00000000 00000001 00000000 ab64f268 0808de8c 02371570
    ab64f258: 02373050 00000000 ab64f30c 00000001 ac46be98 ab94463c
    ab64f270: ac46c068 001a310c ab64f2b8 b7e95935 ac46c068 02371570
    ab64f288: 02373050 ab64f30c ab64f30c ac46c068 001a3928 ab944638
    ab64f2a0: ab64f30c ac46c068 0808de8c 00000006 00000001 00000001
    ab64f2b8: 00000001 00000000 00000001 00000000 ab64f318 b7e95a77
    ab64f2d0: ac46c068 001a3928 b4dba708 ac46be98 00000000 ab64f39c
    ab64f2e8: b7ea1f10 ab64f350 001a3928 ac46c068 00000000 00000002
    ab64f300: ac46be98 ac46c068 ab64f398 b4dba708 00000000 00000000
    ab64f318: ab64f358 b7e9645e ac46c068 001a3928 ac46be98 00000000
    ab64f330: ab64f39c b7ea1f10 00000000 ab64f350 ac46c068 ac46c068
    ab64f348: 0000001f 00000000 ab64f300 ac46be98 ab64f388 b7e95ffc
    ab64f360: ac46c068 ac46be98 001a3928 ab64f39c ac46be98 001a310c
    ab64f378: b4d5bfb4 ab64f3b0 ac46be98 006472e1 ab64f3b8 b7ecee3b
    ab64f390: ac46c068 ac46be98 001a3928 0064bff4 b7eceddc ac46be98
    ab64f3a8: b4db99f0 00000001 b4d5be30 ac46be98 ab64f3e8 b7ece6f4
    ab64f3c0: 00000000 b4d5bfb4 ab64f3e8 b7ece6c7 b4d5be30 ac46be98
    ab64f3d8: 00000000 b7ecf3dd 00000000 ac46c068 ab64f428 b7ecf457
    ab64f3f0: b7eceddc 00000000 00000000 00000000 0064bff4 00000000
    ab64f408: ab64fbb0 00000000 00000000 00000000 00000000 b4db95c8
    ab64f420: 00000000 b7eceddc ab64f448 b7ec3135 b4d5be30 00000000
    ab64f438: 00000000 00000000 00000000 00000000 ab64f4c8 00642371
    ab64f450: ac47a4c8 00000000 00000000 00000000 ab64f480 00000000
    ab64f468: 00000000 00000000 00000000 00000000 00000000 ab64fbb0
    ab64f480: 0064bff4 ab64fbb0 007d0f00 ab64f4c8 ab64f460 00642344
    ab64f498: 00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    (* marks the word pointed to by the instruction pointer)
    01536ee4: fdb3e9eb 5c89ffff 5c8b0c24 a6e91424 89fffffd 8b0c246c
    01536efc: e914245c fffffd99 0c246c89 14245c8b fffd8ce9 245c8bff
    01536f14: fd83e914 5c8bffff 7ae91424 8bfffffd e914245c fffffd71
    01536f2c: 14245c8b fffe53e9 e9eb89ff fffffe4c 0c245c89 14245c8b
    01536f44: fffe3fe9 246c89ff 245c8b0c fe32e914 5c8bffff 29e91424
    01536f5c: 8bfffffe e914245c fffffe20 14245c8b fffe17e9 245c8bff
    01536f74: fe0ee914 5c8bffff 05e91424 8bfffffe e914245c fffffdfc
    01536f8c: 14245c8b 64244c8b fffe99e9 245c8bff 247c8b14 fe9de964
    01536fa4: 5c8bffff 7c8b1424 a3e96424 8bfffffe 8b14245c e9642444
    01536fbc: fffffea7 14245c8b 6424548b fffeabe9 fdb6e9ff c6e9ffff
    01536fd4: ccfffffc cccccccc cccccccc 8504ec83 8b1374c0* d2850c50
    01536fec: 328b0e74 753cfe81 08750018 d23102eb c359d689 3cba028b
    01537004: 90001875 ae9e03e8 cccc90ff ec815553 000000a4 701d8b65
    0153701c: 8b000000 b9577c3d 144f8b02 0a41be0f 85106e8b 34840fc0
    01537034: 89000014 89402474 8b4c247c b957800d 30458b02 00441f0f
    0153704c: 246c8900 244c8948 8b003958 758d0c6b 10733910 15ab860f
    01537064: 73890000 0045c70c 001d0234 000445c7 c7000000 00000845
    0153707c: 45c70000 0000000c 24448900 0c538b08 3930728d 860f1073
    01537094: 0000159f c70c7389 1889f802 0442c700 00000000 100842c7
    015370ac: 31000000 107289f6 89147289 72891872 2072891c 89247289
    015370c4: 72892872 0855892c e9c1e989 0081c609 00000bf8 c190158b
    015370dc: d789abbc 69e8ee89 8bffe23a 8b082454 ee894442 eb223be8
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-0805624f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/bin/java
    0063d000-0064a95b /lib/tls/libpthread.so.0
    00618000-00638d0f /lib/tls/libm.so.6
    004c2000-004c3967 /lib/libdl.so.2
    004ec000-0060fa14 /lib/tls/libc.so.6
    004a9000-004bdd53 /lib/ld-linux.so.2
    b7d3e000-b7f7b2e7 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/jrockit/libjvm.so
    b7d24000-b7d2ca17 /lib/libnss_files.so.2
    b7ca3000-b7cc31f7 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libjava.so
    b7c97000-b7ca17bb /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libverify.so
    b7c73000-b7c84743 /lib/libnsl.so.1
    b7b1c000-b7b21f13 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/native_threads/libhpi.so
    b7446000-b74564f8 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libnet.so
    b6e79000-b6e7ef0b /opt/OC/lib/libJniUnix.so.1.0.0
    b6e69000-b6e6eb5f /opt/OC/lib/libTTL.so.1
    b6e59000-b6e61933 /opt/OC/lib/libTTLBase.so.1
    b6e47000-b6e496ab /usr/lib/libntl.so.1
    00be2000-00be9a76 /lib/tls/librt.so.1
    b6d7c000-b6e3b917 /usr/lib/libstdc++.so.6
    b6d74000-b6d7ad2f /lib/libgcc_s.so.1
    b6d6b000-b6d6bd67 /usr/lib/gconv/ISO8859-1.so
    b6e4f000-b6e57787 /opt/OC/lib/liblog4c_jni.so.1.0.0
    b6d47000-b6d5a017 /usr/lib/liblog4c.so.2
    b6b12000-b6b13983 /opt/OC/lib/libOcTtl.so.1.10.2
    b687e000-b6884298 /opt/OC/lib/libJniCode.so.1.0.0
    b6843000-b687b819 /opt/OC/lib/libsdsptbx.so.1
    b6783000-b681f116 /opt/OC/lib/libsdsp.so.1
    b60b4000-b6525a82 /opt/OC/lib/libsdspfilters.so.1
    b5a90000-b5b521b3 /opt/OC/lib/libnbfax.so.0
    b5a76000-b5a8493a /opt/OC/lib/libh263parser.so.0
    b5a61000-b5a7443f /opt/OC/lib/libortp.so.5
    b5a47000-b5a5504f /opt/OC/lib/libspg7231b.so
    b5a37000-b5a45177 /opt/OC/lib/libspg729ab.so
    b5a22000-b5a2f483 /opt/OC/lib/libspevrc.so
    b59db000-b5a1f2bd /opt/OC/lib/libocsipmsg.so.0
    b59ce000-b59d967b /usr/lib/libgsm.so.1
    b59a3000-b59cce0b /usr/lib/librfftw.so.2
    b5970000-b59a1e13 /usr/lib/libfftw.so.2
    b58c3000-b59512da /opt/OC/lib/libfmktbx.so.0
    b58a2000-b58b0faf /lib/libresolv.so.2
    b4c0f000-b4c1727b /opt/OC/lib/libHpSdsp2FioReadFilter.so.1.0.0
    b4c06000-b4c0dacf /opt/OC/lib/libHpSdsp2FioWriteFilter.so.1.0.0
    b4c00000-b4c0499b /opt/OC/lib/libHpSdsp2V23EncFilter.so.1.0.0
    b4bfd000-b4bfef53 /opt/OC/lib/libHpSdsp2V23DecFilter.so.1.0.0
    b4bf8000-b4bfbacb /opt/OC/lib/libHpSildtmfFilter.so.1.0.0
    b4bf1000-b4bf63eb /opt/OC/lib/libHpSdsp2FaxFilter.so.1.0.0
    b4bed000-b4bef15b /opt/OC/lib/libHpSdsp2ToneFilter.so.1.0.0
    b4be9000-b4beb1c7 /opt/OC/lib/libHpSdsp2GendtmfFilter.so.1.0.0
    b4be6000-b4be743b /opt/OC/lib/libCngFilter.so.1.0.0
    b4be3000-b4be46a3 /opt/OC/lib/libSpeedFilter.so.1.0.0
    b4be0000-b4be16a7 /opt/OC/lib/libGainFilter.so.1.0.0
    b4bdd000-b4bde44b /opt/OC/lib/libHpAgcFilter.so.1.0.0
    b4bda000-b4bdb6b7 /opt/OC/lib/libHpSdsp2EchoFilter.so.1.0.0
    b4bd8000-b4bd8c27 /opt/OC/lib/libHpSdsp2EchoSimFilter.so.1.0.0
    b4bd2000-b4bd68d8 /opt/OC/lib/libRtpioRFilter.so.1.0.0
    b4bcc000-b4bd0ce8 /opt/OC/lib/libRtpioWFilter.so.1.0.0
    b4bc7000-b4bca20f /opt/OC/lib/libHpNvadFilter.so.1.0.0
    b4bc2000-b4bc516f /opt/OC/lib/libHpSdsp2VadFilter.so.1.0.0
    b4bbf000-b4bc0b37 /opt/OC/lib/libHpSdsp2ConfFilter.so.1.0.0
    b4bbb000-b4bbd0df /opt/OC/lib/libHpSdsp2UserFilter.so.1.0.0
    b4bb8000-b4bb958b /opt/OC/lib/libPtiProxyRFilter.so.1.0.0
    b4bb5000-b4bb658f /opt/OC/lib/libPtiProxyWFilter.so.1.0.0
    b4bb2000-b4bb36a3 /opt/OC/lib/libSonetProxyRFilter.so.1.0.0
    b4baf000-b4bb06b7 /opt/OC/lib/libSonetProxyWFilter.so.1.0.0
    b4bac000-b4badab3 /opt/OC/lib/libHpMucompFilter.so.1.0.0
    b4ba9000-b4baaaaf /opt/OC/lib/libHpAcompFilter.so.1.0.0
    b4ba6000-b4ba7143 /opt/OC/lib/libHpImacompFilter.so.1.0.0
    b4ba3000-b4ba4143 /opt/OC/lib/libHpOkicompFilter.so.1.0.0
    b4ba0000-b4ba1f37 /opt/OC/lib/libHpSdsp2EvrccompFilter.so.1.0.0
    b4b9d000-b4b9e7a7 /opt/OC/lib/libHpSdsp2SpyFilter.so.1.0.0
    b4b9a000-b4b9b4a3 /opt/OC/lib/libHpSdsp2G729compFilter.so.1.0.0
    b4b97000-b4b981af /opt/OC/lib/libHpSdsp2AMRcompFilter.so.1.0.0
    b4b94000-b4b9517f /opt/OC/lib/libHpSdsp2G726comp16Filter.so.1.0.0
    b4b91000-b4b9217f /opt/OC/lib/libHpSdsp2G726comp32Filter.so.1.0.0
    b4b8f000-b4b8fc6b /opt/OC/lib/libHpSdsp2GSMcompFilter.so.1.0.0
    b4b8c000-b4b8d3bb /opt/OC/lib/libHpSdsp2G723153compFilter.so.1.0.0
    b4b8a000-b4b8ac53 /opt/OC/lib/libHpMuexpFilter.so.1.0.0
    b4b88000-b4b88c53 /opt/OC/lib/libHpAexpFilter.so.1.0.0
    b4b85000-b4b86143 /opt/OC/lib/libHpImaexpFilter.so.1.0.0
    b4b82000-b4b83143 /opt/OC/lib/libHpOkiexpFilter.so.1.0.0
    b4b7f000-b4b80647 /opt/OC/lib/libHpSdsp2EvrcexpFilter.so.1.0.0
    b4b7c000-b4b7d187 /opt/OC/lib/libHpSdsp2G729expFilter.so.1.0.0
    b4b79000-b4b7a1a7 /opt/OC/lib/libHpSdsp2AMRexpFilter.so.1.0.0
    b4b76000-b4b7717f /opt/OC/lib/libHpSdsp2G726exp16Filter.so.1.0.0
    b4b73000-b4b7417f /opt/OC/lib/libHpSdsp2G726exp32Filter.so.1.0.0
    b4b71000-b4b71c6b /opt/OC/lib/libHpSdsp2GSMexpFilter.so.1.0.0
    b4b6e000-b4b6f19b /opt/OC/lib/libHpSdsp2G723153expFilter.so.1.0.0
    b4b6c000-b4b6cc13 /opt/OC/lib/libHpCopyFilter.so.1.0.0
    b660b000-b660d5b7 /opt/OC/lib/libRTPSock.so.1.0.0
    b4471000-b44e561f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libawt.so
    b43aa000-b446f21f /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/libmlib_image.so
    b43a3000-b43a86f4 /opt/bea/jrockit-R26.4.0-jre1.5.0_06/lib/i386/headless/libmawt.so
    "session3" id=52 idx=0x68 tid=31711 lastJavaFrame=(nil)
    Stack 0: start=0xab62e000, end=0xab650000, guards=0xab633000 (ok), forbidden=0xab631000
    Thread Stack Trace:
    -- Java stack --
    at jrockit/vm/Reflect$IClass.get(I)Ljava/lang/Class;(Unknown Source)[optimized]
    at jrockit/vm/Reflect$IClassBlock.getClass(I)Ljava/lang/Class;(Unknown Source)
    at jrockit/vm/RNI.typeCheck(II)V(Unknown Source)
    at jrockit/vm/Reflect$IClass.getNoCheck(I)Ljava/lang/Class;(Unknown Source)
    at jrockit/vm/Reflect$IAccessibleObject.getDeclaringClass(I)Ljava/lang/Class;(Unknown Source)[inlined]
    at java/lang/reflect/Method.<init>(Ljava/lang/Class;I)V(Unknown Source)[inlined]
    at java/lang/reflect/LangReflectImpl.newMethod(Ljava/lang/Class;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at jrockit/reflect/MemberAccess.newMethod(Ljava/lang/Class;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.findCreateMethod(Ljava/util/HashMap;I)Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.findMethods(I)[Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at java/lang/Class.getMethods(I)[Ljava/lang/reflect/Method;(Unknown Source)[inlined]
    at hp/opencall/media/ocmpfunctest/FSM.dumpSIPMsgIntf(Lcom/hp/opencall/SIP/SigProvider/SIPMsgIntf;)Ljava/lang/String;(FSM.java:1719)[optimized]
    at hp/opencall/media/ocmpfunctest/FSM.dumpCallSpec(Lhp/opencall/media/ccapi/CallSpec;)Ljava/lang/String;(FSM.java:1980)[optimized]
    at hp/opencall/media/ocmpfunctest/EMAP$2.onTrunkConnected(I)V(EMAP.java:1432)[optimized]
    at hp/opencall/media/ocmpfunctest/FSM$TrunkLegListenerFSM.trunkLegStateChange(I)V(FSM.java:2406)[optimized]
    at hp/opencall/media/service/OrigTrunkLeg$3.runTask()V(OrigTrunkLeg.java:535)[optimized]
    at hp/opencall/media/platform/FWTask.startTask()V(FWTask.java:237)[optimized]
    at hp/opencall/media/platform/Task.startTask()V(Task.java:141)[optimized]
    at hp/opencall/media/platform/FWThread.run()V(FWThread.java:316)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    Additional information is available in:
    /var/tmp/OC/jrockit.31184.dump
    /var/tmp/OC/core or core.31184
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00500f10 PHOFF: 00000034 SHOFF: 00134468 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 67 STIDX: 64
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00641850 PHOFF: 00000034 SHOFF: 00010584 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 39 STIDX: 36
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00050e70 PHOFF: 00000034 SHOFF: 002a0924 EF: 0x0 HS: 52 PS: 32 PHN; 3 SS: 40 SHN: 20 STIDX: 17
    ===== END DUMP ===============================================================

    Marie,
    Please mail me at hstahl AT bea to follow up on this.

  • Invalid memory access of location error when exporting for iOS

    I have been recently been asked to convert a flash application for us on the iPad. When I try to publish the .ipa file I end up with the following error:
    Invalid memory access of location 0xceip=0x55492db4
    I have no idea what might cause this and my google search of the error message has come up pretty empty. If I remove the document class and republish it works fine so I know it has something to do with my code but I haven't the slightest idea where to start looking so I was hoping someone else had run into a similar error and could point me in the right direction.
    thanks so much
    -Ryan             

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Weblogic crash after "Illegal memory access" error

    hi all. Weblogic application crashed after receiving an illegal memory access error. any thoughts....
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0xb5778850
    Version : BEA JRockit(R) R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-l
    inux-ia32
    The Weblogic Admin Console will not start since the Jrockit crash. I've attached the log from the failed startup.
    <Jan 8, 2009 11:13:22 AM MDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.la
    ng.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    log from weblogic admin stdout:
    Java home=/ps_opt/wl92/jrockit_150_12
    Java command line=java -jrockit -Xms256m -Xmx256m -Dweblogic.Chunksize=65536 -Djava.util.logging.config.file=/ps_opt/wl92/webserv/myserver/applications/peoplesoft/logging.properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Dweblogic.Name=WebLogicAdmin -Dps_vault=/ps_opt/wl92/webserv/myserver/psvault -Djavax.net.ssl.trustStore=/ps_opt/wl92/webserv/myserver/keystore/pskey -Dweblogic.ProductionModeEnabled=true -Djava.security.policy=/ps_opt/wl92/weblogic92/server/lib/weblogic.policy -Dssl.debug=false -Dps_home=/ps_opt/wl92 weblogic.Server
    Java options=-jrockit -Xms256m -Xmx256m -Dweblogic.Chunksize=65536
    <Jan 8, 2009 11:13:20 AM MDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /ps_opt/wl92/weblogic92/platform/lib/p13n/p13n-schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_common.jar:/ps_opt/wl92/weblogic92/platform/lib/p13n/p13n_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_common.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_schemas.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/netuix_system.jar:/ps_opt/wl92/weblogic92/platform/lib/wlp/wsrp-common.jar:/ps_opt/wl92/webserv/myserver/lib/endorsed/xalan.jar:/ps_opt/wl92/webserv/myserver/lib/pluto-1.0.1.jar:/ps_opt/wl92/webserv/myserver/lib/portlet-api-1.0.jar:/ps_opt/wl92/webserv/myserver/lib/ps_patch.jar>
    <Jan 8, 2009 11:13:21 AM MDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
    <Jan 8, 2009 11:13:22 AM MDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.ClassFormatError:
    com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
    java.lang.ClassFormatError: com/bea/xbean/store/Xobj$DocumentXobj : invalid LineNumberTable pc at 27684
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at com.bea.xbean.store.Cur$Locations.<clinit>(Cur.java:482)
         at com.bea.xbean.store.Locale.<init>(Locale.java:168)
         at com.bea.xbean.store.Locale.getLocale(Locale.java:235)
    >
    <Jan 8, 2009 11:13:22 AM MDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 8, 2009 11:13:22 AM MDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 8, 2009 11:13:22 AM MDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Hi Nicolas.
    What Weblogic 9.2 patch is it ?92MP3 no patches
    What Peopletools version is it ?849.09
    What OS ?Linux 2.6.9-67.0.20.ELsmp
    Is it crashed on the startup ? yes it fails when we try to startup the admin server
    let me know thanks

  • JRockit R27.6.0 - Illegal Memory Access

    Hi,
    hopefully someone can help me understand what is going on. I'm getting Illegal Memory Access which is crashing the VM. We recently moved to WebLogic 10.3 using JRocking on x86-64. Yesterday under load we got this error.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=(nil)
    Version : BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2104-linux-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#2138.
    : YC is not running. Last finished YC was YC#4709.
    OC History : Strategy genparpar was used for OC#2115 to OC#2116.
    : Strategy singleparpar was used for OC#2117 to OC#2120.
    : Strategy genparpar was used for OC#2121 to OC#2124.
    : Strategy singleparpar was used for OC#2125 to OC#2126.
    : Strategy genparpar was used for OC#2127 to OC#2138.
    YC History : Ran 1 YCs before OC#2134.
    : Ran 1 YCs before OC#2135.
    : Ran 1 YCs before OC#2136.
    : Ran 1 YCs before OC#2137.
    : Ran 1 YCs before OC#2138.
    : Ran 0 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x8100000 - 0x18100000 (Size: 256 MB)
    Compaction : 0xb100000 - 0xc100000 (Current compaction type: internal)
    NurseryList : 0xcf79cb0 - 0x130a8658
    KeepArea : 0x130c5368 - 0x130b3278
    NurseryMarker: [ 0x130c5368,  0x130b3278 ]
    CompRefs : References are 32-bit.
    CPU : Intel Core 2 SSE SSE2 SSE3 SSSE3 Core EM64T
    Number CPUs : 4
    Tot Phys Mem : 8370728960 (7982 MB)
    OS version : SUSE Linux Enterprise Server 10 (x86_64)
    VERSION = 10
    PATCHLEVEL = 1
    Linux version 2.6.16.54-0.2.12-smp (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Fri Oct 24 02:16:38 UTC 2008 (x86_64)
    Thread System: NPTL
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Xms256m -Xmx1500m -da -Dplatform.home=/dep/weblogic/wlserver_10.3 -Dwls.home=/dep/weblogic/wlserver_10.3/server -Dweblogic.home=/dep/weblogic/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/dep/weblogic/patch_wls1030/profiles/default/sysext_manifest_classpath:/dep/weblogic/patch_cie660/profiles/default/sysext_manifest_classpath -Dweblogic.Name=admin -Djava.security.policy=/dep/weblogic/wlserver_10.3/server/lib/weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : /dep/weblogic/jrockit_160_05/jre
    j.class.path : :/dep/weblogic/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/dep/weblogic/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/dep/weblogic/jrockit_160_05/lib/tools.jar:/dep/weblogic/wlserver_10.3/server/lib/weblogic_sp.jar:/dep/weblogic/wlserver_10.3/server/lib/weblogic.jar:/dep/weblogic/modules/features/weblogic.server.modules_10.3.0.0.jar:/dep/weblogic/wlserver_10.3/server/lib/webservices.jar:/dep/weblogic/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/dep/weblogic/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/dep/weblogic/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/dep/weblogic/wlserver_10.3/server/lib/xqrl.jar:::/dep/weblogic/user_projects/domains/e1/config/e1conf
    j.lib.path : /dep/weblogic/jrockit_160_05/jre/lib/i386/jrockit:/dep/weblogic/jrockit_160_05/jre/lib/i386:/dep/weblogic/jrockit_160_05/jre/../lib/i386::/dep/weblogic/wlserver_10.3/server/native/linux/i686:/dep/weblogic/wlserver_10.3/server/native/linux/i686/oci920_8
    JAVA_HOME : /dep/weblogic/jrockit_160_05
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /dep/weblogic/jrockit_160_05/jre/lib/i386/jrockit:/dep/weblogic/jrockit_160_05/jre/lib/i386:/dep/weblogic/jrockit_160_05/jre/../lib/i386::/dep/weblogic/wlserver_10.3/server/native/linux/i686:/dep/weblogic/wlserver_10.3/server/native/linux/i686/oci920_8
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xf14b9a80 / OS context: 0xf14b9b7c):
    eax = 00000000 ecx = 12f36148 edx = 000000c8 ebx = 12f36158
    esp = f14b9e74 ebp = f14b9eb0 esi = 00000000 edi = 12f36158
    es = 0000002b cs = 9bb00023 ss = f7ec002b ds = 0000002b
    fs = 00000003 gs = 00000063
    eip = f7e1cc4b eflags = 00200202
    Stack:
    (* marks the word pointed to by the stack pointer)
    f14b9e74: 00000000* 00000032 12f36158 f14b9eb0 f7bcb666 12f36158
    f14b9e8c: 00000000 000000c8 f14b9ea0 6ba3b238 f71be2b0 00000032
    f14b9ea4: eb966680 6ba3b238 f14b9f28 f14b9ef0 eb93dac6 6ba3b238
    f14b9ebc: c5f5dda0 00000000 00000032 00000000 ebb70088 cfe52138
    Code:
    (* marks the word pointed to by the instruction pointer)
    f7e1cc18: c2f60000 0f077401 078806b6 c2f64746 0f0c7402 896606b7
    f7e1cc30: 02c68307 f602c783 0a7404c2 0789068b 8304c683 c2f604c7
    f7e1cc48: 8b107408* 044e8b06 4f890789 08c68304 8008c783 2174f0e2
    f7e1cc60: 4e8b068b 085e8b04 890c6e8b 044f8907 89085f89 ea830c6f
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08058253 /dep/weblogic/jrockit_160_05/bin/java
    ffffe000-ffffe7d7 /dep/weblogic/jrockit_160_05/bin/java
    f7efc000-f7f0c043 /lib/libpthread.so.0
    f7ed7000-f7ef94ef /lib/libm.so.6
    f7ed3000-f7ed4c3f /lib/libdl.so.2
    f7db1000-f7ecade5 */lib/libc.so.6
    f7f29000-f7f42db3 /lib/ld-linux.so.2
    f7ae0000-f7d37367 /dep/weblogic/jrockit_160_05/jre/lib/i386/jrockit/libjvm.so
    f7f1e000-f7f24734 /lib/librt.so.1
    f71a8000-f71b29bb /dep/weblogic/jrockit_160_05/jre/lib/i386/libverify.so
    f7183000-f71a5df7 /dep/weblogic/jrockit_160_05/jre/lib/i386/libjava.so
    f7157000-f71675b7 /lib/libnsl.so.1
    f716c000-f7171ef0 /dep/weblogic/jrockit_160_05/jre/lib/i386/native_threads/libhpi.so
    f5daa000-f5db83e4 /dep/weblogic/jrockit_160_05/jre/lib/i386/libzip.so
    f5147000-f514c666 /dep/weblogic/jrockit_160_05/jre/lib/i386/libmanagement.so
    f4fb3000-f4fc5b38 /dep/weblogic/jrockit_160_05/jre/lib/i386/libnet.so
    f4a44000-f4a4a424 /dep/weblogic/jrockit_160_05/jre/lib/i386/libnio.so
    f3c93000-f3c9c357 /dep/weblogic/jrockit_160_05/jre/lib/i386/libjmapi.so
    f7f13000-f7f14de4 /dep/weblogic/wlserver_10.3/server/native/linux/i686/libwlfileio2.so
    eebd3000-eec4d966 /dep/weblogic/jrockit_160_05/jre/lib/i386/libawt.so
    f60d1000-f60d4fa8 /dep/weblogic/jrockit_160_05/jre/lib/i386/headless/libmawt.so
    f7f11000-f7f116ad /dep/weblogic/jrockit_160_05/jre/lib/i386/librmi.so
    eb8df000-eb95cf8f /dep/weblogic/jrockit_160_05/jre/lib/i386/libfontmanager.so
    eb397000-eb3ea966 /dep/weblogic/jrockit_160_05/jre/lib/i386/libcmm.so
    eb368000-eb395a6f /dep/weblogic/jrockit_160_05/jre/lib/i386/libjpeg.so
    eb300000-eb314477 /dep/weblogic/jrockit_160_05/jre/lib/i386/libdcpr.so
    "Thread-606163" id=606200 idx=0x20c tid=11363 lastJavaFrame=0xf14b9f88
    Stack 0: start=0xf149a000, end=0xf14bc000, guards=0xf149f000 (ok), forbidden=0xf149d000
    Thread Stack Trace:
    at memcpy+91()@0xf7e1cc4b
    at ZN11GeneralPath8getShapeEP7JNIEnv+166()@0xeb93dac6
    at Java_sun_font_FileFont_getGlyphOutline+120()@0xeb93ec08
    -- Java stack --
    at sun/font/FileFont.getGlyphOutline(JIFF)Ljava/awt/geom/GeneralPath;(Native Method)
    ^-- Holding lock: sun/font/TrueTypeFont@0x9c55410[thin lock]
    at sun/font/FileFontStrike.getGlyphOutline(FileFontStrike.java:724)
    at sun/font/CompositeStrike.getGlyphOutline(CompositeStrike.java:151)[optimized]
    at sun/font/StandardGlyphVector$GlyphStrike.appendGlyphOutline(StandardGlyphVector.java:1781)[optimized]
    at sun/font/StandardGlyphVector.getGlyphsOutline(StandardGlyphVector.java:1164)[inlined]
    at sun/font/StandardGlyphVector.getOutline(StandardGlyphVector.java:402)[optimized]
    at sun/font/ExtendedTextSourceLabel.handleGetOutline(ExtendedTextSourceLabel.java:168)
    at sun/font/Decoration.getOutline(Decoration.java:115)
    at sun/font/ExtendedTextSourceLabel.getOutline(ExtendedTextSourceLabel.java:172)
    at java/awt/font/TextLine.getOutline(TextLine.java:843)[optimized]
    at java/awt/font/TextLayout.getOutline(TextLayout.java:2674)[inlined]
    at oracle/sdovis/style/StyleText.getWrappedOutline(StyleText.java:430)[inlined]
    at oracle/sdovis/style/StyleText.getStringOutline2(StyleText.java:382)[optimized]
    at oracle/sdovis/style/StyleText.getStringOutline(StyleText.java:369)[inlined]
    at oracle/sdovis/TextLabeler.findTextLabelPointOnAreaFeature(TextLabeler.java:432)[optimized]
    at oracle/sdovis/TextLabeler.labelPolygonWithText(TextLabeler.java:765)[inlined]
    at oracle/sdovis/TextLabeler.applyTextLabel(TextLabeler.java:133)[optimized]
    at oracle/sdovis/VectorRenderer.labelStyledFeature(VectorRenderer.java:1541)[optimized]
    at oracle/sdovis/VectorRenderer.label(VectorRenderer.java:378)[optimized]
    at oracle/sdovis/RenderingEngine.render(RenderingEngine.java:572)[optimized]
    at oracle/sdovis/DBMapMaker.renderEm(DBMapMaker.java:1712)[optimized]
    at oracle/sdovis/MapMaker.renderMap(MapMaker.java:1455)[optimized]
    at oracle/lbs/mapserver/core/RealWorker.generateMapImage(RealWorker.java:737)[optimized]
    at oracle/lbs/mapserver/core/RealWorker.process(RealWorker.java:354)[optimized]
    at oracle/lbs/mapserver/MapServerImpl.renderMap(MapServerImpl.java:181)
    at oracle/lbs/mapcache/cache/TileFetcher.fetchInternalMap(TileFetcher.java:428)
    at oracle/lbs/mapcache/cache/TileFetcher.fetchTile(TileFetcher.java:256)[optimized]
    at oracle/lbs/mapcache/cache/TileFetcher.run(TileFetcher.java:163)[optimized]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    Extended, platform specific info:
    libc release: 2.4-development
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 000159c0 PHOFF: 00000034 SHOFF: 0012c2b8 EF: 0x0 HS: 52 PS: 32 PHN; 11 SS: 40 SHN: 67 STIDX: 64
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00004b80 PHOFF: 00000034 SHOFF: 0001350c EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 37 STIDX: 34
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0004bf70 PHOFF: 00000034 SHOFF: 012c54a4 EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 29 STIDX: 26

    Please file a support case so we can investigate this issue properly.

  • JRockit 27.3.1, Illegal memory access, RHEL4

    We're getting the "Illegal memory access" error like so many other people have posted, but none of the other errors was the same. There appear to be so many reasons for that error and I'm not sure where to start troubleshooting (maybe update to JRockit 27.4).
    We're running two separate Tomcat 5.5.23 on RHEL4 update 5 and both seem to experience that problem (one more often than the other). It's never happened twice on the same day and it's usually some time after midnight when it's relatively slow.
    I haven't been able to determine if it's cause by the application or the JVM, so I'd appreciate any advice. Thanks!
    This is the dump we receive when this happens:
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 2 days, 20:52:04 on Mon Jan 7 23:26:57 2008
    Additional information is available in:
    /usr/share/tomcat5/jrockit.31106.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x2bce5d78
    Version : BEA JRockit(R) R27.3.1-1-85830-1.5.0_11-20070716-1248-linux-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#669.
    : YC is not running. Last finished YC was YC#1083.
    OC History : Strategy genparpar was used for OC#489 to OC#554.
    : Strategy singleparpar was used for OC#555 to OC#557.
    : Strategy genparpar was used for OC#558 to OC#563.
    : Strategy singleparpar was used for OC#564.
    : Strategy genparpar was used for OC#565 to OC#669.
    YC History : Ran 2 YCs before OC#665.
    : Ran 3 YCs before OC#666.
    : Ran 2 YCs before OC#667.
    : Ran 3 YCs before OC#668.
    : Ran 2 YCs before OC#669.
    : Ran 0 YCs since last OC.
    Heap : 0x8100000 - 0x33de2000
    Compaction : 0x15c06a00 - 0x187d4c00
    NurseryList : 0x93c5688 - 0x1fe67600
    KeepArea : 0x147165d8 - 0x1915c200
    NurseryMarker: [ 0x1915c200,  0x1b090a70 ]
    CompRefs : References are 32-bit.
    CPU : Intel Pentium 4 (HT) SSE SSE2 NetBurst
    Number CPUs : 2
    Tot Phys Mem : 2124705792 (2026 MB)
    OS version : Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
    Linux version 2.6.9-55.0.6.ELsmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)) #1 SMP Thu Aug 23 11:11:20 EDT 2007 (i686)
    Thread System: NPTL
    State : JVM is running
    Command Line : -Xms512m -Xmx768m -Xverbose:memory -Xverbose:cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib -Dcatalina.ext.dirs=/usr/share/tomcat5/shared/lib:/usr/share/tomcat5/common/lib -Djava.endorsed.dirs=/usr/share/tomcat5/common/endorsed -Dcatalina.base=/usr/share/tomcat5 -Dcatalina.home=/usr/share/tomcat5 -Djava.io.tmpdir=/usr/share/tomcat5/temp -Dsun.java.launcher=SUN_STANDARD org.apache.catalina.startup.Bootstrap start
    java.home : /usr/local/jdk-1.5.0_11-bea/jre
    j.class.path : /usr/lib/jvm/java/lib/tools.jar:/usr/share/tomcat5/bin/bootstrap.jar:/usr/share/tomcat5/bin/commons-logging-api.jar:/usr/share/java/mx4j/mx4j-impl.jar:/usr/share/java/mx4j/mx4j-jmx.jar
    j.lib.path : /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit:/usr/local/jdk-1.5.0_11-bea/jre/lib/i386:/usr/local/jdk-1.5.0_11-bea/jre/../lib/i386
    JAVA_HOME : /usr/lib/jvm/java
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit:/usr/local/jdk-1.5.0_11-bea/jre/lib/i386:/usr/local/jdk-1.5.0_11-bea/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xb612d40c / OS context: 0xb612d508):
    eax = 00000000 ecx = 2ef7b990 edx = 080d75b8 ebx = 2ef7b990
    esp = b612d7f8 ebp = 080d75b8 esi = 2bce5d70 edi = 2c4ca060
    es = 0000007b cs = 00000073 ss = 0000007b ds = 0000007b
    fs = 00000000 gs = 00000033
    eip = 026dc44e eflags = 00000202
    Stack:
    (* marks the word pointed to by the stack pointer)
    b612d7f8: 14c4bda8* 08c2ba20 02321971 080d78bc b612d7f0 084cc578
    b612d810: 2ef79e80 0290d458 082c5a70 0000001d 00000008 2ef79e80
    b612d828: 084cc578 088ca828 088ca9a8 00000000 00000000 00000000
    b612d840: 096181d8 00000000 00000000 00000001 08370ec0 0000003b
    Code:
    (* marks the word pointed to by the instruction pointer)
    026dc41c: 000004dc c708738b 00000843 83f00000 85002404 8b0674f6
    026dc434: bc51ff0e 24748b90 0ff6854c 0004e885 8cc48100 5d000000
    026dc44c: 568bc35b* 89c03108 8bde89f7 c851ff0b 008cc481 5b5d0000
    026dc464: 247c89c3 e80e8b50 ffc449d0 50247c8b fff3f5e9 246c89ff
    Loaded modules:
    (* denotes the module causing the exception)
    08048000-08056fd3 /usr/local/jdk-1.5.0_11-bea/bin/java
    007c9000-007d679b /lib/tls/libpthread.so.0
    007a4000-007c4c8f /lib/tls/libm.so.6
    0079e000-0079f967 /lib/libdl.so.2
    00670000-007953b8 /lib/tls/libc.so.6
    00656000-0066b23b /lib/ld-linux.so.2
    b7cbd000-b7f70307 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/jrockit/libjvm.so
    00874000-0087ba76 /lib/tls/librt.so.1
    b7c9d000-b7ca5a57 /lib/libnss_files.so.2
    b7c32000-b7c3c7db /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libverify.so
    b7c0f000-b7c2f217 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libjava.so
    b7be6000-b7bf7d2f /lib/libnsl.so.1
    b7a8f000-b7a94f13 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/native_threads/libhpi.so
    b7526000-b75344c4 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libzip.so
    b6fa5000-b6fb6103 /usr/local/jdk-1.5.0_11-bea/jre/lib/i386/libnet.so
    "http-8080-Processor2646" id=2665 idx=0x2c0 tid=8435 lastJavaFrame=(nil)
    Stack 0: start=0xb610c000, end=0xb6130000, guards=0xb6111000 (ok), forbidden=0xb610f000
    Thread Stack Trace:
    -- Java stack --
    at org/apache/catalina/servlets/DefaultServlet.copy(DefaultServlet.java:1780)[optimized]
    at org/apache/catalina/servlets/DefaultServlet.serveResource(DefaultServlet.java:874)[inlined]
    at org/apache/catalina/servlets/DefaultServlet.doGet(DefaultServlet.java:376)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:690)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:803)[optimized]
    at org/apache/catalina/core/ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)[inlined]
    at org/apache/catalina/core/ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)[optimized]
    at org/apache/catalina/core/StandardWrapperValve.invoke(StandardWrapperValve.java:210)[optimized]
    at org/apache/catalina/core/StandardContextValve.invoke(StandardContextValve.java:174)[optimized]
    at org/apache/catalina/valves/AccessLogValve.invoke(AccessLogValve.java:542)[optimized]
    at org/apache/catalina/core/StandardHostValve.invoke(StandardHostValve.java:127)[optimized]
    at org/apache/catalina/valves/ErrorReportValve.invoke(ErrorReportValve.java:117)[optimized]
    at org/apache/catalina/core/StandardEngineValve.invoke(StandardEngineValve.java:108)[optimized]
    at org/apache/catalina/connector/CoyoteAdapter.service(CoyoteAdapter.java:151)[optimized]
    at org/apache/coyote/http11/Http11Processor.process(Http11Processor.java:870)[optimized]
    at org/apache/coyote/http11/Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)[optimized]
    at org/apache/tomcat/util/net/PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)[optimized]
    at org/apache/tomcat/util/net/LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)[optimized]
    at org/apache/tomcat/util/threads/ThreadPool$ControlRunnable.run(ThreadPool.java:685)[optimized]
    at java/lang/Thread.run(Thread.java:595)[optimized]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    Additional information is available in:
    /usr/share/tomcat5/jrockit.31106.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 00684ed0 PHOFF: 00000034 SHOFF: 00174a38 EF: 0x0 HS: 52 PS: 32 PHN; 10 SS: 40 SHN: 67 STIDX: 66
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 007cd850 PHOFF: 00000034 SHOFF: 00019f00 EF: 0x0 HS: 52 PS: 32 PHN; 9 SS: 40 SHN: 39 STIDX: 38
    libjvm ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1 ENTRY: 0005a080 PHOFF: 00000034 SHOFF: 002f4c9c EF: 0x0 HS: 52 PS: 32 PHN; 4 SS: 40 SHN: 19 STIDX: 16
    ===== END DUMP ===============================================================

    Hi,
    Thanx for your quick update.
    Please find below the full dump
    http://forums.bea.com/thread.jspa?threadID=300004611
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 15:18:20 on Thu Feb 7 13:23:34 2008
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=(nil)
    Version : BEA JRockit(R) R27.3.0-106-83792-1.5.0_11-20070607-1612-linux-x86_64
    GC Strategy : Mode: static, with strategy: genconcon
    GC Status : OC is not running. Last finished OC was OC#166.
    : YC is not running. Last finished YC was YC#12578.
    YC History : Ran 16 YCs before OC#162.
    : Ran 153 YCs before OC#163.
    : Ran 17 YCs before OC#164.
    : Ran 44 YCs before OC#165.
    : Ran 25 YCs before OC#166.
    : Ran 83 YCs since last OC.
    Heap : 0x5600000 - 0x82600000
    Compaction : 0x16f40000 - 0x17ee0000
    NurseryList : 0x74811f20 - 0x7bd9fbf8
    KeepArea : 0x7a4ac630 - 0x7bd9fbf8
    NurseryMarker: [ 0x78f183a0,  0x7a4ac630 ]
    CompRefs : References are compressed.
    CPU : Intel Core SSE SSE2 SSE3 SSSE3 Core EM64T
    Number CPUs : 8
    Tot Phys Mem : 8362098688 (7974 MB)
    OS version : Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
    Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:56:28 EST 2006 (x86_64)
    Thread System: NPTL
    State : JVM is running (Main thread has finished)
    Command Line : -Xms2000m -Xmx2000m -Xgc:gencon -Xverbosetimestamp -Xverbose:memory,cpuinfo,opt -Xgcpause -Xgcreport -Xmanagement:ssl=false,authenticate=false -Djrockit.managementserver.port=7090 -Dprogram.name=startup.sh -Dlog4j.configuration=log4j.properties -Dsun.java.launcher=SUN_STANDARD org.jboss.Main -c app-test
    java.home : /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre
    j.class.path : /test/opt/jboss/bin/run.jar:/test/opt/jdk15/lib/tools.jar:/test/app/app-test/test5:/test/app/app-test/test5/properties:/test/app/app-test/test5/XML:/test/app/app-test/test5/FXWeb/Rules:/test/app/app-test/test5/AdminWeb/Rules:/test/app/app-test/test5/AdminServices/XML:/test/app/app-test/test5/CitiFXServices/XML:/test/app/app-test/test5/CitiChiefDealerAdminWeb/Rules:/test/app/app-test/test5/DirectFX/XML:/test/app/app-test/test5/DirectFX/properties:/test/app/app-test/test5/ISDomain/properties:/test/app/app-test/test5/FXServices/XML:/test/app/app-test/test5/FXServices/properties:/test/app/app-test/test5/FXServices/dbms/Data:/test/app/app-test/test5/ISWeb/dbms/Data:/test/app/app-test/test5/islib/certs:/test/app/app-test/test5/ISClientWeb/XML:/test/app/app-test/test5/WLClientWeb/XML:/test/app/app-test/test5/ISDomain/properties
    j.lib.path : /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/../lib/amd64:/test/opt/oraclient/lib:
    JAVA_HOME : /test/opt/jdk15
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64:/test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/../lib/amd64:/test/opt/oraclient/lib:
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x2b0185a140 / OS context: 0x2b0185a200):
    rax = 0000000000000020 rcx = 0000000000000000
    rdx = 0000000000000800 rbx = 0000000000000000
    rsp = 0000002b0185a648 rbp = 0000002b0185a690
    rsi = 0000000000000000 rdi = 0000000000000000
    r8 = 0000000000000000 r9 = 0000000000000001
    r10 = 0000002adc300020 r11 = 0000000000000810
    r12 = 0000002afced5270 r13 = 0000000000000800
    r14 = 0000002afced5288 r15 = 00000000004301c0
    cs = 0000000000005270 fs = 0000000600000000
    gs = 0006000000000000
    rip = 00000030b6b711c0 flags = 0000000000000283
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000002b0185a648: 0000002a956da8a1* 0000000002dfaff0 000000fe00000001 0000002afced5718
    0000002b0185a668: 00000000000000fe 00000000004301c0 0000002afced5518 0000002afced5718
    0000002b0185a688: 00000000000000fe 0000002b0185a6c0 0000002a956db0fd 0000002afced5718
    0000002b0185a6a8: 0000002afced5518 00000000000000fe 00000000004301c0 0000002b0185a710
    0000002b0185a6c8: 0000002a956db190 0000002b0185a720 0000002a955d4ab5 ffffffffffffffe0
    0000002b0185a6e8: 000000000000007f 00000000004301c0 0000002afced5518 0000002afced5518
    Code:
    (* marks the word pointed to by the instruction pointer)
    00000030b6b71160: 0ff9894807fa8348 01b8490000009686 4001010101010101 f7c0af0f4cc6b60f
    00000030b6b71180: 661a7400000007c7 9066669066669066 ff48caff48318840 7500000007c1f7c1
    00000030b6b711a0: 06e8c148d08948ef 01d4c0fa81483e74 66906666666d7300 9066669066669066
    00000030b6b711c0: 4c0841894c01894c* 4c1841894c104189 4c2841894c204189 483841894c304189
    00000030b6b711e0: d875c8ff4840c183 c148d089483fe283 4801894c0c7403e8 f475c8ff4808c183
    00000030b6b71200: 0b74d2854807e283 ff48c1ff48318840 66c3f88948f575ca 9066669066669066
    Loaded modules:
    (* denotes the module causing the exception)
    0000000000400000-000000000041192b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/bin/java
    00000030b7400000-00000030b740f339 /lib64/tls/libpthread.so.0
    00000030b6e00000-00000030b6e8451b /lib64/tls/libm.so.6
    00000030b7000000-00000030b7001c73 /lib64/libdl.so.2
    00000030b6b00000-00000030b6c2a079 */lib64/tls/libc.so.6
    00000030b6900000-00000030b69142ef /lib64/ld-linux-x86-64.so.2
    0000002a95577000-0000002a9580cccf /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/jrockit/libjvm.so
    00000030b8200000-00000030b820895a /lib64/tls/librt.so.1
    0000002a95a69000-0000002a95a72f03 /lib64/libnss_files.so.2
    0000002a95bd4000-0000002a95be0647 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libverify.so
    0000002a95ce3000-0000002a95d07493 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libjava.so
    00000030bb400000-00000030bb413013 /lib64/libnsl.so.1
    0000002ad5f5d000-0000002ad5f65e3f /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/native_threads/libhpi.so
    0000002ad94c7000-0000002ad94d5ef3 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libzip.so
    0000002ad9aa2000-0000002ad9aa716b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libmanagement.so
    0000002ad9ba9000-0000002ad9bbb067 /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libnet.so
    0000002adb7b5000-0000002adb7b8883 /lib64/libnss_dns.so.2
    00000030b7a00000-00000030b7a10d3b /lib64/libresolv.so.2
    0000002adc502000-0000002adc50877b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/libnio.so
    0000002adeac7000-0000002adeac796b /test/opt/jrockit-R27.3.0-jdk1.5.0_11/jre/lib/amd64/librmi.so
    "JMS SessionPool Worker-1641" id=4513 idx=0x1510 tid=12573 lastJavaFrame=0x2b0185aa88
    Stack 0: start=0x2b0181e000, end=0x2b01860000, guards=0x2b01823000 (ok), forbidden=0x2b01821000
    Thread Stack Trace:
    at memset+96()@0x30b6b711c0
    at mmAllocArrayInner+88()@0x2a956db0fd
    at mmAllocArray+122()@0x2a956db190
    at innerAllocateArray+31()@0x2a95643648
    at makePrimitiveArray+25()@0x2a95644279
    at jniNewAddressArray2+38()@0x2a95644aa9
    at jniFillInStackTrace+341()@0x2a95650e5a
    at JVM_FillInStackTrace+9()@0x2a956673b1
    at <unknown>(???.c)@0x2a95cf5854
    -- Java stack --
    at java/lang/Throwable.fillInStackTrace()Ljava/lang/Throwable;(Native Method)
    ^-- Holding lock: java/beans/IntrospectionException@0x77ea3728[thin lock]
    at jrockit/vm/Reflect.fillInStackTrace(Reflect.java:1702)
    at java/lang/Throwable.<init>(Throwable.java:196)
    at java/lang/Exception.<init>(Exception.java:41)
    at java/beans/IntrospectionException.<init>(IntrospectionException.java:29)
    at org/apache/commons/beanutils/MappedPropertyDescriptor.findMethod(MappedPropertyDescriptor.java:506)[inlined]
    at org/apache/commons/beanutils/MappedPropertyDescriptor.<init>(MappedPropertyDescriptor.java:103)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getMappedPropertyDescriptor(PropertyUtilsBean.java:831)[optimized]
    at org/apache/commons/beanutils/PropertyUtilsBean.getPropertyDescriptorObject(PropertyUtilsBean.java:1966)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getSimplePropertyObject(PropertyUtilsBean.java:1887)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1276)[optimized]
    at org/apache/commons/beanutils/PropertyUtilsBean.getNestedProperty(PropertyUtilsBean.java:691)[inlined]
    at org/apache/commons/beanutils/PropertyUtilsBean.getProperty(PropertyUtilsBean.java:720)[inlined]
    at org/apache/commons/beanutils/PropertyUtils.getProperty(PropertyUtils.java:290)[optimized]
    at com/test/persistence/ejb/EntityServiceC._buildWorkflowMessage(EntityServiceC.java:671)
    at com/test/persistence/ejb/EntityServiceC.update(EntityServiceC.java:608)
    at sun/reflect/GeneratedMethodAccessor760.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy42.update(Ljava/lang/String;Ljava/lang/String;Lcom/test/persistence/Entity;Ljava/lang/String;Lcom/test/user/User;Lcom/test/workgroup/WorkGroup;)V(Unknown Source)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.sendEntityUpdate(TradeDownloadServiceC.java:343)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.doAutoDownload(TradeDownloadServiceC.java:250)
    at com/test/finance/trade/ejb/TradeDownloadServiceC.send(TradeDownloadServiceC.java:117)
    at sun/reflect/GeneratedMethodAccessor756.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy75.send(Lcom/test/message/WorkflowMessage;)Lcom/test/message/WorkflowMessage;(Unknown Source)
    at com/test/finance/trade/TradeServiceC.sendTradeDownloadMessage(TradeServiceC.java:853)
    at com/test/finance/trade/TradeServiceC.processEachCpty(TradeServiceC.java:735)
    at com/test/finance/trade/TradeServiceC.verifyTrade(TradeServiceC.java:483)
    at com/test/finance/trade/ejb/TradeServiceC.verifyTrade(TradeServiceC.java:200)
    at sun/reflect/GeneratedMethodAccessor319.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[inlined]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[optimized]
    at org/jboss/ejb/StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[inlined]
    at org/jboss/ejb/plugins/AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org/jboss/ejb/plugins/StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)[optimized]
    at org/jboss/ejb/plugins/SecurityInterceptor.invoke(SecurityInterceptor.java:168)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/SessionContainer.internalInvoke(SessionContainer.java:648)
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at sun/reflect/GeneratedMethodAccessor105.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)[optimized]
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)[inlined]
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)[inlined]
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)[optimized]
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)[optimized]
    at org/jboss/invocation/local/LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org/jboss/invocation/local/LocalInvoker.invoke(LocalInvoker.java:118)
    at org/jboss/invocation/InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org/jboss/invocation/InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org/jboss/proxy/TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org/jboss/proxy/SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org/jboss/proxy/ejb/StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)[optimized]
    at org/jboss/proxy/ClientContainer.invoke(ClientContainer.java:100)[optimized]
    at $Proxy73.verifyTrade(Lcom/test/finance/trade/Trade;)Lcom/test/message/WorkflowMessage;(Unknown Source)
    at com/test/is/common/facade/ISTradeFacadeC.verifyTrade(ISTradeFacadeC.java:210)
    at com/test/is/common/comm/MessageListenerC.handleTradeVerify(MessageListenerC.java:891)
    at com/test/is/common/comm/MessageListenerC.handleTradeResponse(MessageListenerC.java:553)
    ^-- Holding lock: com/test/finance/dealing/RequestC@0x76b3e1e8[thin lock]
    at com/test/is/ejb/jms/TradeMessageListenerC.onMessage(TradeMessageListenerC.java:78)
    at sun/reflect/GeneratedMethodAccessor313.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:585)[optimized]
    at org/jboss/invocation/Invocation.performCall(Invocation.java:359)[inlined]
    at org/jboss/ejb/MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:495)[optimized]
    at org/jboss/resource/connectionmanager/CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)[optimized]
    at org/jboss/ejb/plugins/MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:116)[optimized]
    at org/jboss/ejb/plugins/AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)[optimized]
    at org/jboss/ejb/plugins/TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)[optimized]
    at org/jboss/ejb/plugins/RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)[optimized]
    at org/jboss/ejb/plugins/LogInterceptor.invoke(LogInterceptor.java:205)[optimized]
    at org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136)[optimized]
    at org/jboss/ejb/MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)[optimized]
    at org/jboss/ejb/Container.invoke(Container.java:954)[optimized]
    at org/jboss/ejb/plugins/jms/JMSContainerInvoker.invoke(JMSContainerInvoker.java:1032)[inlined]
    at org/jboss/ejb/plugins/jms/JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1332)[optimized]
    at org/jboss/jms/asf/StdServerSession.onMessage(StdServerSession.java:266)[optimized]
    at progress/message/jimpl/Session.dU_(Lprogress/message/jimpl/MessageConsumer;)V(Unknown Source)[optimized]
    at progress/message/jimpl/Session.run()V(Unknown Source)[optimized]
    at org/jboss/jms/asf/StdServerSession.run(StdServerSession.java:196)[optimized]
    at EDU/oswego/cs/dl/util/concurrent/PooledExecutor$Worker.run(PooledExecutor.java:748)[optimized]
    at java/lang/Thread.run(Thread.java:595)[optimized]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Additional information is available in:
    /test/app/app-test-2.4-20071203-091853-Bld3/servers/JBoss/bin/jrockit.27918.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Extended, platform specific info:
    libc release: 2.3.4-stable
    Elf headers:
    libc ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000030b6b1c560 PHOFF: 0000000000000040 SHOFF: 000000000013d5a8 EF: 0x0 HS: 64 PS: 56 PHN; 10 SS: 64 SHN: 69 STIDX: 66
    libpthread ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 00000030b7405620 PHOFF: 0000000000000040 SHOFF: 0000000000012980 EF: 0x0 HS: 64 PS: 56 PHN; 9 SS: 64 SHN: 38 STIDX: 35
    libjvm ehdrs: EI: 7f454c46020101000000000000000000 ET: 3 EM: 62 V: 1 ENTRY: 000000000003ede0 PHOFF: 0000000000000040 SHOFF: 000000000036c3c8 EF: 0x0 HS: 64 PS: 56 PHN; 3 SS: 64 SHN: 22 STIDX: 19
    ===== END DUMP ===============================================================
    Regards
    ~Anil

  • Invalid memory access of location 0x0 eip=0x16793eca

    I am getting this error and I have no idea what to do to fix it. I tried to reinstall java but i didn't work any Ideas i can't get anything done without solving this problem.
    thanks
    Process:         java [737]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86 (Native)
    Parent Process:  JavaApplicationStub [272]
    User ID:         501
    PlugIn Path:       /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    PlugIn Identifier: libSimpleOpenNI.jnilib
    PlugIn Version:    ??? (???)
    Date/Time:       2013-03-06 22:43:03.193 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          24511 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report:  9259 sec
    Per-App Crashes Since Last Report:   31
    Anonymous UUID:                      08E446C9-5383-7578-92D6-8EE6C108B879
    Crashed Thread:  22  Java: Animation Thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        __TEXT                 0000000000001000-0000000000008000 [   28K] r-x/rwx SM=COW  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000016793eca
    Java VM: Java HotSpot(TM) Client VM (20.14-b01-447 mixed mode macosx-x86)
    Current thread (00000000022c4000):  JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
    Stack: [00000000b16b5000,00000000b17b5000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  SimpleOpenNI.SimpleOpenNIJNI.ContextWrapper_enableUserSwigExplicitContextWrappe r(JLSimpleOpenNI/ContextWrapper;I)Z+0
    j  SimpleOpenNI.ContextWrapper.enableUser(I)Z+28
    j  SimpleOpenNI.SimpleOpenNI.enableUser(ILjava/lang/Object;)Z+17
    j  SimpleOpenNI.SimpleOpenNI.enableUser(I)Z+6
    j  sketch_130305a.setup()V+35
    j  processing.core.PApplet.handleDraw()V+191
    j  processing.core.PGraphicsJava2D.requestDraw()V+4
    j  processing.core.PApplet.run()V+176
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
    =>00000000022c4000 JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
      0000000002279000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=-1318375424, stack(00000000b15b3000,00000000b16b3000)]
      00000000019fdc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=-1319432192, stack(00000000b14b1000,00000000b15b1000)]
      00000000019fa000 JavaThread "AWT-Shutdown" [_thread_blocked, id=-1322086400, stack(00000000b1229000,00000000b1329000)]
      00000000019f9800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1398412760, stack(00000000bf800000,00000000c0000000)]
      00000000019df800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1324199936, stack(00000000b1025000,00000000b1125000)]
      0000000002256800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1325256704, stack(00000000b0f23000,00000000b1023000)]
      00000000019de800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=-1326313472, stack(00000000b0e21000,00000000b0f21000)]
      00000000019dd800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=-1327370240, stack(00000000b0d1f000,00000000b0e1f000)]
      00000000019dc800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=-1328427008, stack(00000000b0c1d000,00000000b0d1d000)]
      0000000002250c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1329483776, stack(00000000b0b1b000,00000000b0c1b000)]
      000000000224fc00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1330540544, stack(00000000b0a19000,00000000b0b19000)]
      0000000002249c00 JavaThread "Finalizer" daemon [_thread_blocked, id=-1333194752, stack(00000000b0791000,00000000b0891000)]
      00000000019d2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1334251520, stack(00000000b068f000,00000000b078f000)]
      00000000019b6800 JavaThread "main" [_thread_blocked, id=-1341124608, stack(00000000b0001000,00000000b0101000)]
    Other Threads:
      0000000002248000 VMThread [stack: 00000000b058d000,00000000b068d000] [id=-1335308288]
      00000000019dc000 WatcherThread [stack: 00000000b1127000,00000000b1227000] [id=-1323143168]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6882K [0000000005010000, 0000000006010000, 0000000006010000)
      eden space 13184K,  52% used [0000000005010000, 00000000056c8840, 0000000005cf0000)
      from space 1600K,   0% used [0000000005cf0000, 0000000005cf0000, 0000000005e80000)
      to   space 1600K,   0% used [0000000005e80000, 0000000005e80000, 0000000006010000)
    concurrent mark-sweep generation total 49152K, used 0K [0000000006010000, 0000000009010000, 000000000b010000)
    concurrent-mark-sweep perm gen total 12288K, used 7748K [000000000b010000, 000000000bc10000, 000000000f010000)
    Code Cache  [0000000003001000, 00000000030a2000, 0000000005001000)
    total_blobs=362 nmethods=87 adapters=219 free_code_cache=32898752 largest_free_block=0
    Virtual Machine Arguments:
    JVM Args: -Xrunjdwp:transport=dt_socket,address=8401,suspend=y -Djava.library.path=/users/mizo_015/Documents/Processing/sketch_130305a/code:/u sers/mizo_015/Documents/Processing/libraries/libraries/ARDroneForP5/library:/use rs/mizo_015/Documents/Processing/libraries/libraries/SimpleOpenNI/library:/Users /mizo_015/Documents/Processing/libraries/processing-2.0b8-macosx/Processing.app/ Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLaunche r.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions :/usr/lib/java -ea
    Java Command: processing.core.PApplet --editor-location=483,134 --external --display=0 --sketch-path=/users/mizo_015/Documents/Processing/sketch_130305a sketch_130305a
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 159M
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x990fe15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x990fdec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x990fdd44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x960bea3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x960be26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  libawt.jnilib                           0x0f8e8011 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 132
    12  com.apple.AppKit                        0x960b46cc -[NSApplication run] + 855
    13  libawt.jnilib                           0x0f8e6334 +[AWTStarter startAWT:] + 2019
    14  libawt.jnilib                           0x0f8e5b01 -[CPerformer perform] + 259
    15  libobjc.A.dylib                         0x92a465d3 -[NSObject performSelector:withObject:] + 70
    16  com.apple.Foundation                    0x9705e0c0 __NSThreadPerformPerform + 395
    17  com.apple.CoreFoundation                0x9599966f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    18  com.apple.CoreFoundation                0x95999099 __CFRunLoopDoSources0 + 233
    19  com.apple.CoreFoundation                0x959bee46 __CFRunLoopRun + 934
    20  com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    21  com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    22  java                                    0x000051af 0x1000 + 16815
    23  java                                    0x00004bd3 0x1000 + 15315
    24  java                                    0x00002329 0x1000 + 4905
    Thread 1:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00348915 0x200000 + 1345813
    4   libclient.dylib                         0x0034be35 JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x0004d9c8 JVM_Sleep + 72
    6   ???                                     0x03011490 0 + 50402448
    7   ???                                     0x03003ec1 0 + 50347713
    8   ???                                     0x03003ec1 0 + 50347713
    9   ???                                     0x03001374 0 + 50336628
    10  libclient.dylib                         0x002ae583 0x200000 + 714115
    11  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    12  libclient.dylib                         0x002ae2c7 0x200000 + 713415
    13  libclient.dylib                         0x002d3883 0x200000 + 866435
    14  libclient.dylib                         0x002d36e2 0x200000 + 866018
    15  java                                    0x00003583 0x1000 + 9603
    16  java                                    0x0000504b 0x1000 + 16459
    17  java                                    0x00003a82 0x1000 + 10882
    18  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    19  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x973e29ae kevent + 10
    1   libdispatch.dylib                       0x9a2e4c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9a2e47a9 _dispatch_mgr_thread + 53
    Thread 3:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libsystem_kernel.dylib                  0x973df644 mach_msg_server + 620
    3   libclient.dylib                         0x0021605a 0x200000 + 90202
    4   libclient.dylib                         0x00215ee3 0x200000 + 89827
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 6:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0033dca5 0x200000 + 1301669
    8   libclient.dylib                         0x0033dc13 0x200000 + 1301523
    9   libclient.dylib                         0x00232b71 0x200000 + 207729
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 7:: Java: VM Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ad246 0x200000 + 709190
    8   libclient.dylib                         0x002aceef 0x200000 + 708335
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 8:: Java: Reference Handler
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03001374 0 + 50336628
    12  libclient.dylib                         0x002ae583 0x200000 + 714115
    13  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    14  libclient.dylib                         0x002baccd 0x200000 + 765133
    15  libclient.dylib                         0x002bab5d 0x200000 + 764765
    16  libclient.dylib                         0x002baadb 0x200000 + 764635
    17  libclient.dylib                         0x002ba935 0x200000 + 764213
    18  libclient.dylib                         0x002ba773 0x200000 + 763763
    19  libclient.dylib                         0x0021496c 0x200000 + 84332
    20  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    21  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 9:: Java: Finalizer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 10:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002cbcb4 0x200000 + 834740
    8   libclient.dylib                         0x002cbbf8 0x200000 + 834552
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 11:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib                  0x973df80e semaphore_wait_trap + 10
    1   libclient.dylib                         0x002cc59a 0x200000 + 837018
    2   libclient.dylib                         0x002cbf78 0x200000 + 835448
    3   libclient.dylib                         0x002ba935 0x200000 + 764213
    4   libclient.dylib                         0x002ba773 0x200000 + 763763
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 12:: Java: JDWP Transport Listener: dt_socket
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005d45f1 0x5c5000 + 62961
    10  libjdwp.jnilib                          0x005e69e3 0x5c5000 + 137699
    11  libclient.dylib                         0x00477eff 0x200000 + 2588415
    12  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    13  libclient.dylib                         0x002ba935 0x200000 + 764213
    14  libclient.dylib                         0x002ba773 0x200000 + 763763
    15  libclient.dylib                         0x0021496c 0x200000 + 84332
    16  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    17  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 13:: Java: JDWP Event Helper Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005dbcbe 0x5c5000 + 93374
    10  libclient.dylib                         0x00477eff 0x200000 + 2588415
    11  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    12  libclient.dylib                         0x002ba935 0x200000 + 764213
    13  libclient.dylib                         0x002ba773 0x200000 + 763763
    14  libclient.dylib                         0x0021496c 0x200000 + 84332
    15  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    16  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 14:: Java: JDWP Command Reader
    0   libsystem_kernel.dylib                  0x973e1b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x97fa1bcb recv$UNIX2003 + 54
    2   libdt_socket.jnilib                     0x017bd89c 0x17bb000 + 10396
    3   libdt_socket.jnilib                     0x017bcf4d 0x17bb000 + 8013
    4   libdt_socket.jnilib                     0x017bc9ce 0x17bb000 + 6606
    5   libjdwp.jnilib                          0x005e5c23 0x5c5000 + 134179
    6   libjdwp.jnilib                          0x005d4836 0x5c5000 + 63542
    7   libclient.dylib                         0x00477eff 0x200000 + 2588415
    8   libclient.dylib                         0x00477f2c 0x200000 + 2588460
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 15:: Java: C1 CompilerThread0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002d3e4a 0x200000 + 867914
    8   libclient.dylib                         0x002cd770 0x200000 + 841584
    9   libclient.dylib                         0x002cd51a 0x200000 + 840986
    10  libclient.dylib                         0x002ba935 0x200000 + 764213
    11  libclient.dylib                         0x002ba773 0x200000 + 763763
    12  libclient.dylib                         0x0021496c 0x200000 + 84332
    13  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    14  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 16:: Java: Low Memory Detector
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ce458 0x200000 + 844888
    8   libclient.dylib                         0x002ba935 0x200000 + 764213
    9   libclient.dylib                         0x002ba773 0x200000 + 763763
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 17:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x002d0ef9 0x200000 + 855801
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 18:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x0300439d 0 + 50348957
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 20:: Java: Java2D Disposer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 21:: Java: AWT-EventQueue-0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x030040ed 0 + 50348269
    13  ???                                     0x03003ec1 0 + 50347713
    14  ???                                     0x03003ec1 0 + 50347713
    15  ???                                     0x03003ec1 0 + 50347713
    16  ???                                     0x03003ec1 0 + 50347713
    17  ???                                     0x03001374 0 + 50336628
    18  libclient.dylib                         0x002ae583 0x200000 + 714115
    19  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    20  libclient.dylib                         0x002baccd 0x200000 + 765133
    21  libclient.dylib                         0x002bab5d 0x200000 + 764765
    22  libclient.dylib                         0x002baadb 0x200000 + 764635
    23  libclient.dylib                         0x002ba935 0x200000 + 764213
    24  libclient.dylib                         0x002ba773 0x200000 + 763763
    25  libclient.dylib                         0x0021496c 0x200000 + 84332
    26  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    27  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 22 Crashed:: Java: Animation Thread
    0   libOpenNI.dylib                         0x16793eca xnSetSkeletonProfile + 10
    1   libSimpleOpenNI.jnilib                  0x166d60bd sOpenNI::ContextWrapper::createUser(int, bool) + 253
    2   libSimpleOpenNI.jnilib                  0x166d6897 sOpenNI::ContextWrapper::enableUser(int) + 71
    3   libSimpleOpenNI.jnilib                  0x16691d01 Java_SimpleOpenNI_SimpleOpenNIJNI_ContextWrapper_1enableUserSwigExplicitContext Wrapper + 33
    4   ???                                     0x03011490 0 + 50402448
    5   ???                                     0x030040ed 0 + 50348269
    6   ???                                     0x030040ed 0 + 50348269
    7   ???                                     0x030040ed 0 + 50348269
    8   ???                                     0x030040ed 0 + 50348269
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03003ec1 0 + 50347713
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959ce061 CFRunLoopRun + 129
    6   libusb-1.0.0.dylib                      0x168de565 event_thread_main + 325
    7   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    8   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 25:
    Thread 22 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x000fc080  edx: 0x02b0ba00
      edi: 0x00000000  esi: 0x00000001  ebp: 0xb17b48b8  esp: 0xb17b4890
       ss: 0x00000023  efl: 0x00010286  eip: 0x16793eca   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x7fff  java (1.0 - 1.0) <8B7A6AF8-57FA-3FA8-9621-1FBBF69FC5A1> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        0xd000 -    0x12fff  libjli.jnilib (1) <B79E23CB-846B-3448-9383-9E04C7F87BC2> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjli.jn ilib
       0x17000 -    0x1bffd  com.apple.JavaVM (14.6.1 - 14.6.1) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x23000 -    0x27fff  JavaLaunching (1) <B4090689-9EA9-36C0-9DD2-0C3380C4BE1D> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
       0x4c000 -    0x53ffb  libjvmlinkage.dylib (1) <6A77EDD1-D1B2-39A9-A637-67BC1D7349F9> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlin kage.dylib
       0x92000 -    0x99fff  libverify.dylib (1.0 - 1.0) <832C9B30-D9EF-3A78-87D1-39B5B59AC38A> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify .dylib
       0x9e000 -    0xa6fff  JavaNativeFoundation (1) <255E405D-7805-3461-A678-47692E309629> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
       0xcb000 -    0xe8fff  libjava.jnilib (1) <03ECFD8C-66C8-3AFF-97A0-30A9A6108745> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.j nilib
      0x200000 -   0x563fe2  libclient.dylib (1) <22D10AF3-BD0E-3FA5-BED8-06E3057AE6A7> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Librari es/libclient.dylib
      0x5b0000 -   0x5b8fff  com.apple.java.JavaRuntimeSupport (14.6.1 - 14.6.1) <BE2884EA-32E0-363C-B0C0-809CAB43F86E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSu pport.framework/Versions/A/JavaRuntimeSupport
      0x5c5000 -   0x5f3ffe  libjdwp.jnilib (1) <1ACFC25F-6093-338A-BD5A-079E2646F09C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjdwp.j nilib
      0x5f8000 -   0x5f9ffd  libnpt.jnilib (1) <EFB1E3AC-BE7D-3121-AF4C-F185627F81F3> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnpt.jn ilib
      0x708000 -   0x714fff  libzip.jnilib (1) <2C56697E-3280-377C-BF3E-9FC09C627B02> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jn ilib
    0x17bb000 -  0x17bdffd  libdt_socket.jnilib (1) <B0F6C39B-EC4E-3650-BD92-3832FC65169C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libdt_soc ket.jnilib
    0x17c1000 -  0x17cafff  com.apple.JavaApplicationLauncher (14.6.1 - 14.6.1) <6AE5B048-2054-33A3-BD93-3454C695D2DA> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0xf8e4000 -  0xfa96ff7  libawt.jnilib (1) <88683C8D-2C63-3205-9401-1BD6C0961324> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libawt.jn ilib
    0x10da7000 - 0x10db4ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x165b9000 - 0x16610ffb  libfontmanager.jnilib (1) <8CFF302C-8F1F-3671-AB83-9826D91AA02F> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libfontma nager.jnilib
    0x1666d000 - 0x16679ff3  libnet.jnilib (1) <63E490F4-88CC-3FD1-A84A-9ADA013C2995> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnet.jn ilib
    0x1667f000 - 0x16682ffe  libnio.jnilib (1) <43F69C84-3355-30E1-9967-2402D6F0A12B> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnio.jn ilib
    0x16688000 - 0x1670bfff +libSimpleOpenNI.jnilib (???) <3A67BBCC-AA39-1143-C396-BA15B8D0C207> /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    0x16766000 - 0x167dbfef  libOpenNI.dylib (0) <CFFE07D7-DC9B-4811-0D69-57AACFF085D9> /usr/lib/libOpenNI.dylib
    0x167ff000 - 0x168a3ff3  libXnVNite_1_5_2.dylib (0) <C8027CE1-530E-047A-3921-A556DFE7E7B1> /usr/lib/libXnVNite_1_5_2.dylib
    0x168d7000 - 0x168dfff7 +libusb-1.0.0.dylib (2) <3463FF86-A4BA-99A8-59DB-C4058E0B8E8C> /opt/local/lib/libusb-1.0.0.dylib
    0x168e4000 - 0x1690eff7  libnimMockNodes.dylib (0) <D576B486-8257-D90C-DD3E-C301B351844F> /usr/lib/libnimMockNodes.dylib
    0x16924000 - 0x16956fef  libnimCodecs.dylib (0) <508A54BC-3FE8-BE5E-C452-257613D193DA> /usr/lib/libnimCodecs.dylib
    0x16987000 - 0x169a7ffb  libnimRecorder.dylib (0) <C1B3B043-A32E-541C-7C0F-FADDED802927> /usr/lib/libnimRecorder.dylib
    0x169b5000 - 0x16a3bff7  libXnDeviceSensorV2.dylib (0) <2995E595-134E-D871-4440-6691F3E5F5B5> /usr/lib/libXnDeviceSensorV2.dylib
    0x16a74000 - 0x16a76fff  libXnCore.dylib (0) <A7246FE9-A55F-CAC0-0C19-8283589D6F99> /usr/lib/libXnCore.dylib
    0x16a7a000 - 0x16a9cfff  libXnFormats.dylib (0) <B0949D8C-FC34-A772-67DE-292DAFD23C0F> /usr/lib/libXnFormats.dylib
    0x16ac4000 - 0x16afeffb  libXnDDK.dylib (0) <97F9D49D-B53B-052C-4885-52B869566D7D> /usr/lib/libXnDDK.dylib
    0x16b18000 - 0x16b40ffb  libXnDeviceFile.dylib (0) <59B4BC20-F6D7-7A36-25D2-500A558A39C9> /usr/lib/libXnDeviceFile.dylib
    0x16b54000 - 0x16bcdff7  libXnDeviceSensorV2KM.dylib (0) <12283F27-C323-5E35-8294-4FB3CE4DEFFD> /usr/lib/libXnDeviceSensorV2KM.dylib
    0x16c03000 - 0x1709bfef  libXnVFeatures_1_5_2.dylib (0) <4CD685FC-BB68-424E-0B60-389545B776A1> /usr/lib/libXnVFeatures_1_5_2.dylib
    0x17179000 - 0x1725dfe7  libXnVHandGenerator_1_5_2.dylib (0) <70F44C8A-C742-CA80-D1AD-080D53F50ED4> /usr/lib/libXnVHandGenerator_1_5_2.dylib
    0x17299000 - 0x172a3ffb  com.apple.iokit.IOUSBLib (5.2.5 - 5.2.5) <944B0FB7-B157-3FBE-9CCC-442F816A8CE0> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x8feee000 - 0x8ff20e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90061000 - 0x9006bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9006c000 - 0x90099ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9009a000 - 0x900bcfff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x900c1000 - 0x900c9fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x900ca000 - 0x900d8fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x900d9000 - 0x900e5ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x900e6000 - 0x90121fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90122000 - 0x901b9ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x908bb000 - 0x909b3ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x909b4000 - 0x90a54ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90a55000 - 0x90b04ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x90b05000 - 0x90b08ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90b09000 - 0x90c25ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90c26000 - 0x90c7ffff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c80000 - 0x90cc5ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90cc6000 - 0x90cc7fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x90d1c000 - 0x90d41ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90d8a000 - 0x90dd9ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90dda000 - 0x90df0fff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90df1000 - 0x90df5ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x90df6000 - 0x90e70ff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90e71000 - 0x90e7affd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90e87000 - 0x90ebdffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90ec0000 - 0x90eceff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x90efe000 - 0x90f7aff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90f7b000 - 0x90f88ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90f89000 - 0x90fb6ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90fd6000 - 0x90fd8fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x90fd9000 - 0x90feefff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90fef000 - 0x91206fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91619000 - 0x91771ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919a3000 - 0x919b3ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) &lt

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Memory access error combined with "internal error SIGSEV"

    In a code that I work on, I get a memory access error, when i allocate memory to a pointer via new.
    It says " Attempting to write 4 bytes at address <address>
    which is <x> bytes past the end of heap block of size <size of class allocated throug new> at <address>
    After this there is one function call into which i try to step in and i get
    "internal error : signal SIGSEV (no mapping at the fault address)" and core is dumped after raising abort signal.
    But i dont get any problem with regard to function mapping, when i try stepping over the function and function performs its usual action. Also the binary works fine with no runtime exceptions. It gives this mapping problem while debugging.
    Addtional info :
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}dbx
    -V{color}{size}{font}{color}{size}{font}
    g++ -v
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}{color}{size}{font}{color}{size}{font}
    {font:Courier New}{size:2}{color:black}{font:'Courier New'}{size:10pt}{color:black}Sun Dbx
    Debugger 7.5 2005/10/13{color}{size}{font}{color}{size}{font}
    Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
    Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    Could some one suggest the possible reasons for this error with the give information? Thank you.
    --Saravana

    Indeed, it is dbx error. Seeing that gdb is involved, I suspect DWARF-related problem. You are using dbx that is almost 4 years old; at the very least, please install all patches; better solution is to upgrade to latest version, it works much better with gcc compilers.
    The latest version of Sun Studio can be downloaded from here: http://developers.sun.com/sunstudio/downloads/
    Besides, it has much better IDE and more standard- (and gcc-) conforming C++ compiler, so you might as well try switching to Sun Studio C++ compiler for you project.

  • Profile error: Memory access violation (data fetch)

    Hello,
    I have VI with a lot of mathematic Nodes. When I try to profile it, I allways get this error: "Memory access violation (data fetch)".
    Keil uVision shows this error:
    "Memory write not possible (Real-Time Agent)
    Memory read not possible (Real-Time Agent)"
    Without profiling the VI works on the MCB2400. And profiling also works if I try very simple examples.
    bye & thanks
    amin

    Hi Amin, Alex,
    I noticed this issue had been open for some time, so I decided to post directly to save time.
    Thanks,
    Jaidev Amrite
    LabVIEW Embedded PSE
     Diagnosis: So apparently, this behavior has nothing to do with the profiler. The culprit is the Advanced Analysis SubVI call (Mean.vi) in BB.vi. 
    Mean.vi has a call library function node inside it and this CLN is configured to run in its own thread (labVIEW spawns a new thread for each call). Probably due to bad thread management on the ARM (in this case), this call causes a memory violation. 
    Solution:Turn off the "Run in any thread" setting on the CLN as shown in the attached screenshot - change it to "Run in UI Thread". For good measure also turn off reentrancy on Mean.vi (second screenshot)
    National Instruments
    LabVIEW Embedded Product Support Engineer

  • Is anyone having problems with a bad memory leak once iOS 6.1.1 was installed?

    My phone has a bad memory leak and after about 4 hours of being on the memory will be so low that ir resets the phone.

    There are a number of reports from people with VW vehicles. Try removing the phone from the list in the car. Then, remove the vehicle from the list in the phone. Do a reset on the phone, hold the sleep/wake and home buttons together until you see the Apple logo and then release. After the phone reboots, put the devices into discovery/pairing mode and see if they will connect. Otherwise, you might do a search of the forum looking for issues with VW vehicles.

  • HT1423 the memory-access door won't come off, HELP!

    Hi,
    I have a mid-2007 iMac with 1 GB of ram and i'm trying to replace it, but the memory-access door won't come off. i loosen the screw with a screw driver but it won't open and i don't know why. i want to upgrade to 4 GB.
    is there some trick to opening it thats not stated in this article? please help me, i don't know what to do :-( i really need to get lion on this thing and can't do that without a RAM update.

    Some times there's a bit of prying in order with a thin blade.
    http://eshop.macsales.com/installvideos/imac_mid_2007_mem/

  • Bad memory modules or motherboard??

    I rearranged the cables in my case and now I'm not able to boot using dual channel memory configuration. It worked before just fine!
    I've got two 512MB twinmos twister pc3500 modules.
    D-bracket indicates bad memory module if I try to setup dual channel using dimm 1 and dimm 3. I've tried other dual channel combinations with the same result.
    I can only boot using dimm 1! using the other slots get me the bad memory module status on the d-bracket. I've tested both mem modules in slot 1 and I am able to boot so it seems the mem modules are OK. Or are they OK for just single channel config?
    Do I have a faulty motherboard or are the memory modules bad?
    MSI 865PE neo2 fisr rev 1.00
    2x512MB twinmos twister pc3500

    Christ! what is it with these MSI boards?
    The 2 848P's i tried both worked fine with a single 512mb strip in, but put another in and the D Bracket Light 2 stays and the PC fails to boot or reboot properly - it's totally hit n miss.
    See my thread for the unbelievable amount of problems i've had with the 848P! :
    http://www.msi.com.tw/program/e_service/forum/index.php?threadid=31192&sid=
    I'm RMA'ing both 848P's as i've tried everything, now even the forum moderators say rma the boards so i know its nothing trivial happening here... They're even going to get MSI to look at my thread - so hopefully they will take notice!  
    Am i to take it that the 865 also has similar problems, ffs!
    Is there a stable MSI mobo available that will take 2 DDR's sticks or not?  

  • Creative Zen 4GB bad memory sector

    "Creative Zen 4GB bad memory sectork After a few months benI'venoticing that trying to load more media into my Zen gives errors like "Not enough space on disk" or "An unknown erroroccurred". This happened when I load files, it gets to around the 2.GB mark, and then files don'ttransferto it. I've tried formatting via the Zen onboard formatter, formatting it though the computer, uploading files though the onboard SD importer and though the computer. Ibelievethat a sector of my flash memory has died. I want to try and do a zero-out of the data, much like on a regular hard dri've, in witch this feels like the only option. But I don't know a way because of the fun limitations of<span class="Apple-style-span">MTP. And I'vebengoogling for months on how to fix this, but nothingusefulhas been dug up. Is there a way to fix the broken sector I have Macs, most WindowsMachinesand Linuxmachines, so I have no platform limitations. I would like for it to be as easy as a full formatinsteadof the quick-formats it seems to perform every time I try a conventional format.
    Thanks, Zack

    Zack777 wrote:
    coachop94 wrote:
    Far as I know the only format that works properly for the player is thru the player itself.Are you doing cleaup>reboot after formatting? If it's still under warranty return it if you can't resolve it. I tried cleanup, and I think the warranty is expired.
    If all else failed (format and clean up), you may need to call tech support and send in the device for repair. The cost however is quite expensi've for out of warranty repair/replacement. :smileyindifferent:

  • JVM crashes with illegal Memory Access ..

    [JRockit] ERROR: The JVM has crashed. Writing crash information to C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:13:27 on Mon Dec 07 20:06:05 2009
    * If you see this dump, please go to *
    * http://edocs.bea.com/jrockit/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.dump
    C:\bea10.3\wlserver_10.3\samples\domains\wl_server\jrockit.3712.mdmp
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x00466F21 - memory at 0x00000000 could not be read.
    Minidump : Wrote mdmp. Size is 472MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#2.
    : YC is not running. Last finished YC was YC#24.
    OC History : Strategy genparpar was used for OC#1 to OC#2.
    YC History : Ran 3 YCs before OC#1.
    : Ran 3 YCs before OC#2.
    : Ran 18 YCs since last OC.
    YC Promotion : Last YC successfully promoted all objects
    Heap : 0x00C00000 - 0x10C00000 (Size: 256 MB)
    Compaction : 0x00C00000 - 0x01C00000 (Current compaction type: internal)
    NurseryList : 0x00E57CF0 - 0x08132978
    KeepArea : 0x04693C88 - 0x06320918
    NurseryMarker: [ 0x04693C88,  0x06320918 ]
    CompRefs : References are 32-bit.
    CPU : Intel Core 2 SSE SSE2 SSE3 SSSE3 SSE4.1 EM64T
    Number CPUs : 2
    Tot Phys Mem : 2096984064 (1999 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Xverify:all -Xms256m -Xmx512m -Xverify:none -da -Dplatform.home=C:\bea10.3\WLSERV~1.3 -Dwls.home=C:\bea10.3\WLSERV~1.3\server -Dweblogic.home=C:\bea10.3\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\bea10.3\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\bea10.3\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea10.3\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=examplesServer -Djava.security.policy=C:\bea10.3\WLSERV~1.3\server\lib\weblogic.policy -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : C:\bea10.3\JROCKI~1\jre
    j.class.path : C:\bea10.3\wlserver_10.3\samples\server\examples\build\serverclasses;C:\bea10.3\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea10.3\JROCKI~1\lib\tools.jar;C:\bea10.3\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea10.3\WLSERV~1.3\server\lib\weblogic.jar;C:\bea10.3\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea10.3\WLSERV~1.3\server\lib\webservices.jar;C:\bea10.3\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea10.3\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea10.3\WLSERV~1.3\common\eval\pointbase\lib\pbembedded57.jar;C:\bea10.3\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\bea10.3\WLSERV~1.3\server\lib\xqrl.jar;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;;
    j.lib.path : C:\bea10.3\JROCKI~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea10.3\patch_wlw1030\profiles\default\native;C:\bea10.3\patch_wls1030\profiles\default\native;C:\bea10.3\patch_cie660\profiles\default\native;C:\bea10.3\WLSERV~1.3\server\native\win\32;C:\bea10.3\WLSERV~1.3\server\bin;C:\bea10.3\modules\ORGAPA~1.5\bin;C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\JROCKI~1\bin;C:/Program Files/Java/jre1.6.0_02/bin/client;C:/Program Files/Java/jre1.6.0_02/bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\oracle\product\10.2.0\bin;C:\Program Files\Documentum\Shared;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\ntru cryptosystems\ntru tcg software stack\bin\;c:\program files\wave systems corp\gemalto\access client\v5\;c:\program files\intel\dmix;c:\program files\intel\wifi\bin\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\utimaco\safeguard easy\;C:\Program Files\Windows Imaging\;c:\program files\java\jdk1.6.0_05\bin;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin;C:\bea10.3\WLSERV~1.3\server\native\win\32\oci920_8
    JAVA_HOME : C:\bea10.3\JROCKI~1
    JAVAOPTIONS: <not set>
    PATH : C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\patch_wlw1030\profiles\default\native;C:\bea10.3\patch_wls1030\profiles\default\native;C:\bea10.3\patch_cie660\profiles\default\native;C:\bea10.3\WLSERV~1.3\server\native\win\32;C:\bea10.3\WLSERV~1.3\server\bin;C:\bea10.3\modules\ORGAPA~1.5\bin;C:\bea10.3\JROCKI~1\jre\bin;C:\bea10.3\JROCKI~1\bin;C:/Program Files/Java/jre1.6.0_02/bin/client;C:/Program Files/Java/jre1.6.0_02/bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\oracle\product\10.2.0\bin;C:\Program Files\Documentum\Shared;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\program files\ntru cryptosystems\ntru tcg software stack\bin\;c:\program files\wave systems corp\gemalto\access client\v5\;c:\program files\intel\dmix;c:\program files\intel\wifi\bin\;c:\program files\common files\roxio shared\dllshared\;c:\program files\common files\roxio shared\9.0\dllshared\;c:\program files\utimaco\safeguard easy\;C:\Program Files\Windows Imaging\;c:\program files\java\jdk1.6.0_05\bin;;C:\bea10.3\wlserver_10.3\server\lib\wlspy.jar;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Subversion\bin;C:\bea10.3\WLSERV~1.3\server\native\win\32\oci920_8
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x319BD1FC / OS context: 0x319BD5F8):
    eax = 2b1cdf58 ecx = 31b647a8 edx = 00000000 ebx = 0000002d
    esp = 319bd8c4 ebp = 31b66400 esi = 00000000 edi = 00000001
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 00466f21 eflags = 00010202
    Stack:
    (* marks the word pointed to by the stack pointer)
    319bd8c4: 319bda40* 28ac5bdc 2d61e1c4 31b636f8 0000002c 31b66590
    319bd8dc: 00000000 00000001 00000001 00000001 31b66588 00000000
    319bd8f4: 0000002c 00000000 00000005 31b647a8 2d61e1c4 2d630700
    319bd90c: 00001df5 00462f77 28ac5bdc 31b636f8 319bdec8 319bdf04
    Code:
    (* marks the word pointed to by the instruction pointer)
    00466ef0: 08c8448d 28244489 89f8048d 8b142444 431c2444 c085f633
    00466f08: 00f9860f ff8b0000 54244c8b 8b34518b 4c8bb204 518b3c24
    00466f20: f20c8b2c* 1824548b 8bca0c8d 89142454 8b38244c 8928244c
    00466f38: 5489f11c b70f04f1 00014e88 b8b70f00 0000014a 44c7f92b
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-00410fff C:\bea10.3\JROCKI~1\bin\java.exe
    7c900000-7c9b1fff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f5fff C:\WINDOWS\system32\kernel32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f01fff C:\WINDOWS\system32\RPCRT4.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    7c340000-7c395fff C:\bea10.3\JROCKI~1\jre\bin\msvcr71.dll
    00420000-006c3fff *C:\bea10.3\JROCKI~1\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    77f10000-77f58fff C:\WINDOWS\system32\GDI32.dll
    7e410000-7e4a0fff C:\WINDOWS\system32\USER32.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    76390000-763acfff C:\WINDOWS\system32\IMM32.DLL
    6d820000-6d82bfff C:\bea10.3\JROCKI~1\jre\bin\verify.dll
    6d3c0000-6d3defff C:\bea10.3\JROCKI~1\jre\bin\java.dll
    6d320000-6d327fff C:\bea10.3\JROCKI~1\jre\bin\hpi.dll
    6d860000-6d86efff C:\bea10.3\jrockit_160_05\jre\bin\zip.dll
    6d570000-6d578fff C:\bea10.3\jrockit_160_05\jre\bin\management.dll
    6d620000-6d632fff C:\bea10.3\jrockit_160_05\jre\bin\net.dll
    237a0000-237cffff C:\Program Files\F-Secure\FSPS\program\FSLSP.DLL
    237d0000-237e6fff c:\program files\f-secure\scanner-interface\fsgkiapi.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    23ca0000-23cc6fff C:\WINDOWS\system32\DNSAPI.dll
    23cd0000-23cd7fff C:\WINDOWS\System32\winrnr.dll
    23ce0000-23d0bfff C:\WINDOWS\system32\WLDAP32.dll
    23d60000-23d65fff C:\WINDOWS\system32\rasadhlp.dll
    6d640000-6d648fff C:\bea10.3\jrockit_160_05\jre\bin\nio.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    769c0000-76a73fff C:\WINDOWS\system32\USERENV.dll
    5b860000-5b8b4fff C:\WINDOWS\system32\netapi32.dll
    25c20000-25c2afff C:\bea10.3\jrockit_160_05\jre\bin\jmapi.dll
    25e30000-25e3dfff C:\bea10.3\wlserver_10.3\server\native\win\32\wlfileio2.dll
    26120000-26138fff C:\WINDOWS\system32\iphlpapi.dll
    26150000-26167fff C:\WINDOWS\system32\MPRAPI.dll
    77cc0000-77cf1fff C:\WINDOWS\system32\ACTIVEDS.dll
    26170000-26194fff C:\WINDOWS\system32\adsldpc.dll
    76b20000-76b30fff C:\WINDOWS\system32\ATL.DLL
    774e0000-7761cfff C:\WINDOWS\system32\ole32.dll
    261a0000-2622afff C:\WINDOWS\system32\OLEAUT32.dll
    26230000-2623dfff C:\WINDOWS\system32\rtutils.dll
    71bf0000-71c02fff C:\WINDOWS\system32\SAMLIB.dll
    77920000-77a12fff C:\WINDOWS\system32\SETUPAPI.dll
    26280000-26284fff C:\bea10.3\wlserver_10.3\server\native\win\32\wlntio.dll
    6d800000-6d807fff C:\bea10.3\jrockit_160_05\jre\bin\sunmscapi.dll
    77a80000-77b14fff C:\WINDOWS\system32\CRYPT32.dll
    77b20000-77b31fff C:\WINDOWS\system32\MSASN1.dll
    76bf0000-76bfafff C:\WINDOWS\system32\psapi.dll
    6d7c0000-6d7c5fff C:\bea10.3\jrockit_160_05\jre\bin\rmi.dll
    31c20000-31d32fff C:\bea10.3\JROCKI~1\jre\bin\dbghelp.dll
    "[ACTIVE] ExecuteThread: '18' fo" id=54 idx=0xc8 tid=5456 lastJavaFrame=0x319BDEF4
    Stack 0: start=0x31980000, end=0x319C0000, guards=0x31983000 (ok), forbidden=0x31981000
    Thread Stack Trace:
    at dtCreateDTable+1025(dispatchtables.c:298+7)@0x00466F21
    at defineClass+167(defineclass.c:110+7)@0x00462F77
    at lib_define_class+34(library.c:516+16)@0x005164C2
    at libDefineClass+39(library.c:576+38)@0x00516707
    at libDefineClass2+58(library.c:597+34)@0x0051685A
    at JVM_DefineClassWithSource+43(jvmclass.c:59+43)@0x004E609B
    at Javajava_lang_ClassLoader_defineClass1@32+235()@0x6D3C15DA
    -- Java stack --
    at java/lang/ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;(Native Method)
        at java/lang/ClassLoader.defineClass(ClassLoader.java:620)
        at java/security/SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:335)
        at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
        ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at java/lang/ClassLoader.defineClass1(Ljava/lang/String;[BIILjava/security/ProtectionDomain;Ljava/lang/String;)Ljava/lang/Class;(Native Method)
        at java/lang/ClassLoader.defineClass(ClassLoader.java:620)
        at java/security/SecureClassLoader.defineClass(SecureClassLoader.java:124)
        at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:335)
        at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
        ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E7FCE78[biased lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Classes.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName(Class.java:247)
    at sun/reflect/generics/factory/CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:95)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:107)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/annotation/AnnotationParser.parseSig(AnnotationParser.java:370)
    at sun/reflect/annotation/AnnotationParser.parseClassValue(AnnotationParser.java:351)
    at sun/reflect/annotation/AnnotationParser.parseMemberValue(AnnotationParser.java:280)
    at sun/reflect/annotation/AnnotationParser.parseAnnotation(AnnotationParser.java:222)
    at sun/reflect/annotation/AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
    at sun/reflect/annotation/AnnotationParser.parseAnnotations(AnnotationParser.java:52)
    at java/lang/reflect/Field.declaredAnnotations(Field.java:1016)
    ^-- Holding lock: java/lang/reflect/Field@0x032BFE90[biased lock]
    at java/lang/reflect/Field.getDeclaredAnnotations(Field.java:1009)
    at java/lang/reflect/AccessibleObject.getAnnotations(AccessibleObject.java:175)
    at org/apache/openjpa/lib/util/J2DoPriv5Helper$1.run(J2DoPriv5Helper.java:51)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:233)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:241)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.annotated(PersistenceMetaDataDefaults.java:293)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:262)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:269)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.getAccessType(PersistenceMetaDataDefaults.java:250)
    at org/apache/openjpa/meta/AbstractMetaDataDefaults.populate(AbstractMetaDataDefaults.java:155)
    at org/apache/openjpa/persistence/PersistenceMetaDataDefaults.populate(PersistenceMetaDataDefaults.java:227)
    at org/apache/openjpa/meta/MetaDataRepository.addMetaData(MetaDataRepository.java:794)
    at org/apache/openjpa/meta/MetaDataRepository.addMetaData(MetaDataRepository.java:780)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.getMetaData(AnnotationPersistenceMetaDataParser.java:657)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.parseClassAnnotations(AnnotationPersistenceMetaDataParser.java:480)
    at org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.parse(AnnotationPersistenceMetaDataParser.java:352)
    at org/apache/openjpa/persistence/PersistenceMetaDataFactory.load(PersistenceMetaDataFactory.java:229)
    at org/apache/openjpa/meta/MetaDataRepository.getMetaDataInternal(MetaDataRepository.java:474)
    at org/apache/openjpa/meta/MetaDataRepository.getMetaData(MetaDataRepository.java:294)
    ^-- Holding lock: org/apache/openjpa/meta/MetaDataRepository@0x0E7FCDF0[biased lock]
    at org/apache/openjpa/enhance/PCEnhancer.<init>(PCEnhancer.java:248)
    at org/apache/openjpa/enhance/PCEnhancer.<init>(PCEnhancer.java:219)
    at org/apache/openjpa/enhance/PCClassFileTransformer.transform0(PCClassFileTransformer.java:139)
    at org/apache/openjpa/enhance/PCClassFileTransformer.transform(PCClassFileTransformer.java:120)
    at org/apache/openjpa/persistence/PersistenceProviderImpl$ClassTransformerImpl.transform(PersistenceProviderImpl.java:210)
    at weblogic/deployment/PersistenceUnitInfoImpl$ClassPreProcessorImpl.preProcess(PersistenceUnitInfoImpl.java:497)
    at weblogic/utils/classloaders/ClassPreProcessor$ClassPreProcessorSupport.preProcess(ClassPreProcessor.java:95)
    at weblogic/utils/classloaders/GenericClassLoader.doPreProcess(GenericClassLoader.java:348)
    at weblogic/utils/classloaders/GenericClassLoader.defineClass(GenericClassLoader.java:329)
    at weblogic/utils/classloaders/GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[recursive]
    at weblogic/utils/classloaders/GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java/lang/ClassLoader.loadClass(ClassLoader.java:306)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[recursive]
    at java/lang/ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic/utils/classloaders/GenericClassLoader.loadClass(GenericClassLoader.java:176)
    at jrockit/vm/Classes.loadClassInternal(Classes.java:75)
    ^-- Holding lock: weblogic/utils/classloaders/GenericClassLoader@0x0E093168[biased lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Classes.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;(Native Method)
    at java/lang/Class.forName(Class.java:247)
    at sun/reflect/generics/factory/CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:95)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:107)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/generics/visitor/Reifier.reifyTypeArguments(Reifier.java:50)
    at sun/reflect/generics/visitor/Reifier.visitClassTypeSignature(Reifier.java:120)
    at sun/reflect/generics/tree/ClassTypeSignature.accept(ClassTypeSignature.java:31)
    at sun/reflect/generics/repository/MethodRepository.getReturnType(MethodRepository.java:50)
    at java/lang/reflect/Method.getGenericReturnType(Method.java:236)
    at java/lang/reflect/Method.toGenericString(Method.java:482)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.setMethod(EjbCodeGenerator.java:3511)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.remote_interface_methods(EjbCodeGenerator.java:2698)
    at weblogic/ejb/container/ejbc/EjbCodeGenerator.remote_business_interface_methods(EjbCodeGenerator.java:2685)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at weblogic/utils/compiler/CodeGenerator.processAt(CodeGenerator.java:688)
        at weblogic/utils/compiler/CodeGenerator.parse(CodeGenerator.java:582)
        at weblogic/utils/compiler/CodeGenerator.parse(CodeGenerator.java:539)
        at weblogic/utils/compiler/CodeGenerator.generateCode(CodeGenerator.java:341)
        at weblogic/utils/compiler/CodeGenerator.generate(CodeGenerator.java:242)
        at weblogic/utils/compiler/CodeGenerator.generate(CodeGenerator.java:197)
        at weblogic/ejb/container/ejbc/EJBCompiler.generateSourcesFromBeanInfo(EJBCompiler.java:1019)
        at weblogic/ejb/container/ejbc/EJBCompiler.doCompile(EJBCompiler.java:299)
        at weblogic/ejb/container/ejbc/EJBCompiler.compileEJB(EJBCompiler.java:552)
        at weblogic/ejb/container/ejbc/EJBCompiler.compileEJB(EJBCompiler.java:519)
        at weblogic/ejb/container/deployer/EJBDeployer.runEJBC(EJBDeployer.java:393)
        at weblogic/ejb/container/deployer/EJBDeployer.compileJar(EJBDeployer.java:715)
        at weblogic/ejb/container/deployer/EJBDeployer.compileIfNecessary(EJBDeployer.java:618)
        at weblogic/ejb/container/deployer/EJBDeployer.prepare(EJBDeployer.java:1154)
        at weblogic/ejb/container/deployer/EJBModule.prepare(EJBModule.java:425)
    Stopping PointBase server...
    PointBase server stopped.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                &n

    Looks like a JVM crash during classloading. Have no idea what might cause it. I suggest you try upgrading to a more recent JRockit version (google for "download jrockit" and get the latest JRMC version you can find, it includes JRockit R27.6.5). If that doesn't help, open a ticket with Oracle Support and provide the text dump and the minidump for analysis.
    Henrik

Maybe you are looking for

  • APEX and iText PDF generation

    Hi, Has any one used iText in apex to generate PDF documents in APEX. The reason for me to look for a solution to generate PDF documents like invoice, Purchase Order for different customer in different format. Since the online hosting companies have

  • Waiting for Udev uevents to be proccessed forever

    After a clean install from cd arch booted properly. After updating everything and rebooting, boot hanged at waiting for Udev uevents to be proccessed for too long. I reinstalled arch but this time I updated only udev and i have the same problem. I do

  • How to stop the "Tab Key" from acting as a "SEND" button in gmail

    Since installing the Firefox update today, when I hit the keyboard Tab Key in the course of composing an email on gmail, it sends the (!unfinished!) message. I need to disable this "feature". How?

  • Time machine says "success," but no backups

    I noticed today that none of the backups on my Time Machine disk have any data in them. Just a bunch of empty "Macintosh HD" folders going back several months. Yikes! I've been through a tech support session plus a few hours of troubleshooting on my

  • Cache mode GPO

    Hi, I've noticed a difference in the behavior of this setting in Outlook 2010 vs 2013 In 2010, when the gpo is set, everything is greyed out for the user, but in 2013, the user can change the setting. Has anyone else noticed this? Is this something t