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.

CCS5 crashes when CPU Reset button is used

Other Parts Discussed in Thread: CCSTUDIO

I'm running CCS5  5.1.0.09000 and whenever the target is disconnected and the CPU reset button is hit, the application crashes and needs to be restarted from scratch. Is this normal operation?

Also, is there a way to have the debug buttons (run,step,step into, etc) available on the tool bar without the need for the debug window to be open? I don't need to know the status of my debug when I'm stepping, so having that window open just wastes space on the desktop.

Thanks.

  • Hi Bob,

    no this should not be normal operation.   I am wondering if the reset button might indicate some USB power overload from the emulator?  Do you see any signs of this?  Is this consistant and repeatable?  What if you try renaming ctools.dll ... does this persist?

    Regarding the debug perspective ... the CCS perspectives can be customized.  Start looking in Window -> Preferences ->General -> Perspectives and you can go from there.  You will see various options to modify the CCS Debug perspective or edit perspective etc.

    Please keep us informed whether this helps.

    Best Regards,
    Lisa

  • Hi Lisa,

     I should have said that I'm running a SD 510 parallel port emulator with a '334 target. Everything works fine when the target is connected. I can run, step, walk, etc. It's just when I disconnect (or it becomes disonnected) is when the problem occurs. It is 100% repeatable every time.

  • Hi Bob,

    what OS are you running?  Do you use any other emulators and do they also cause crashes?  Did you try the renaming ctools.dll?  Would you please send us any error logs or dump files (.dmp) generated?

    More information about these can be found here

    http://processors.wiki.ti.com/index.php/Troubleshooting_CCS

    Please keep us informed.

    Best Regards,

    Lisa

  • Bob D. said:

    Also, is there a way to have the debug buttons (run,step,step into, etc) available on the tool bar without the need for the debug window to be open? I don't need to know the status of my debug when I'm stepping, so having that window open just wastes space on the desktop.

    You do need the debug view to open to be able to debug, this is a limitation for the Eclipse version that CCS is based on. The Eclipse community is currently working on a solution to address this issue. For now, you do have an option to shrink the debug view into a breadcrumb view and make it very small. To switch to breadcrumb view, click on the triangle button beside the debug button toolbar and select layout, then breadcrumb.

    Regards,
    Patrick

  • That's kind of what I figured, but just wanted to be sure. Thank you.

  • I am running XP pro SP3. No other emulators are being used. There is no error log, it just shuts down CCS5 as if you pressed the exit button, although it leaves the icon in the toolbar until you hover over it, then it disappears.

  • There might be dump file generated from the crash. You can goto 'Help | CCS Support' menu to open the support dialog, select Debug Server Dump and click on the view button. Is there any dump file in this folder? If there is any .dmp file, can you attach to this thread?

  • I do not have that option in Help. Where are you seeing that?

    I have:

    Help Contents

    Search

    Dynamic Help

    Key Assist

    Tip and Tricks

    ...

  • are you inside CCSEdit or CCSDebug perspective? This option is available within one of these perspective.

  • Got now it from the edit perspective. (These perspectives are new to me. I'm used to CCS3.3). I forced the crash then when I re-opened CCS5 it gave me a message about an exception being generated from the last session. I sent that to Ti via email. You should see all the dump information in that email.

    Here's the .log file contents:

    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x31d74320, pid=3192, tid=4056
    #
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # C  0x31d74320
    #
    # 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 (0x2f4e5400):  JavaThread "Worker-11" [_thread_in_native, id=4056, stack(0x30e00000,0x30f00000)]

    siginfo: ExceptionCode=0xc0000005, reading address 0x00000002

    Registers:
    EAX=0x00000002, EBX=0x30eff404, ECX=0x00000000, EDX=0x31d95930
    ESP=0x30eff3cc, EBP=0x30eff40c, ESI=0x00000000, EDI=0x31d583e4
    EIP=0x31d74320, EFLAGS=0x00010297

    Top of Stack: (sp=0x30eff3cc)
    0x30eff3cc:   31d76091 30eff488 30eff4f8 30eff484
    0x30eff3dc:   30eff498 31d402b5 31d583e4 00000000
    0x30eff3ec:   30eff404 30eff40c 2e0c9d08 31d5b8d0
    0x30eff3fc:   30eff4f8 32c50024 00000000 00000000
    0x30eff40c:   00000000 00000000 31da5fd8 31d583b8
    0x30eff41c:   00000000 00000013 00000000 00000000
    0x30eff42c:   00000000 00000000 00000000 00000000
    0x30eff43c:   00000000 00000000 bc8e37f7 31d3e84b

    Instructions: (pc=0x31d74320)
    0x31d74310:   d8 31 c3 cc cc cc cc cc cc cc cc cc cc cc cc cc
    0x31d74320:   0f b6 41 02 0f b6 51 01 0f b6 09 c1 e0 08 03 c2


    Stack: [0x30e00000,0x30f00000],  sp=0x30eff3cc,  free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  0x31d74320

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J  org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    J  org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    j  $Proxy87.issueReset()V+9
    j  com.ti.debug.engine.impl.AdvancedReset.issueReset()V+7
    j  com.ti.ccstudio.debug.service.contexts.ContainerDMContext.performDefaultReset()V+56
    j  com.ti.ccstudio.debug.ui.commands.ResetHandler.doExecute([Lcom/ti/ccstudio/debug/service/contexts/ThreadDMContext;Lorg/eclipse/core/commands/ExecutionEvent;)V+46
    j  com.ti.ccstudio.debug.ui.commands.AbstractDebugHandler$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+12
    J  org.eclipse.core.internal.jobs.Worker.run()V
    v  ~StubRoutines::call_stub

    ---------------  P R O C E S S  ---------------

    Java Threads: ( => current thread )
      0x2f47b800 JavaThread "dss callback thread - 11" [_thread_blocked, id=2264, stack(0x32880000,0x32980000)]
      0x300d2c00 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=3380, stack(0x37dc0000,0x37ec0000)]
      0x2adf3400 JavaThread "Worker-15" [_thread_blocked, id=3792, stack(0x37cc0000,0x37dc0000)]
      0x2c151000 JavaThread "Worker-14" [_thread_blocked, id=1364, stack(0x37bc0000,0x37cc0000)]
      0x2f499000 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=2408, stack(0x37ac0000,0x37bc0000)]
      0x2c12bc00 JavaThread "com.ti.ccstudio.debug.debugModel - 2" [_thread_blocked, id=3452, stack(0x379c0000,0x37ac0000)]
      0x2c0f0800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=4064, stack(0x34470000,0x34570000)]
      0x2c0a7c00 JavaThread "Worker-13" [_thread_blocked, id=4020, stack(0x32550000,0x32650000)]
      0x2f3a7800 JavaThread "Worker-12" [_thread_blocked, id=2888, stack(0x31010000,0x31110000)]
    =>0x2f4e5400 JavaThread "Worker-11" [_thread_in_native, id=4056, stack(0x30e00000,0x30f00000)]
      0x2c0da000 JavaThread "Worker-10" [_thread_blocked, id=232, stack(0x2ef40000,0x2f040000)]
      0x2bfe5400 JavaThread "Thread-12" [_thread_in_native, id=3476, stack(0x32e50000,0x32f50000)]
      0x2f7ebc00 JavaThread "com.ti.ccstudio.debug.debugModel - 1" [_thread_blocked, id=2912, stack(0x32750000,0x32850000)]
      0x2fa23400 JavaThread "Scripting Console - Rhino" [_thread_blocked, id=3492, stack(0x32a50000,0x32b50000)]
      0x2f34a800 JavaThread "Worker-7" [_thread_blocked, id=4052, stack(0x32650000,0x32750000)]
      0x2ffcb800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=2216, stack(0x30f10000,0x31010000)]
      0x2fc64400 JavaThread "Worker-2" [_thread_blocked, id=836, stack(0x30d00000,0x30e00000)]
      0x2f386000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=732, stack(0x2faf0000,0x2fbf0000)]
      0x2bf5e000 JavaThread "polling thread" daemon [_thread_in_native, id=1728, stack(0x2ee40000,0x2ef40000)]
      0x2b822000 JavaThread "Worker-JM" [_thread_blocked, id=3400, stack(0x2c250000,0x2c350000)]
      0x2b772800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=1460, stack(0x2bd50000,0x2be50000)]
      0x2b730400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2224, stack(0x2bb50000,0x2bc50000)]
      0x2b70e800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=3672, stack(0x2ba50000,0x2bb50000)]
      0x2b6ec000 JavaThread "State Data Manager" daemon [_thread_blocked, id=3784, stack(0x2b950000,0x2ba50000)]
      0x2b718400 JavaThread "Framework Active Thread" [_thread_blocked, id=2668, stack(0x2b850000,0x2b950000)]
      0x2adc5800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3076, stack(0x2b430000,0x2b530000)]
      0x2adbf400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1204, stack(0x2b330000,0x2b430000)]
      0x2adbdc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1384, stack(0x2b230000,0x2b330000)]
      0x2adbc800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2208, stack(0x2b130000,0x2b230000)]
      0x2adac800 JavaThread "Finalizer" daemon [_thread_blocked, id=2964, stack(0x2b030000,0x2b130000)]
      0x2ada8000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1428, stack(0x2af30000,0x2b030000)]
      0x009d7000 JavaThread "main" [_thread_in_native, id=3148, stack(0x00030000,0x00130000)]

    Other Threads:
      0x2ada3000 VMThread [stack: 0x2ae30000,0x2af30000] [id=3752]
      0x2adc7000 WatcherThread [stack: 0x2b530000,0x2b630000] [id=1616]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
     def new generation   total 5824K, used 3627K [0x02a90000, 0x030e0000, 0x04810000)
      eden space 5184K,  61% used [0x02a90000, 0x02db19a0, 0x02fa0000)
      from space 640K,  65% used [0x02fa0000, 0x03009398, 0x03040000)
      to   space 640K,   0% used [0x03040000, 0x03040000, 0x030e0000)
     tenured generation   total 76944K, used 50924K [0x04810000, 0x09334000, 0x1aa90000)
       the space 76944K,  66% used [0x04810000, 0x079cb380, 0x079cb400, 0x09334000)
     compacting perm gen  total 75264K, used 75095K [0x1aa90000, 0x1f410000, 0x2aa90000)
       the space 75264K,  99% used [0x1aa90000, 0x1f3e5eb8, 0x1f3e6000, 0x1f410000)
    No shared spaces configured.

    Dynamic libraries:
    0x00400000 - 0x0040d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\ccstudio.exe
    0x7c900000 - 0x7c9b2000     C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000     C:\WINDOWS\system32\kernel32.dll
    0x64d00000 - 0x64d34000     C:\Program Files\Alwil Software\Avast5\snxhk.dll
    0x7e410000 - 0x7e4a1000     C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f59000     C:\WINDOWS\system32\GDI32.dll
    0x5d090000 - 0x5d12a000     C:\WINDOWS\system32\COMCTL32.dll
    0x77dd0000 - 0x77e6b000     C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f03000     C:\WINDOWS\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000     C:\WINDOWS\system32\Secur32.dll
    0x77c10000 - 0x77c68000     C:\WINDOWS\system32\MSVCRT.dll
    0x76390000 - 0x763ad000     C:\WINDOWS\system32\IMM32.DLL
    0x629c0000 - 0x629c9000     C:\WINDOWS\system32\LPK.DLL
    0x74d90000 - 0x74dfb000     C:\WINDOWS\system32\USP10.dll
    0x72000000 - 0x7200d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
    0x77c00000 - 0x77c08000     C:\WINDOWS\system32\VERSION.dll
    0x5ad70000 - 0x5ada8000     C:\WINDOWS\system32\uxtheme.dll
    0x755c0000 - 0x755ee000     C:\WINDOWS\system32\msctfime.ime
    0x774e0000 - 0x7761e000     C:\WINDOWS\system32\ole32.dll
    0x6d800000 - 0x6da56000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000     C:\WINDOWS\system32\WINMM.dll
    0x7c340000 - 0x7c396000     C:\WINDOWS\system32\MSVCR71.dll
    0x6bd00000 - 0x6bd0d000     C:\WINDOWS\system32\SYNCOR11.DLL
    0x6d290000 - 0x6d298000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000     C:\WINDOWS\system32\PSAPI.DLL
    0x6d7b0000 - 0x6d7bc000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\verify.dll
    0x6d330000 - 0x6d34f000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\java.dll
    0x6d7f0000 - 0x6d7ff000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\zip.dll
    0x68000000 - 0x68036000     C:\WINDOWS\system32\rsaenh.dll
    0x769c0000 - 0x76a74000     C:\WINDOWS\system32\USERENV.dll
    0x5b860000 - 0x5b8b5000     C:\WINDOWS\system32\netapi32.dll
    0x6d610000 - 0x6d623000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000     C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000     C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000     C:\WINDOWS\System32\mswsock.dll
    0x76f20000 - 0x76f47000     C:\WINDOWS\system32\DNSAPI.dll
    0x76d60000 - 0x76d79000     C:\WINDOWS\system32\iphlpapi.dll
    0x76fb0000 - 0x76fb8000     C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000     C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000     C:\WINDOWS\system32\rasadhlp.dll
    0x6d630000 - 0x6d639000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\nio.dll
    0x2c360000 - 0x2c3ce000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\267\1\.cp\swt-win32-3735.dll
    0x77120000 - 0x771ab000     C:\WINDOWS\system32\OLEAUT32.dll
    0x763b0000 - 0x763f9000     C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d3000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
    0x77f60000 - 0x77fd6000     C:\WINDOWS\system32\SHLWAPI.dll
    0x7c9c0000 - 0x7d1d7000     C:\WINDOWS\system32\SHELL32.dll
    0x3d930000 - 0x3da01000     C:\WINDOWS\system32\WININET.dll
    0x2c3e0000 - 0x2c3e9000     C:\WINDOWS\system32\Normaliz.dll
    0x3dfd0000 - 0x3e015000     C:\WINDOWS\system32\iertutil.dll
    0x77a80000 - 0x77b15000     C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000     C:\WINDOWS\system32\MSASN1.dll
    0x2c640000 - 0x2c646000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\bin\win32\LibraryLoader.dll
    0x7c420000 - 0x7c4a7000     C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCP80.dll
    0x78130000 - 0x781cb000     C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCR80.dll
    0x2c6b0000 - 0x2c8a2000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\xerces-c_2_5_0.dll
    0x2c680000 - 0x2c6a0000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\ti_logger.dll
    0x2c8c0000 - 0x2c935000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\C4DLL.DLL
    0x2ca50000 - 0x2ca60000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\CCReg.dll
    0x2ca70000 - 0x2cab2000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\fsutil.dll
    0x2cad0000 - 0x2cad8000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\fsutiljni.dll
    0x2caf0000 - 0x2caf9000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\MiniDump.dll
    0x2cb10000 - 0x2cba3000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\rtdx.dll
    0x2cbb0000 - 0x2cd1e000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\setup_parser.dll
    0x2cd30000 - 0x2cd3d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin\ti_targetdb_parser.dll
    0x78480000 - 0x7850e000     C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\MSVCP90.dll
    0x78520000 - 0x785c3000     C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.6161_x-ww_31a54e43\MSVCR90.dll
    0x2bc50000 - 0x2bc58000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\javaxpcomglue.dll
    0x2bc70000 - 0x2bc9a000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\nspr4.dll
    0x71ad0000 - 0x71ad9000     C:\WINDOWS\system32\WSOCK32.dll
    0x2bcb0000 - 0x2bcb7000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\plc4.dll
    0x2bcd0000 - 0x2bcd7000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\plds4.dll
    0x2cd60000 - 0x2cddb000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\sqlite3.dll
    0x2bd00000 - 0x2bd14000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\nssutil3.dll
    0x2cde0000 - 0x2ce06000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\softokn3.dll
    0x2ce10000 - 0x2cead000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\nss3.dll
    0x2ceb0000 - 0x2ced1000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\ssl3.dll
    0x2cef0000 - 0x2cf08000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\smime3.dll
    0x2cf20000 - 0x2d90e000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\xul.dll
    0x2d920000 - 0x2d9f1000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\js3250.dll
    0x73000000 - 0x73026000     C:\WINDOWS\system32\WINSPOOL.DRV
    0x76380000 - 0x76385000     C:\WINDOWS\system32\MSIMG32.dll
    0x64e80000 - 0x64e9f000     C:\Program Files\Alwil Software\Avast5\aswJsFlt.dll
    0x59a60000 - 0x59b01000     C:\WINDOWS\system32\DBGHELP.DLL
    0x2dc30000 - 0x2dc37000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\xpcom.dll
    0x76fd0000 - 0x7704f000     C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000     C:\WINDOWS\system32\COMRes.dll
    0x662b0000 - 0x66308000     C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000     C:\WINDOWS\System32\wshtcpip.dll
    0x2e480000 - 0x2e61d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\components\mdex.dll
    0x2e730000 - 0x2eb74000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\components\DebugServer.dll
    0x2eb90000 - 0x2ec0e000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\bin\win32\tiofr11.dll
    0x2ec20000 - 0x2ec3c000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\bin\win32\XPCOMUtility.dll
    0x2ec50000 - 0x2ece8000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\bin\win32\CollectorServer.dll
    0x2ed00000 - 0x2ed83000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\bin\win32\DatasetServer.dll
    0x2eda0000 - 0x2ede0000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\components\DataSnapshotDecoder.dll
    0x2edf0000 - 0x2ee23000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\win32\components\DebugProperties.dll
    0x2f040000 - 0x2f05d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\267\1\.cp\swt-gdip-win32-3735.dll
    0x4ec50000 - 0x4edfb000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.22509_x-ww_c7dad023\gdiplus.dll
    0x2f190000 - 0x2f19e000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\78\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x2f1d0000 - 0x2f1d8000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\83\1\.cp\os\win32\x86\win32refresh.dll
    0x61880000 - 0x618ba000     C:\WINDOWS\system32\oleacc.dll
    0x31790000 - 0x31a55000     C:\WINDOWS\system32\xpsp2res.dll
    0x77b40000 - 0x77b62000     C:\WINDOWS\system32\Apphelp.dll
    0x75cf0000 - 0x75d81000     C:\WINDOWS\system32\mlang.dll
    0x31110000 - 0x3111f000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\81\1\.cp\jWinHttp-1.0.0.dll
    0x4d4f0000 - 0x4d549000     C:\WINDOWS\system32\WINHTTP.dll
    0x76ee0000 - 0x76f1c000     C:\WINDOWS\system32\RASAPI32.DLL
    0x76e90000 - 0x76ea2000     C:\WINDOWS\system32\rasman.dll
    0x76eb0000 - 0x76edf000     C:\WINDOWS\system32\TAPI32.dll
    0x76e80000 - 0x76e8e000     C:\WINDOWS\system32\rtutils.dll
    0x77c70000 - 0x77c95000     C:\WINDOWS\system32\msv1_0.dll
    0x76790000 - 0x7679c000     C:\WINDOWS\system32\cryptdll.dll
    0x6d790000 - 0x6d798000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse\jre\bin\sunmscapi.dll
    0x31320000 - 0x3133d000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\cToolsIF.dll
    0x32d50000 - 0x32deb000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\ctools.dll
    0x32df0000 - 0x32e18000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\dvt_3.1.0.201110191212\Trace\bin\JTrace.dll
    0x31c70000 - 0x31c8f000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\TraceFactory.dll
    0x31cc0000 - 0x31ccd000     C:\Documents and Settings\bob\Local Settings\temp\ext4153580430119821282.dll
    0x32000000 - 0x3201b000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\TraceJNI.dll
    0x33050000 - 0x330a6000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\ICECD.dll
    0x330b0000 - 0x330dc000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\icestorm21.dll
    0x330e0000 - 0x3322a000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\ice21.dll
    0x33830000 - 0x3385a000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\LIBBZ2.dll
    0x33870000 - 0x338a2000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\iceutil21.dll
    0x33ea0000 - 0x33eaf000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\uscif\jtagdata.dll
    0x349a0000 - 0x349b6000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\SetupAdapter4.dll
    0x34b30000 - 0x34b52000     C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\tpi\disassemble_ank.dll

    VM Arguments:
    jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m -XX:ErrorFile=C:\DOCUME~1\bob\LOCALS~1\APPLIC~1\.TI\2467232089\0\dmp\hs_err_%p.log -XX:MaxPermSize=256M
    java_command: <unknown>
    Launcher Type: generic

    Environment Variables:
    CLASSPATH=C:\Program Files\PhotoDeluxe BE 1.0\AdobeConnectables;
    PATH=C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\bin;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\common\uscif;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\DebugServer\license;C:/Program Files/Texas Instruments/ccsv5/ccsv5/eclipse/jre/bin/client;C:/Program Files/Texas Instruments/ccsv5/ccsv5/eclipse/jre/bin;C:/Program Files/Texas Instruments/ccsv5/ccsv5/eclipse/jre/lib/i386;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;C:\Xilinx\10.1\ISE\bin\nt;C:\Xilinx\10.1\ISE\lib\nt;C:\Xilinx\10.1\ISE\smartmodel\nt\installed_nt\lib\pcnt.lib;C:\Program Files\PC-Doctor for Windows;C:\Program;C:\Program Files\Common Files\Autodesk Shared;C:\Program Files\Altium Designer 6\System;C:\Program Files\Common Files\DivX Shared;C:\Program Files\IVI Foundation\IVI\bin;C:\Program Files\QuickTime\QTSystem;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Common Files\Acronis\SnapAPI;C:\Program Files\SlikSvn\bin;C:\Program Files\Microsoft Network Monitor 3\;;C:\Program Files\Texas Instruments\ccsv5\ccsv5\eclipse;;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\.;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/aet_config;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/setup;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/devices;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/bin;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../../../common/uscif;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\analysis\bin\../../tpi;C:\Program Files\Texas Instruments\ccsv5\ccsv5\ccs_base\emulation\drivers
    USERNAME=bob
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel



    ---------------  S Y S T E M  ---------------

    OS: Windows XP Build 2600 Service Pack 3

    CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3

    Memory: 4k page, physical 2095580k(968028k free), swap 4033112k(3139820k 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 Feb 02 16:55:37 2012
    elapsed time: 3610 seconds


  • Hi Bob,

    Thanks to Patrick and team!

    They were stars and able to track the source of your issue which is expected to be fixed in the coming release.

    Basically it appears that there is a class emulator that has been getting itself into an obsolete chunk of code the modern board reader -sddllmgt2.dll- no longer is compatible with.  This is why you have been experience the behaviour you see.

    Sorry for any inconvenience.  I hope this clarifiaction helps and keep an eye out for the upcoming patches and releases with the resolution to this issue.

    Best regards and all the best with development.

    Lisa

  • The fix that is mentioned was made in Spectrum Digital drivers v5.2.0 which should be available now. You can update your drivers from the CCS update manager inside CCS.

    Thanks

    ki

  • That version worked, thank you.

  • Well, it worked for a while. CCS5 is back to crashing when the target is disconnected and I press reset. I've updated to the latest SD drivers, but it still has the bug.While it doesn't happen every time like it did with the earlier version, it still happens frequently enough to be a pain and cause me to flag it here.

    Any thoughts?

    Thanks,

    Bob

  • Hi Bob,

    There are two different issues here, the original which I believe is resolved. So I will split off the latter half that deals with the reset and append it back to the original thread you referenced. Then i will bring that thread to attention to Spectrum Digital since the driver belongs to them

    Thanks

    ki