This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS 5.5 crashes with CPU load graph displayed

Other Parts Discussed in Thread: CCSTUDIO

Good day experts,

I recently upgraded to CCS 5.5 from CCS 5.4 and I am experiencing annoying crashes while in the debug perspective.

My setup is as follows:

- Win 7 64-bit

- CCS v5.5.0.00077

- Target: C6748 DSP running a DSP/BIOS 5.42.01.09 based application

- Emulator: Spectrum Digital XDS560v2 STM

When I am in the debug perspective of CCS, I display the CPU load graph from the Tools -> RTOS Analyzer -> RTA (Legacy) menu. The CPU load is displayed correctly for about 5 minutes while the application is executing and then CCS just closes (crashes) without displaying any message. I have attached the log file of my workspace.

2055.log_file.txt 

What I have tried so far, based on similar posts (but did not work):

- Renamed ctools.dll to ctools.bak in ti\ccsv5\ccs_base\emulation\analysis\bin

- I never had a CCS 3.3 installation on my PC, so there are no apparent incorrect paths in my PATH environmental variable.

Can you please assist as this is extremely annoying! 

  • Hi,

    This might be happening due to some unstable installation while upgrading. I would like you to first uninstall and then delete the complete CCS installation folder. Download the offline CCS v5.5 setup (Instead I would like you to try the latest CCS v6). This should solve your problem.

    Regards,

    Gautam

  • Hi Gautam,

    That was exactly how I installed CCS 5.5... and I did it twice.

    Before that I actually tried CCSv6, but I almost immediately got the following error while I was searching through the workspace:

    Unhandled Event Loop Exception
    No More handles

    and it also mentioned something about the SWT and wanted to close the workbench. Furthermore, I noticed that CCSv6 no longer has the legacy RTA capability, which is important since I am using DSP/BIOS 5.42.01.09 and not SYS/BIOS.

    From experience, I usually deliberately lag the latest and greatest version due to stability issues. In any case, I won't be using CCSv6 anytime soon.

    Can you please advise on something else I can do to stop CCS5v5 from crashing while showing the CPU load graph.

  • I'm forwarding your query to one of the CCS experts. Hope you get the solution soon.

    Goodluck & Regards,

    Gautam

  • Hi,

    When it closed/crashed, did it generate a crash dump?  You can check http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#Information_for_Support to see where to find crash dumps.  If you find one, please attach it.

    In addition, a log file would also be useful.  The same link will indicate how to collect a log file.  However, since it takes 5 minutes to crash, the log file will likely be enormous.  To work around that you can set TI_DS_LOGGING_BUFFER_SIZE=1024 on the command line before starting ccstudio.  That should cause the log file to be buffered internally and only the last 1024 lines written on exit (or crash).

    Darian

  • Hi Darian,

    Its quite strange, when I enable debugging CCS no longer crashes, but when I start CCS without debugging enabled I can reproduce the crash.

    To enable debugging I do the following in the command line:

    set TI_DS_ENABLE_LOGGING=1
    set TI_DS_LOGGING_OUTPUT=c:/path/file.log

    and then start CCS from the command line and execute the program with the CPU load graph on.

    When I start CCS just normally through its shortcut and execute the program with the CPU graph being displayed,  CCS would crash within minutes. I managed to obtain the dump and log files and it is attached.

    3124.DebugServer20140605135617.dmp.txt

    5008.log.txt

    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69b208ae, pid=13592, tid=13020
    #
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # C  0x69b208ae
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x076dd800):  JavaThread "XDCLogSource Thread" [_thread_in_native, id=13020, stack(0x44160000,0x44260000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x010982dd
    
    Registers:
    EAX=0x010982dd, EBX=0x01098207, ECX=0xdefae441, EDX=0x00000400
    ESP=0x4425eca8, EBP=0x010982dd, ESI=0x005ab8a4, EDI=0x010982dd
    EIP=0x69b208ae, EFLAGS=0x00010206
    
    Top of Stack: (sp=0x4425eca8)
    0x4425eca8:   005ab8a4 005ab7a0 69b206d7 010982dd
    0x4425ecb8:   4425eccb 005ab898 4425ed48 010982dd
    0x4425ecc8:   005ab8a4 69b0c585 010982dd 4425ecfc
    0x4425ecd8:   016a61e1 0d83dfa0 0fb20d30 004d0000
    0x4425ece8:   00010020 010982dd 010982dd 076dd800
    0x4425ecf8:   6d8c939a 093d8464 02b40021 69b12b16
    0x4425ed08:   016a5729 016a5853 38e8faac 016a61e1
    0x4425ed18:   00000000 00000000 016a61e1 005ab7a0 
    
    Instructions: (pc=0x69b208ae)
    0x69b2089e:   46 14 89 7e 18 8b 46 14 2b 46 18 03 c7 89 46 20
    0x69b208ae:   8a 08 8b 44 24 10 5f 88 08 b8 01 00 00 00 5e c2 
    
    
    Stack: [0x44160000,0x44260000],  sp=0x4425eca8,  free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  0x69b208ae
    
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  com.ti.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(JLjava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    J  com.ti.xpcom.internal.XPCOMJavaProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    j  $Proxy77.lookupSymbols(III)Lcom/ti/xpcom/interfaces/dsISymbolInfoList;+33
    J  com.ti.debug.engine.scripting.Symbol.lookupSymbols(IJ)[Ljava/lang/String;
    j  com.ti.bios.rta.dss.SymbolTable.lookupDataSymbol(J)[Ljava/lang/String;+27
    j  ti.bios.rta.Record.getNickName(J)Ljava/lang/String;+25
    j  ti.bios.rta.Record.decodeEvent()Ljava/lang/String;+606
    j  ti.bios.rta.Record.getFormattedMsg()Ljava/lang/String;+196
    j  com.ti.bios.rta.LogRecord.getFormattedMsg()Ljava/lang/String;+4
    J  com.ti.dvt.rta.xdc.core.Module.processData(Lcom/ti/dvt/rta/xdc/core/Log;)Lcom/ti/dvt/rta/xdc/core/Module$EventOutput;
    J  com.ti.dvt.rta.xdc.bios.Bios5Sys$Bios5Module.processData(Lcom/ti/dvt/rta/xdc/core/Log;)Lcom/ti/dvt/rta/xdc/core/Module$EventOutput;
    J  com.ti.dvt.rta.xdc.core.Engine.processData()Lcom/ti/dvt/rta/xdc/core/Module$EventOutput;
    J  com.ti.dvt.rta.xdc.dp.XDCBiosDP.processInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.DataProcessor$Output.sendInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.Tap.processCorrelatedInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.Tap$Input.processInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.DataProcessor$Output.sendInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.Tap.processCorrelatedInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    J  com.ti.dvt.datamodel.core.Tap$Input.processInput([Lcom/ti/dvt/datamodel/core/IDataField;)V
    j  com.ti.dvt.rta.xdc.dp.XDCLogSource.sendOutput()V+24
    j  com.ti.dvt.rta.xdc.dp.XDCLogSource$DSThread.run()V+184
    v  ~StubRoutines::call_stub
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
      0x0765a000 JavaThread "Worker-13" [_thread_blocked, id=14780, stack(0x449d0000,0x44ad0000)]
      0x076de000 JavaThread "Timer-1" [_thread_blocked, id=8444, stack(0x44260000,0x44360000)]
    =>0x076dd800 JavaThread "XDCLogSource Thread" [_thread_in_native, id=13020, stack(0x44160000,0x44260000)]
      0x076dd400 JavaThread "BIOS 5 RTA RunMode STS Reader" [_thread_in_native, id=9628, stack(0x44060000,0x44160000)]
      0x076dcc00 JavaThread "BIOS 5 RTA RunMode Log Reader" [_thread_blocked, id=6948, stack(0x43f60000,0x44060000)]
      0x076dc400 JavaThread "BIOS 5 RTA StopMode Log Reader" [_thread_blocked, id=10080, stack(0x43e60000,0x43f60000)]
      0x076dc800 JavaThread "SystemAnalyzer.stringQueue" [_thread_blocked, id=10544, stack(0x38140000,0x38240000)]
      0x076dbc00 JavaThread "pool-2-thread-1" [_thread_blocked, id=11912, stack(0x43d60000,0x43e60000)]
      0x076db000 JavaThread "com.ti.ccstudio.debug.debugModel - 0" [_thread_blocked, id=10956, stack(0x0f4f0000,0x0f5f0000)]
      0x0659b000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=15472, stack(0x0f320000,0x0f420000)]
      0x076dac00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=12188, stack(0x0f220000,0x0f320000)]
      0x076da400 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=6012, stack(0x0f120000,0x0f220000)]
      0x0a30dc00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=16936, stack(0x0ee20000,0x0ef20000)]
      0x0a30d400 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=10556, stack(0x0ece0000,0x0ede0000)]
      0x0a30d000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=16552, stack(0x0eba0000,0x0eca0000)]
      0x0a30c800 JavaThread "Java indexing" daemon [_thread_blocked, id=11036, stack(0x0ea60000,0x0eb60000)]
      0x0a30c000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=7868, stack(0x0e860000,0x0e960000)]
      0x0a30b800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=10668, stack(0x0e760000,0x0e860000)]
      0x0a30b400 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=15284, stack(0x0e560000,0x0e660000)]
      0x0a30ac00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=1748, stack(0x0c520000,0x0c620000)]
      0x0a30a800 JavaThread "polling thread" daemon [_thread_in_native, id=7124, stack(0x0c3e0000,0x0c4e0000)]
      0x0a30a000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=12108, stack(0x0c230000,0x0c330000)]
      0x0659ac00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=7148, stack(0x0bfa0000,0x0c0a0000)]
      0x0659a400 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=5128, stack(0x0be40000,0x0bf40000)]
      0x06598400 JavaThread "org.eclipse.jface.text.reconciler.MonoReconciler" daemon [_thread_blocked, id=7500, stack(0x0bd00000,0x0be00000)]
      0x06599c00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=6336, stack(0x0bb90000,0x0bc90000)]
      0x06599000 JavaThread "Scripting Console - Rhino" [_thread_blocked, id=9052, stack(0x0dbe0000,0x0dce0000)]
      0x06598800 JavaThread "xpcom dispose thread" daemon [_thread_blocked, id=11592, stack(0x0dae0000,0x0dbe0000)]
      0x06597c00 JavaThread "Worker-12" [_thread_blocked, id=7756, stack(0x0d580000,0x0d680000)]
      0x06597800 JavaThread "Worker-11" [_thread_blocked, id=7832, stack(0x0d340000,0x0d440000)]
      0x06597000 JavaThread "Worker-10" [_thread_blocked, id=7508, stack(0x0d000000,0x0d100000)]
      0x06596c00 JavaThread "Worker-9" [_thread_blocked, id=10436, stack(0x0cec0000,0x0cfc0000)]
      0x06596800 JavaThread "Worker-8" [_thread_blocked, id=2816, stack(0x0cd80000,0x0ce80000)]
      0x06596000 JavaThread "Worker-7" [_thread_blocked, id=17360, stack(0x0cc80000,0x0cd80000)]
      0x06595c00 JavaThread "Worker-6" [_thread_blocked, id=7580, stack(0x08a30000,0x08b30000)]
      0x06593c00 JavaThread "Worker-5" [_thread_blocked, id=14964, stack(0x07a60000,0x07b60000)]
      0x06594800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=17136, stack(0x0b8c0000,0x0b9c0000)]
      0x06594400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=16588, stack(0x09240000,0x09340000)]
      0x06593800 JavaThread "Worker-4" [_thread_blocked, id=16624, stack(0x08930000,0x08a30000)]
      0x06491000 JavaThread "Worker-3" [_thread_blocked, id=15024, stack(0x08830000,0x08930000)]
      0x0648e800 JavaThread "Worker-2" [_thread_blocked, id=10164, stack(0x08730000,0x08830000)]
      0x073bf800 JavaThread "Worker-1" [_thread_blocked, id=14804, stack(0x07b60000,0x07c60000)]
      0x06300800 JavaThread "Worker-0" [_thread_blocked, id=9224, stack(0x07160000,0x07260000)]
      0x06318800 JavaThread "Worker-JM" [_thread_blocked, id=8604, stack(0x06880000,0x06980000)]
      0x06284400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=5612, stack(0x06780000,0x06880000)]
      0x05594c00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=9640, stack(0x06180000,0x06280000)]
      0x054f2400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=12848, stack(0x06080000,0x06180000)]
      0x054f3000 JavaThread "State Data Manager" daemon [_thread_blocked, id=11540, stack(0x05f80000,0x06080000)]
      0x054bbc00 JavaThread "Framework Active Thread" [_thread_blocked, id=2460, stack(0x05e80000,0x05f80000)]
      0x027aa400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=708, stack(0x05190000,0x05290000)]
      0x027a6000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1276, stack(0x05050000,0x05150000)]
      0x027a3000 JavaThread "Attach Listener" daemon [_thread_blocked, id=11032, stack(0x04f10000,0x05010000)]
      0x0279a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6200, stack(0x04dd0000,0x04ed0000)]
      0x02785000 JavaThread "Finalizer" daemon [_thread_blocked, id=8912, stack(0x04c90000,0x04d90000)]
      0x02783c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=7036, stack(0x04b90000,0x04c90000)]
      0x0282a000 JavaThread "main" [_thread_blocked, id=2984, stack(0x00090000,0x00190000)]
    
    Other Threads:
      0x0277e800 VMThread [stack: 0x04a90000,0x04b90000] [id=14476]
      0x027ab400 WatcherThread [stack: 0x052d0000,0x053d0000] [id=7564]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap
     def new generation   total 12480K, used 1548K [0x10040000, 0x10dc0000, 0x11dc0000)
      eden space 11136K,  10% used [0x10040000, 0x101674e8, 0x10b20000)
      from space 1344K,  27% used [0x10b20000, 0x10b7bee8, 0x10c70000)
      to   space 1344K,   0% used [0x10c70000, 0x10c70000, 0x10dc0000)
     tenured generation   total 164616K, used 97429K [0x11dc0000, 0x1be82000, 0x28040000)
       the space 164616K,  59% used [0x11dc0000, 0x17ce55c8, 0x17ce5600, 0x1be82000)
     compacting perm gen  total 80128K, used 79985K [0x28040000, 0x2ce80000, 0x38040000)
       the space 80128K,  99% used [0x28040000, 0x2ce5c6f8, 0x2ce5c800, 0x2ce80000)
    No shared spaces configured.
    
    Dynamic libraries:
    0x00400000 - 0x0040d000 	C:\ti\ccsv5\eclipse\ccstudio.exe
    0x771a0000 - 0x77320000 	C:\Windows\SysWOW64\ntdll.dll
    0x74ef0000 - 0x75000000 	C:\Windows\syswow64\kernel32.dll
    0x75f10000 - 0x75f56000 	C:\Windows\syswow64\KERNELBASE.dll
    0x750c0000 - 0x751c0000 	C:\Windows\syswow64\USER32.dll
    0x760c0000 - 0x76150000 	C:\Windows\syswow64\GDI32.dll
    0x75e80000 - 0x75e8a000 	C:\Windows\syswow64\LPK.dll
    0x75340000 - 0x753dd000 	C:\Windows\syswow64\USP10.dll
    0x753e0000 - 0x7548c000 	C:\Windows\syswow64\msvcrt.dll
    0x75560000 - 0x75600000 	C:\Windows\syswow64\ADVAPI32.dll
    0x750a0000 - 0x750b9000 	C:\Windows\SysWOW64\sechost.dll
    0x75910000 - 0x75a00000 	C:\Windows\syswow64\RPCRT4.dll
    0x74d00000 - 0x74d60000 	C:\Windows\syswow64\SspiCli.dll
    0x74cf0000 - 0x74cfc000 	C:\Windows\syswow64\CRYPTBASE.dll
    0x6fd50000 - 0x6fdd4000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
    0x75a00000 - 0x75a60000 	C:\Windows\system32\IMM32.DLL
    0x751c0000 - 0x7528c000 	C:\Windows\syswow64\MSCTF.dll
    0x72000000 - 0x7200d000 	C:\ti\ccsv5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813\eclipse_1503.dll
    0x74600000 - 0x74609000 	C:\Windows\system32\VERSION.dll
    0x6f9e0000 - 0x6fa60000 	C:\Windows\system32\uxtheme.dll
    0x10000000 - 0x10037000 	C:\Program Files (x86)\ATI Technologies\HydraVision\HydraDMH.dll
    0x75f60000 - 0x760bc000 	C:\Windows\system32\ole32.dll
    0x754d0000 - 0x75553000 	C:\Windows\syswow64\CLBCatQ.DLL
    0x74d60000 - 0x74def000 	C:\Windows\syswow64\OLEAUT32.dll
    0x6d800000 - 0x6da56000 	C:\ti\ccsv5\eclipse\jre\bin\client\jvm.dll
    0x74450000 - 0x74482000 	C:\Windows\system32\WINMM.dll
    0x7c360000 - 0x7c3b6000 	C:\Windows\system32\MSVCR71.dll
    0x71a10000 - 0x71a5c000 	C:\Windows\system32\apphelp.dll
    0x6d290000 - 0x6d298000 	C:\ti\ccsv5\eclipse\jre\bin\hpi.dll
    0x77170000 - 0x77175000 	C:\Windows\syswow64\PSAPI.DLL
    0x6d7b0000 - 0x6d7bc000 	C:\ti\ccsv5\eclipse\jre\bin\verify.dll
    0x6d330000 - 0x6d34f000 	C:\ti\ccsv5\eclipse\jre\bin\java.dll
    0x6d7f0000 - 0x6d7ff000 	C:\ti\ccsv5\eclipse\jre\bin\zip.dll
    0x71d90000 - 0x71da6000 	C:\Windows\system32\CRYPTSP.dll
    0x71d50000 - 0x71d8b000 	C:\Windows\system32\rsaenh.dll
    0x74190000 - 0x741a7000 	C:\Windows\system32\USERENV.dll
    0x741f0000 - 0x741fb000 	C:\Windows\system32\profapi.dll
    0x6d610000 - 0x6d623000 	C:\ti\ccsv5\eclipse\jre\bin\net.dll
    0x75490000 - 0x754c5000 	C:\Windows\syswow64\WS2_32.dll
    0x75780000 - 0x75786000 	C:\Windows\syswow64\NSI.dll
    0x74120000 - 0x7415c000 	C:\Windows\system32\mswsock.dll
    0x72820000 - 0x72826000 	C:\Windows\System32\wship6.dll
    0x6d050000 - 0x6d060000 	C:\Windows\system32\NLAapi.dll
    0x6c9c0000 - 0x6c9d0000 	C:\Windows\system32\napinsp.dll
    0x6b940000 - 0x6b952000 	C:\Windows\system32\pnrpnsp.dll
    0x72500000 - 0x72544000 	C:\Windows\system32\DNSAPI.dll
    0x6b930000 - 0x6b938000 	C:\Windows\System32\winrnr.dll
    0x724d0000 - 0x724f7000 	C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x75a80000 - 0x75ad7000 	C:\Windows\syswow64\SHLWAPI.dll
    0x724a0000 - 0x724c1000 	C:\Program Files (x86)\Bonjour\mdnsNSP.dll
    0x73d80000 - 0x73d9c000 	C:\Windows\system32\Iphlpapi.DLL
    0x73d40000 - 0x73d47000 	C:\Windows\system32\WINNSI.DLL
    0x74110000 - 0x74115000 	C:\Windows\System32\wshtcpip.dll
    0x72490000 - 0x72496000 	C:\Windows\system32\rasadhlp.dll
    0x72450000 - 0x72488000 	C:\Windows\System32\fwpuclnt.dll
    0x6d630000 - 0x6d639000 	C:\ti\ccsv5\eclipse\jre\bin\nio.dll
    0x06b80000 - 0x06bf0000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\291\1\.cp\swt-win32-3834.dll
    0x75290000 - 0x7530b000 	C:\Windows\syswow64\comdlg32.dll
    0x71100000 - 0x7129e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0x76150000 - 0x76d9a000 	C:\Windows\syswow64\SHELL32.dll
    0x71920000 - 0x71971000 	C:\Windows\system32\WINSPOOL.DRV
    0x74df0000 - 0x74ee5000 	C:\Windows\syswow64\WININET.dll
    0x75790000 - 0x758c6000 	C:\Windows\syswow64\urlmon.dll
    0x75660000 - 0x7577d000 	C:\Windows\syswow64\CRYPT32.dll
    0x758d0000 - 0x758dc000 	C:\Windows\syswow64\MSASN1.dll
    0x75ae0000 - 0x75cdb000 	C:\Windows\syswow64\iertutil.dll
    0x73180000 - 0x73193000 	C:\Windows\system32\dwmapi.dll
    0x73c40000 - 0x73d35000 	C:\Windows\system32\propsys.dll
    0x05650000 - 0x0566d000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\291\1\.cp\swt-gdip-win32-3834.dll
    0x6f660000 - 0x6f7f0000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80\gdiplus.dll
    0x72da0000 - 0x72e9b000 	C:\Windows\system32\WindowsCodecs.dll
    0x05670000 - 0x0567e000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\85\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x059a0000 - 0x059a8000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\90\1\.cp\os\win32\x86\win32refresh.dll
    0x70d70000 - 0x70dac000 	C:\Windows\system32\oleacc.dll
    0x08b30000 - 0x08c9f000 	C:\Windows\system32\explorerframe.dll
    0x6d710000 - 0x6d73f000 	C:\Windows\system32\DUser.dll
    0x6d650000 - 0x6d702000 	C:\Windows\system32\DUI70.dll
    0x730a0000 - 0x730af000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\88\1\.cp\jWinHttp-1.0.0.dll
    0x6f240000 - 0x6f298000 	C:\Windows\system32\WINHTTP.dll
    0x6f1d0000 - 0x6f21f000 	C:\Windows\system32\webio.dll
    0x70ad0000 - 0x70add000 	C:\Windows\system32\dhcpcsvc6.DLL
    0x70ab0000 - 0x70ac2000 	C:\Windows\system32\dhcpcsvc.DLL
    0x71bc0000 - 0x71bc8000 	C:\Windows\system32\credssp.dll
    0x75ee0000 - 0x75f07000 	C:\Windows\syswow64\CFGMGR32.dll
    0x70cc0000 - 0x70cce000 	C:\Windows\system32\RpcRtRemote.dll
    0x73090000 - 0x73098000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\LibraryLoader.dll
    0x56d50000 - 0x56dd5000 	C:\Windows\system32\MSVCP110.dll
    0x55d50000 - 0x55e26000 	C:\Windows\system32\MSVCR110.dll
    0x0b3e0000 - 0x0b5d2000 	C:\ti\ccsv5\ccs_base\common\bin\xerces-c_2_5_0.dll
    0x74620000 - 0x746bb000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
    0x6b970000 - 0x6b99f000 	C:\ti\ccsv5\ccs_base\common\bin\ti_logger.dll
    0x08db0000 - 0x08e25000 	C:\ti\ccsv5\ccs_base\common\bin\C4DLL.DLL
    0x72fa0000 - 0x72fb6000 	C:\ti\ccsv5\ccs_base\common\bin\CCReg.dll
    0x563f0000 - 0x56448000 	C:\ti\ccsv5\ccs_base\common\bin\fsutil.dll
    0x72f90000 - 0x72f9e000 	C:\ti\ccsv5\ccs_base\common\bin\fsutiljni.dll
    0x56480000 - 0x56491000 	C:\ti\ccsv5\ccs_base\common\bin\MiniDump.dll
    0x68620000 - 0x68809000 	C:\ti\ccsv5\ccs_base\common\bin\setup_parser.dll
    0x0b740000 - 0x0b74d000 	C:\ti\ccsv5\ccs_base\common\bin\ti_targetdb_parser.dll
    0x72310000 - 0x7239e000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
    0x74750000 - 0x747f3000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
    0x6bb50000 - 0x6bb7e000 	C:\Windows\system32\mlang.dll
    0x712a0000 - 0x712a5000 	C:\Windows\system32\msimg32.dll
    0x75ce0000 - 0x75e7d000 	C:\Windows\syswow64\SETUPAPI.dll
    0x75a60000 - 0x75a72000 	C:\Windows\syswow64\DEVOBJ.dll
    0x70db0000 - 0x70dd1000 	C:\Windows\system32\ntmarta.dll
    0x75e90000 - 0x75ed5000 	C:\Windows\syswow64\WLDAP32.dll
    0x64870000 - 0x648e0000 	C:\Windows\system32\ntshrui.dll
    0x71a70000 - 0x71a89000 	C:\Windows\system32\srvcli.dll
    0x718f0000 - 0x718fb000 	C:\Windows\system32\cscapi.dll
    0x6f460000 - 0x6f46a000 	C:\Windows\system32\slc.dll
    0x71be0000 - 0x71be9000 	C:\Windows\system32\netutils.dll
    0x68150000 - 0x68159000 	C:\Windows\system32\LINKINFO.dll
    0x73030000 - 0x7303c000 	C:\Windows\system32\mssprxy.dll
    0x6fc70000 - 0x6fcca000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\ti_xpcom.dll
    0x67580000 - 0x6766b000 	C:\Windows\system32\DBGHELP.DLL
    0x6c280000 - 0x6c42e000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\mdex.dll
    0x71a90000 - 0x71aa1000 	C:\Windows\system32\NETAPI32.dll
    0x71a60000 - 0x71a6f000 	C:\Windows\system32\wkscli.dll
    0x744c0000 - 0x744c7000 	C:\Windows\system32\WSOCK32.dll
    0x0dce0000 - 0x0df5d000 	C:\ti\ccsv5\ccs_base\DebugServer\license\mdexutil.dll
    0x72f80000 - 0x72f89000 	C:\Windows\system32\snmpapi.dll
    0x6ed20000 - 0x6ed2a000 	C:\Windows\system32\wbem\wbemprox.dll
    0x6c8b0000 - 0x6c90c000 	C:\Windows\system32\wbemcomn.dll
    0x758e0000 - 0x7590d000 	C:\Windows\syswow64\WINTRUST.dll
    0x6ed10000 - 0x6ed1f000 	C:\Windows\system32\wbem\wbemsvc.dll
    0x6c810000 - 0x6c8a6000 	C:\Windows\system32\wbem\fastprox.dll
    0x72800000 - 0x72818000 	C:\Windows\system32\NTDSAPI.dll
    0x72f50000 - 0x72f53000 	C:\Windows\system32\icmp.Dll
    
    VM Arguments:
    jvm_args: -Dosgi.requiredJavaVersion=1.5 -Dosgi.instance.area.default=@user.home/workspace_v5_5 -Dorg.eclipse.equinox.http.jetty.customizer.class=com.ti.ccstudio.gui.composer.http.jetty.MaqettaJettyCustomizer -Xms40m -Xmx384m -XX:ErrorFile=C:\Users\reinierc\AppData\Local\.TI\693494126\0\dmp\hs_err_%p.log -XX:MaxPermSize=256M 
    java_command: <unknown>
    Launcher Type: generic
    
    Environment Variables:
    PATH=C:\ti\ccsv5\ccs_base\common\bin;C:\ti\ccsv5\ccs_base\common\uscif;C:\ti\ccsv5\ccs_base\DebugServer\license;C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\cvsnt;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\MATLAB\R2011a\runtime\win64;C:\Program Files\MATLAB\R2011a\bin;C:\Qt\Qt5.1.0\Tools\mingw48_32\bin;C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin;;C:\ti\ccsv5\eclipse;;C:\ti\ccsv5\ccs_base\emulation\drivers
    USERNAME=reinierc
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows NT 6.1 Build 7601 Service Pack 1
    
    CPU:total 8 (8 cores per cpu, 2 threads per core) family 6 model 10 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht
    
    Memory: 4k page, physical 4194303k(3755692k free), swap 4194303k(4194303k free)
    
    vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar  9 2009 01:15:24 by "java_re" with MS VC++ 7.1
    
    time: Thu Jun 05 15:56:19 2014
    elapsed time: 300 seconds
    
    

    Please let me know if you can determine anything from the information that I have provided.

  • Hi,

    How large a file are you loading ?

    Is it possible to send it to us for investigation ?

    Regards,

    Raymond

  • Hi Raymond,

    The *.out file is approximately 428 MB in size.

    I am unfortunately not allowed to provide you with the actual file.

    Please let me know if you have any specific questions, I will attempt to provide as much information as possible.

  • Hi Raymond,

    I just want to check if you managed to figure anything out, based on logs I presented you with.

  • I have checked your log file and cross referenced against the list of changes/fixes in v6

    I think what you have encountered is a bug in our shared memory code.

    That has been fixed in v6. Could you install v6 ?

    Regards,

    Raymond

  • Hi Raymond,

    Thank you for the confirmation.

    I did install CCS v6 in last week, but I noticed that it appears as though the CPU load graph for DSP/BIOS is no longer supported in CCS v6 (only SYS/BIOS instrumentation). In CCS v5 it was under RTOS Analyzer -> RTA (Legacy) in the Debug perspective.

    It would be great news if you could prove me wrong!