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.3 randomly crashes during long debug session without warning

Hi Folks

Recently my install of CCS 5.3 (windows 7 x64) has been crashing without warning during longer debug sessions. There seems to be no apparent cause or anything that may be interfering with the dev board or CCS so far as I can tell.

The error .log shows CCS as simply having an unexpected exit... a quick view of the debug server dump says that the JRE detected an access violation, that the thread tried to read or write a virtual address for which it does not have access...

Have attached the relevant dump and log files etc below

on the .dmp file you will need to remove the .txt extension that I needed to add to make the forum allow me to upload it...

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x9d7036f9, pid=25136, tid=50356
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
# Problematic frame:
# C  0x9d7036f9
#
# 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 (0x2f1dfc00):  JavaThread "com.ti.ccstudio.debug.debugModel - 1" [_thread_in_native, id=50356, stack(0x34380000,0x34480000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x9d7036f9

Registers:
EAX=0x3a60b860, EBX=0x00000000, ECX=0x36f7031a, EDX=0x9d7036f9
ESP=0x3447f3cc, EBP=0x3447f5c8, ESI=0x2fffa970, EDI=0x00000000
EIP=0x9d7036f9, EFLAGS=0x00010246

Top of Stack: (sp=0x3447f3cc)
0x3447f3cc:   352ccf66 3a60b860 dee469cf 2f1dfc00
0x3447f3dc:   3447f638 00000000 00000000 051f0318
0x3447f3ec:   37291ab8 00000000 3a60b860 37291ab8
0x3447f3fc:   2fffa970 f99b3c03 dee46823 34470003
0x3447f40c:   2f1dfd14 352f8c52 3447f634 3a60b860
0x3447f41c:   2fffa978 398d7920 00000000 ffffffff
0x3447f42c:   00000000 00000000 00000002 39a9daf8
0x3447f43c:   00000000 00000000 00000492 372df138 

Instructions: (pc=0x9d7036f9)
0x9d7036e9:   
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]

