I'm trying to get started with DSS on my C6748 EVM. I've tried running the example code (modified to use the correct .ccxml file), and when I get to "debugServer.openSession(".*")", the whole process crashes, producing the following log file (hs_err_pidX.log, X being the actual pid):
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (0xe06d7363), pid=12156, tid=5356
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode)
# Problematic frame:
# C [kernel32.dll+0x12afb]
#
--------------- T H R E A D ---------------
Current thread (0x17082008): JavaThread "pool-1-thread-1" [_thread_in_native, id=5356]
siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x1852ebc8 0x17712660
Registers:
EAX=0x1852eb00, EBX=0x18c893e0, ECX=0x00000000, EDX=0x0af30001
ESP=0x1852eafc, EBP=0x1852eb50, ESI=0x1852eb88, EDI=0x18cd2d20
EIP=0x7c812afb, EFLAGS=0x00000206
Top of Stack: (sp=0x1852eafc)
0x1852eafc: 18cb9b48 e06d7363 00000001 00000000
0x1852eb0c: 7c812afb 00000003 19930520 1852ebc9
0x1852eb1c: 17712660 fffffffe 78134c58 7c422f0c
0x1852eb2c: 7c422f20 00000000 1852ebc8 7c42319e
0x1852eb3c: 00000001 00000000 1760dc64 ddd7aa62
0x1852eb4c: 18cd2d20 1852eb88 78158e89 e06d7363
0x1852eb5c: 00000001 00000003 1852eb7c e06d7363
0x1852eb6c: 00000001 00000000 00000000 00000003
Instructions: (pc=0x7c812afb)
0x7c812aeb: 8d 7d c4 f3 a5 5f 8d 45 b0 50 ff 15 10 15 80 7c
0x7c812afb: 5e c9 c2 10 00 85 ff 0f 8e 36 93 ff ff 8b 55 fc
Stack: [0x184f0000,0x18530000), sp=0x1852eafc, free space=250k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [kernel32.dll+0x12afb]
C [MSVCR80.dll+0x28e89]
C [setup_parser.dll+0x5e68e]
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/String;)Ljava/lang/Object;+0
j org.mozilla.xpcom.internal.XPCOMJavaProxy$3.call()Ljava/lang/Object;+16
j java.util.concurrent.FutureTask$Sync.innerRun()V+22
j java.util.concurrent.FutureTask.run()V+4
j java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Ljava/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask;)V+1
j java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run()V+15
j java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+43
j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+28
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x171c4c70 JavaThread "polling thread" daemon [_thread_blocked, id=8036]
=>0x17082008 JavaThread "pool-1-thread-1" [_thread_in_native, id=5356]
0x00a979d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8812]
0x00a96700 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11964]
0x00a95ae8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3068]
0x00a8bda0 JavaThread "Finalizer" daemon [_thread_blocked, id=10976]
0x00a8b140 JavaThread "Reference Handler" daemon [_thread_blocked, id=10504]
0x000389d0 JavaThread "main" [_thread_blocked, id=10376]
Other Threads:
0x00a86f00 VMThread [id=11268]
0x00a956e0 WatcherThread [id=5984]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 2880K, used 787K [0x02ad0000, 0x02de0000, 0x03e80000)
eden space 2624K, 24% used [0x02ad0000, 0x02b73328, 0x02d60000)
from space 256K, 52% used [0x02d60000, 0x02d81be0, 0x02da0000)
to space 256K, 0% used [0x02da0000, 0x02da0000, 0x02de0000)
tenured generation total 37824K, used 243K [0x03e80000, 0x06370000, 0x12ad0000)
the space 37824K, 0% used [0x03e80000, 0x03ebcf30, 0x03ebd000, 0x06370000)
compacting perm gen total 8192K, used 3794K [0x12ad0000, 0x132d0000, 0x16ad0000)
the space 8192K, 46% used [0x12ad0000, 0x12e84a40, 0x12e84c00, 0x132d0000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x0040d000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\java.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x6d640000 - 0x6d7de000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\client\jvm.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x6d290000 - 0x6d298000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d610000 - 0x6d61c000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\verify.dll
0x6d310000 - 0x6d32d000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\java.dll
0x6d630000 - 0x6d63f000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\zip.dll
0x6d4d0000 - 0x6d4e3000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d4f0000 - 0x6d4f9000 C:\Program Files\Texas Instruments\ccsv4\eclipse\jre\bin\nio.dll
0x17350000 - 0x17357000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\LibraryLoader.dll
0x7c420000 - 0x7c4a7000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCP80.dll
0x78130000 - 0x781cb000 C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.4053_x-ww_e6967989\MSVCR80.dll
0x17380000 - 0x173e3000 C:\Program Files\Texas Instruments\ccsv4\common\bin\CCReg.dll
0x17400000 - 0x17451000 C:\Program Files\Texas Instruments\ccsv4\common\bin\Logger.dll
0x17470000 - 0x174c1000 C:\Program Files\Texas Instruments\ccsv4\common\bin\fsutil.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\comctl32.dll
0x17500000 - 0x17593000 C:\Program Files\Texas Instruments\ccsv4\common\bin\rtdx.dll
0x175b0000 - 0x17756000 C:\Program Files\Texas Instruments\ccsv4\common\bin\setup_parser.dll
0x17770000 - 0x179de000 C:\WINDOWS\system32\xerces-c_2_5_0.dll
0x179e0000 - 0x179eb000 C:\Program Files\Texas Instruments\ccsv4\common\uscif\jtagdata.dll
0x179f0000 - 0x179fe000 C:\Program Files\Texas Instruments\ccsv4\common\bin\ti_targetdb_parser.dll
0x17a10000 - 0x17c02000 C:\Program Files\Texas Instruments\ccsv4\common\bin\xerces-c_2_5_0.dll
0x17c20000 - 0x17c27000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\javaxpcomglue.dll
0x17c30000 - 0x17c58000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\nspr4.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x17c60000 - 0x17c67000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\plc4.dll
0x17c70000 - 0x17c76000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\plds4.dll
0x17c80000 - 0x17cf2000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\js3250.dll
0x17d10000 - 0x183f4000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\xul.dll
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x184b0000 - 0x184be000 C:\Program Files\Logitech\SetPoint\lgscroll.dll
0x77690000 - 0x776b1000 C:\WINDOWS\system32\NTMARTA.DLL
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x184e0000 - 0x184e6000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\xpcom.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x18580000 - 0x18b10000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\win32\components\DebugServer.dll
0x18b20000 - 0x18b89000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\tiofr11.dll
0x18ba0000 - 0x18c09000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\XPCOMUtility.dll
0x18d20000 - 0x18e82000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\CollectorServer.dll
0x18ea0000 - 0x18f90000 C:\Program Files\Texas Instruments\ccsv4\DebugServer\bin\win32\DatasetServer.dll
0x59a60000 - 0x59b01000 C:\WINDOWS\system32\DBGHELP.DLL
VM Arguments:
jvm_args: -Xms40m -Xmx256m -Dxpcom.bridge.executeOnDedicatedThread=yes -Dorg.eclipse.swt.browser.XULRunnerPath=C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\win32 -DXPCOM.RUNTIME=C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\win32
java_command: org.mozilla.javascript.tools.shell.Main MemoryDump.js
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\..\eclipse\jre
CLASSPATH=.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
PATH=C:\Program Files\Texas Instruments\ccsv4\common\bin;C:\Program Files\Texas Instruments\ccsv4\common\uscif;C:\Program Files\Texas Instruments\ccsv4\DebugServer\slicense;C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\..\eclipse\jre\bin;C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\..\eclipse\plugins\com.ti.dvt.tidisassembly_1.0.0\os\win32;C:\Program Files\Texas Instruments\ccsv4\scripting\bin\..\..\DebugServer\..\eclipse\plugins\com.ti.dvt.ofssymbolmanager_1.0.0;C:/Program Files/Texas Instruments/xdctools_3_16_03_36;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\IVI Foundation\IVI\bin;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Agilent\IO Libraries Suite\bin;C:\Program Files\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files\IVI Foundation\VISA\winnt\agvisa;C:\Program Files\TortoiseHg;C:\Program Files\GTK2-Runtime\bin;C:\Program Files\QuickTime\QTSystem\;C:/Program Files/Texas Instruments/xdctools_3_16_03_36;C:\Program Files\GmoteServer\bin\vlc;C:\Program Files\CVSNT\
USERNAME=jamesj
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 4 (cores per cpu 4, threads per core 1) family 6 model 7 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 2097151k(650632k free), swap 4194303k(2101840k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_14-b03) for windows-x86, built on Oct 5 2007 01:21:52 by "java_re" with MS VC++ 6.0