Stack: [0x34380000,0x34480000],  sp=0x3447f3cc,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x9d7036f9
C  [ti_xpcom.dll+0xd341]
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  $Proxy95.requestCallStack(ILcom/ti/xpcom/interfaces/dsIObjectEventCallback;)Lcom/ti/xpcom/interfaces/dsICancelable;
J  com.ti.ccstudio.lerm.model.ExprService$EvalReader.makeRequest()V
J  com.ti.ccstudio.lerm.model.ExprService.getExpression(Lcom/ti/ccstudio/lerm/model/ExprContext;Lorg/eclipse/cdt/dsf/concurrent/DataRequestMonitor;)V
J  com.ti.ccstudio.lerm.model.ExprService.getExpressionData(Lorg/eclipse/cdt/dsf/debug/service/IExpressions$IExpressionDMContext;Lorg/eclipse/cdt/dsf/concurrent/DataRequestMonitor;)V
J  org.eclipse.cdt.dsf.debug.ui.viewmodel.variable.VariableVMNode.updatePropertiesInSessionThread([Lorg/eclipse/cdt/dsf/ui/viewmodel/properties/IPropertiesUpdate;)V
j  org.eclipse.cdt.dsf.debug.ui.viewmodel.variable.VariableVMNode$16.run()V+8
J  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;
J  java.util.concurrent.FutureTask$Sync.innerRun()V
J  java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run()V
J  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V
J  java.util.concurrent.ThreadPoolExecutor$Worker.run()V
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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  $Proxy95.requestCallStack(ILcom/ti/xpcom/interfaces/dsIObjectEventCallback;)Lcom/ti/xpcom/interfaces/dsICancelable;
J  com.ti.ccstudio.lerm.model.ExprService$EvalReader.makeRequest()V
J  com.ti.ccstudio.lerm.model.ExprService.getExpression(Lcom/ti/ccstudio/lerm/model/ExprContext;Lorg/eclipse/cdt/dsf/concurrent/DataRequestMonitor;)V
J  com.ti.ccstudio.lerm.model.ExprService.getExpressionData(Lorg/eclipse/cdt/dsf/debug/service/IExpressions$IExpressionDMContext;Lorg/eclipse/cdt/dsf/concurrent/DataRequestMonitor;)V
J  org.eclipse.cdt.dsf.debug.ui.viewmodel.variable.VariableVMNode.updatePropertiesInSessionThread([Lorg/eclipse/cdt/dsf/ui/viewmodel/properties/IPropertiesUpdate;)V
j  org.eclipse.cdt.dsf.debug.ui.viewmodel.variable.VariableVMNode$16.run()V+8
J  java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;
J  java.util.concurrent.FutureTask$Sync.innerRun()V
J  java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run()V
J  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V
J  java.util.concurrent.ThreadPoolExecutor$Worker.run()V
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x2f1e2800 JavaThread "Worker-661" [_thread_blocked, id=49476, stack(0x38750000,0x38850000)]
  0x2f1e1000 JavaThread "Worker-660" [_thread_blocked, id=50700, stack(0x367e0000,0x368e0000)]
  0x2f1e4400 JavaThread "Worker-659" [_thread_blocked, id=49420, stack(0x34880000,0x34980000)]
  0x2f1e0400 JavaThread "Worker-658" [_thread_blocked, id=51040, stack(0x34700000,0x34800000)]
  0x2f1e1800 JavaThread "Worker-657" [_thread_blocked, id=50260, stack(0x38b50000,0x38c50000)]
  0x2f1e5000 JavaThread "org.eclipse.jface.text.reconciler.MonoReconciler" daemon [_thread_blocked, id=50976, stack(0x38950000,0x38a50000)]
  0x2f351c00 JavaThread "Target Capture" [_thread_blocked, id=49508, stack(0x37a00000,0x37b00000)]
  0x31a74000 JavaThread "Target Capture" [_thread_blocked, id=46588, stack(0x38550000,0x38650000)]
  0x31a75c00 JavaThread "Worker-655" [_thread_blocked, id=46656, stack(0x377f0000,0x378f0000)]
  0x31a74c00 JavaThread "Timer-29" [_thread_blocked, id=48852, stack(0x37e40000,0x37f40000)]
  0x31a73400 JavaThread "Continuous Refresh Thread" daemon [_thread_blocked, id=48428, stack(0x37c00000,0x37d00000)]
  0x31a76800 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=27344, stack(0x374f0000,0x375f0000)]
  0x31a76000 JavaThread "pool-2-thread-1" [_thread_blocked, id=34536, stack(0x39d80000,0x39e80000)]
  0x31a75800 JavaThread "Thread-45" [_thread_in_native, id=50884, stack(0x38320000,0x38420000)]
  0x31a72c00 JavaThread "Worker-654" [_thread_blocked, id=50112, stack(0x38a50000,0x38b50000)]
=>0x2f1dfc00 JavaThread "com.ti.ccstudio.debug.debugModel - 1" [_thread_in_native, id=50356, stack(0x34380000,0x34480000)]
  0x2f1df400 JavaThread "Worker-650" [_thread_blocked, id=50788, stack(0x2f990000,0x2fa90000)]
  0x2f1e2400 JavaThread "Worker-649" [_thread_blocked, id=49752, stack(0x2f090000,0x2f190000)]
  0x2f1e0c00 JavaThread "Worker-645" [_thread_blocked, id=49632, stack(0x2fa90000,0x2fb90000)]
  0x2f1e0000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=10548, stack(0x34bc0000,0x34cc0000)]
  0x2f350c00 JavaThread "TimerQueue" daemon [_thread_blocked, id=30552, stack(0x37f40000,0x38040000)]
  0x2f34f800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=23952, stack(0x37d40000,0x37e40000)]
  0x2f34f000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=25336, stack(0x37b00000,0x37c00000)]
  0x2f1de800 JavaThread "polling thread" daemon [_thread_in_native, id=29640, stack(0x361a0000,0x362a0000)]
  0x2f1e4c00 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=33328, stack(0x339b0000,0x33ab0000)]
  0x2f1e5800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=30876, stack(0x36320000,0x36420000)]
  0x2f1e3800 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=32940, stack(0x36080000,0x36180000)]
  0x2f1e4000 JavaThread "Scripting Console - Rhino" [_thread_blocked, id=34372, stack(0x353d0000,0x354d0000)]
  0x2f1de400 JavaThread "org.eclipse.cdt.internal.ui.text.CReconciler" daemon [_thread_blocked, id=34800, stack(0x33870000,0x33970000)]
  0x2f1ddc00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=34076, stack(0x31000000,0x31100000)]
  0x2e463000 JavaThread "Worker-JM" [_thread_blocked, id=32312, stack(0x2e830000,0x2e930000)]
  0x2d5a5800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=29880, stack(0x2e230000,0x2e330000)]
  0x2d567c00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=34636, stack(0x2dfb0000,0x2e0b0000)]
  0x2d558000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=32836, stack(0x2de70000,0x2df70000)]
  0x2d557800 JavaThread "State Data Manager" daemon [_thread_blocked, id=14852, stack(0x2dd30000,0x2de30000)]
  0x2d523400 JavaThread "Framework Active Thread" [_thread_blocked, id=33364, stack(0x2dc30000,0x2dd30000)]
  0x0292fc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=32816, stack(0x2d1d0000,0x2d2d0000)]
  0x0292b800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=33056, stack(0x2d090000,0x2d190000)]
  0x0292b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=34616, stack(0x2cf50000,0x2d050000)]
  0x02920400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=31572, stack(0x2ce50000,0x2cf50000)]
  0x0290b400 JavaThread "Finalizer" daemon [_thread_blocked, id=32924, stack(0x2cd50000,0x2ce50000)]
  0x02909c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=33052, stack(0x2cc50000,0x2cd50000)]
  0x027fa000 JavaThread "main" [_thread_in_native, id=20056, stack(0x00090000,0x00190000)]

Other Threads:
  0x02905000 VMThread [stack: 0x2cb50000,0x2cc50000] [id=32204]
  0x02930c00 WatcherThread [stack: 0x2d310000,0x2d410000] [id=34316]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 10432K, used 460K [0x04970000, 0x054c0000, 0x066f0000)
  eden space 9280K,   3% used [0x04970000, 0x049ba988, 0x05280000)
  from space 1152K,  14% used [0x053a0000, 0x053c8740, 0x054c0000)
  to   space 1152K,   0% used [0x05280000, 0x05280000, 0x053a0000)
 tenured generation   total 137540K, used 61064K [0x066f0000, 0x0ed41000, 0x1c970000)
   the space 137540K,  44% used [0x066f0000, 0x0a292160, 0x0a292200, 0x0ed41000)
 compacting perm gen  total 84736K, used 84669K [0x1c970000, 0x21c30000, 0x2c970000)
   the space 84736K,  99% used [0x1c970000, 0x21c1f418, 0x21c1f600, 0x21c30000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040d000 	C:\ti\ccsv5\eclipse\ccstudio.exe
0x77a20000 - 0x77ba0000 	C:\Windows\SysWOW64\ntdll.dll
0x71f00000 - 0x71f3f000 	C:\Program Files\AVAST Software\Avast\snxhk.dll
0x76840000 - 0x76950000 	C:\Windows\syswow64\KERNEL32.dll
0x764e0000 - 0x76527000 	C:\Windows\syswow64\KERNELBASE.dll
0x76b10000 - 0x76c10000 	C:\Windows\syswow64\USER32.dll
0x767b0000 - 0x76840000 	C:\Windows\syswow64\GDI32.dll
0x779f0000 - 0x779fa000 	C:\Windows\syswow64\LPK.dll
0x75520000 - 0x755bd000 	C:\Windows\syswow64\USP10.dll
0x76c10000 - 0x76cbc000 	C:\Windows\syswow64\msvcrt.dll
0x753f0000 - 0x75490000 	C:\Windows\syswow64\ADVAPI32.dll
0x763b0000 - 0x763c9000 	C:\Windows\SysWOW64\sechost.dll
0x763e0000 - 0x764d0000 	C:\Windows\syswow64\RPCRT4.dll
0x75100000 - 0x75160000 	C:\Windows\syswow64\SspiCli.dll
0x750f0000 - 0x750fc000 	C:\Windows\syswow64\CRYPTBASE.dll
0x708f0000 - 0x70974000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
0x75280000 - 0x752e0000 	C:\Windows\system32\IMM32.DLL
0x76e90000 - 0x76f5c000 	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
0x73070000 - 0x73079000 	C:\Windows\system32\VERSION.dll
0x6d5f0000 - 0x6d670000 	C:\Windows\system32\uxtheme.dll
0x5f5f0000 - 0x5f626000 	C:\Program Files\WIDCOMM\Bluetooth Software\SysWOW64\BtMmHook.dll
0x75760000 - 0x763aa000 	C:\Windows\syswow64\SHELL32.dll
0x756e0000 - 0x75737000 	C:\Windows\syswow64\SHLWAPI.dll
0x76650000 - 0x767ac000 	C:\Windows\syswow64\ole32.dll
0x75490000 - 0x7551f000 	C:\Windows\syswow64\OLEAUT32.dll
0x76f70000 - 0x76f75000 	C:\Windows\syswow64\PSAPI.DLL
0x770d0000 - 0x77153000 	C:\Windows\syswow64\CLBCatQ.DLL
0x6d800000 - 0x6da56000 	C:\ti\ccsv5\eclipse\jre\bin\client\jvm.dll
0x6d6a0000 - 0x6d6d2000 	C:\Windows\system32\WINMM.dll
0x7c340000 - 0x7c396000 	C:\Windows\system32\MSVCR71.dll
0x73010000 - 0x7305c000 	C:\Windows\system32\apphelp.dll
0x6d290000 - 0x6d298000 	C:\ti\ccsv5\eclipse\jre\bin\hpi.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
0x72250000 - 0x72266000 	C:\Windows\system32\CRYPTSP.dll
0x72210000 - 0x7224b000 	C:\Windows\system32\rsaenh.dll
0x722e0000 - 0x722f7000 	C:\Windows\system32\USERENV.dll
0x722d0000 - 0x722db000 	C:\Windows\system32\profapi.dll
0x026a0000 - 0x026b3000 	C:\ti\ccsv5\eclipse\jre\bin\net.dll
0x75240000 - 0x75275000 	C:\Windows\syswow64\WS2_32.dll
0x76f60000 - 0x76f66000 	C:\Windows\syswow64\NSI.dll
0x72290000 - 0x722cc000 	C:\Windows\system32\mswsock.dll
0x72270000 - 0x72276000 	C:\Windows\System32\wship6.dll
0x721a0000 - 0x721b0000 	C:\Windows\system32\NLAapi.dll
0x72190000 - 0x721a0000 	C:\Windows\system32\napinsp.dll
0x72170000 - 0x72182000 	C:\Windows\system32\pnrpnsp.dll
0x72120000 - 0x72164000 	C:\Windows\system32\DNSAPI.dll
0x72110000 - 0x72118000 	C:\Windows\System32\winrnr.dll
0x72100000 - 0x7210d000 	C:\Windows\system32\wshbth.dll
0x720d0000 - 0x720f7000 	C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x72280000 - 0x72285000 	C:\Windows\System32\wshtcpip.dll
0x72b30000 - 0x72b4c000 	C:\Windows\system32\IPHLPAPI.DLL
0x72b20000 - 0x72b27000 	C:\Windows\system32\WINNSI.DLL
0x72020000 - 0x72026000 	C:\Windows\system32\rasadhlp.dll
0x72050000 - 0x72088000 	C:\Windows\System32\fwpuclnt.dll
0x00840000 - 0x00849000 	C:\ti\ccsv5\eclipse\jre\bin\nio.dll
0x2eb30000 - 0x2eba0000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\306\2\.cp\swt-win32-3833.dll
0x751c0000 - 0x7523b000 	C:\Windows\syswow64\comdlg32.dll
0x71d20000 - 0x71ebe000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x6f290000 - 0x6f2e1000 	C:\Windows\system32\WINSPOOL.DRV
0x76fb0000 - 0x770cb000 	C:\Windows\syswow64\WININET.dll
0x763d0000 - 0x763d3000 	C:\Windows\syswow64\Normaliz.dll
0x76950000 - 0x76b09000 	C:\Windows\syswow64\iertutil.dll
0x755c0000 - 0x756d1000 	C:\Windows\syswow64\urlmon.dll
0x76530000 - 0x7664e000 	C:\Windows\syswow64\CRYPT32.dll
0x764d0000 - 0x764dc000 	C:\Windows\syswow64\MSASN1.dll
0x6e5c0000 - 0x6e5d3000 	C:\Windows\system32\dwmapi.dll
0x6e690000 - 0x6e785000 	C:\Windows\system32\propsys.dll
0x739b0000 - 0x739b9000 	C:\Windows\system32\LINKINFO.dll
0x2d7c0000 - 0x2d7dd000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\306\2\.cp\swt-gdip-win32-3833.dll
0x61ea0000 - 0x62030000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825_none_72d273598668a06b\gdiplus.dll
0x5c050000 - 0x5c14b000 	C:\Windows\system32\WindowsCodecs.dll
0x2e0d0000 - 0x2e0de000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\87\2\.cp\os\win32\x86\localfile_1_0_0.dll
0x2e0e0000 - 0x2e0e8000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\92\2\.cp\os\win32\x86\win32refresh.dll
0x6e470000 - 0x6e4ac000 	C:\Windows\system32\oleacc.dll
0x68e30000 - 0x68f9f000 	C:\Windows\system32\explorerframe.dll
0x73b20000 - 0x73b4f000 	C:\Windows\system32\DUser.dll
0x6ebf0000 - 0x6eca2000 	C:\Windows\system32\DUI70.dll
0x73d00000 - 0x73d0f000 	C:\ti\ccsv5\eclipse\configuration\org.eclipse.osgi\bundles\90\2\.cp\jWinHttp-1.0.0.dll
0x72cb0000 - 0x72d08000 	C:\Windows\system32\WINHTTP.dll
0x72ad0000 - 0x72b1f000 	C:\Windows\system32\webio.dll
0x72030000 - 0x72042000 	C:\Windows\system32\dhcpcsvc.DLL
0x71ef0000 - 0x71efd000 	C:\Windows\system32\dhcpcsvc6.DLL
0x720c0000 - 0x720c8000 	C:\Windows\system32\credssp.dll
0x76f80000 - 0x76fa7000 	C:\Windows\syswow64\CFGMGR32.dll
0x729d0000 - 0x729de000 	C:\Windows\system32\RpcRtRemote.dll
0x2fed0000 - 0x2fed6000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\LibraryLoader.dll
0x65410000 - 0x65497000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCP80.dll
0x71480000 - 0x7151b000 	C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
0x331b0000 - 0x333a2000 	C:\ti\ccsv5\ccs_base\common\bin\xerces-c_2_5_0.dll
0x2ff00000 - 0x2ff23000 	C:\ti\ccsv5\ccs_base\common\bin\ti_logger.dll
0x30070000 - 0x300e5000 	C:\ti\ccsv5\ccs_base\common\bin\C4DLL.DLL
0x2ff40000 - 0x2ff50000 	C:\ti\ccsv5\ccs_base\common\bin\CCReg.dll
0x300f0000 - 0x30137000 	C:\ti\ccsv5\ccs_base\common\bin\fsutil.dll
0x30150000 - 0x30158000 	C:\ti\ccsv5\ccs_base\common\bin\fsutiljni.dll
0x30170000 - 0x3017a000 	C:\ti\ccsv5\ccs_base\common\bin\MiniDump.dll
0x33590000 - 0x33704000 	C:\ti\ccsv5\ccs_base\common\bin\setup_parser.dll
0x334b0000 - 0x334bd000 	C:\ti\ccsv5\ccs_base\common\bin\ti_targetdb_parser.dll
0x73110000 - 0x7319e000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x731a0000 - 0x73243000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x64d30000 - 0x64d5e000 	C:\Windows\system32\mlang.dll
0x739e0000 - 0x739e5000 	C:\Windows\system32\msimg32.dll
0x76cf0000 - 0x76e8d000 	C:\Windows\syswow64\SETUPAPI.dll
0x75740000 - 0x75752000 	C:\Windows\syswow64\DEVOBJ.dll
0x71cd0000 - 0x71cf1000 	C:\Windows\system32\ntmarta.dll
0x75370000 - 0x753b5000 	C:\Windows\syswow64\WLDAP32.dll
0x73c90000 - 0x73d00000 	C:\Windows\system32\ntshrui.dll
0x72470000 - 0x72489000 	C:\Windows\system32\srvcli.dll
0x74490000 - 0x7449b000 	C:\Windows\system32\cscapi.dll
0x74480000 - 0x7448a000 	C:\Windows\system32\slc.dll
0x72490000 - 0x72499000 	C:\Windows\system32\netutils.dll
0x352c0000 - 0x35310000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\ti_xpcom.dll
0x72f20000 - 0x7300b000 	C:\Windows\system32\DBGHELP.DLL
0x35610000 - 0x357b0000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\mdex.dll
0x724a0000 - 0x724b1000 	C:\Windows\system32\NETAPI32.dll
0x72460000 - 0x7246f000 	C:\Windows\system32\wkscli.dll
0x73080000 - 0x73087000 	C:\Windows\system32\WSOCK32.dll
0x357c0000 - 0x357df000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\XPCOMUtility.dll
0x357f0000 - 0x35a6d000 	C:\ti\ccsv5\ccs_base\DebugServer\license\mdexutil.dll
0x73be0000 - 0x73be9000 	C:\Windows\system32\snmpapi.dll
0x6d790000 - 0x6d798000 	C:\ti\ccsv5\eclipse\jre\bin\sunmscapi.dll
0x753c0000 - 0x753ed000 	C:\Windows\syswow64\WINTRUST.dll
0x36bf0000 - 0x370e7000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\DebugServer.dll
0x33c20000 - 0x33ca1000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\tiofr11.dll
0x33cc0000 - 0x33d3c000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\CollectorServer.dll
0x35de0000 - 0x35e18000 	C:\ti\ccsv5\ccs_base\DebugServer\bin\DatasetServer.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Dosgi.instance.area.default=@user.home/workspace_v5_3 -Dorg.eclipse.equinox.http.jetty.customizer.class=com.ti.ccstudio.gui.composer.http.jetty.MaqettaJettyCustomizer -Xms40m -Xmx384m -XX:ErrorFile=C:\Users\Toby\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)\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\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\;C:\Program Files (x86)\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;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)\Windows Live\Shared;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\ti\ccsv5\eclipse;;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\.;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/aet_config;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/setup;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../xmldb/trace_config/devices;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../../../common/bin;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../../../common/uscif;C:\ti\ccsv5\ccs_base\emulation\analysis\bin\../../tpi;C:\ti\ccsv5\ccs_base\emulation\drivers
USERNAME=Toby
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 4 (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 4064504k(1157180k free), swap 4194303k(3914832k 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: Mon Apr 08 12:12:36 2013
elapsed time: 241980 seconds

0777.DebugServer20130408111236.dmp.txt

03166.log.txt

Ta