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.

CCSv6 start up Segmentation Fault

Other Parts Discussed in Thread: CCSTUDIO

I have installed CCS v6.1.1.0002 on Debian Jesse 64-bit, only using sudo for the driver install.

I followed the instructions on the Linux Host Support CCSv6 page, and installed the libgcrypt11 package manually by downloading from debian (and installed other patches as reccomended)


When I lauch code composer (./ccstudio) It seg faults almost immediately. When I launch with the eclipse executable in the same folder it crashes after allowing me to select my workspace. Using the dependency checker for CCSv5 I have the following remaining dependencies

Failed to find lib: libavcodec.so.52
Failed to find lib: libavformat.so.52
Failed to find lib: libGL.so.1


however it made me install newer versions already of the libavcodec.so.52 libavformat.so.52 (versions 53). And the openGL bindings are hardware specific.


When generating dependencies I get error of unable to read to shared objects

readelf: Error: /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/server/libjsig.so: Failed to read file header
readelf: Error: /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/client/libjsig.so: Failed to read file header

These errors seem to correspond with the errors in the generated log file (SIGSEGV) appended below


I have reinstalled CCS 5 times or so now, and am really running out of ideas, any help would be appreciated.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xc2cee0fa, pid=21862, tid=3281386304
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode linux-x86 )
# Problematic frame:
# C  [libfsutil.so+0x310fa]  (anonymous namespace)::GetHomeDir()+0x1a
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   bugreport.sun.com/.../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 (0xc3505400):  JavaThread "Worker-1" [_thread_in_native, id=21887, stack(0xc3910000,0xc3960000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000014

Registers:
EAX=0x00000000, EBX=0xc395e438, ECX=0x00000000, EDX=0x00000000
ESP=0xc395e3e0, EBP=0xc2d37b28, ESI=0xc40e3710, EDI=0xc2d37b2c
EIP=0xc2cee0fa, EFLAGS=0x00010286, CR2=0x00000014

Top of Stack: (sp=0xc395e3e0)
0xc395e3e0:   00003c55 c395e454 c395e458 00000000
0xc395e3f0:   c395e4a4 0000000c c2d250bd 0000000e
0xc395e400:   c3536b70 00000000 c4000010 c395e478
0xc395e410:   c40e3710 c395e478 c40e3710 c2cee1e9
0xc395e420:   c2d250bb c40e593c 00000010 c2cfa018
0xc395e430:   c40e5930 c395e46f c395e458 f765ac93
0xc395e440:   c395e4c4 00000039 c395e4c8 c2cef794
0xc395e450:   00000000 f77f6000 c3536b70 00000005

Instructions: (pc=0xc2cee0fa)
0xc2cee0da:   c3 90 90 90 90 90 83 ec 3c 89 5c 24 34 89 c3 89
0xc2cee0ea:   74 24 38 e8 6e d8 9d 34 89 04 24 e8 66 b7 9d 34
0xc2cee0fa:   8b 40 14 85 c0 74 22 8d 54 24 2e 89 44 24 04 89
0xc2cee10a:   1c 24 89 54 24 08 e8 bb e2 f8 ff 89 d8 8b 74 24

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0xc395e438 is pointing into the stack for thread: 0xc3505400
ECX=0x00000000 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0xc395e3e0 is pointing into the stack for thread: 0xc3505400
EBP=0xc2d37b28: <offset 0x7ab28> in /home/tonpau/ti/ccsv6/ccs_base/DebugServer/bin/../../common/bin/libfsutil.so at 0xc2cbd000
ESI=0xc40e3710 is an unknown value
EDI=0xc2d37b2c: <offset 0x7ab2c> in /home/tonpau/ti/ccsv6/ccs_base/DebugServer/bin/../../common/bin/libfsutil.so at 0xc2cbd000


Stack: [0xc3910000,0xc3960000],  sp=0xc395e3e0,  free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libfsutil.so+0x310fa]  (anonymous namespace)::GetHomeDir()+0x1a

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.ti.xpcom.internal.MozillaImpl.initializeNative(Lcom/ti/xpcom/interfaces/nsIComponentManager;)V+0
j  com.ti.xpcom.internal.MozillaImpl.initialize(Ljava/io/File;)V+13
j  com.ti.xpcom.Mozilla.initialize(Ljava/io/File;)V+27
j  com.ti.debug.engine.xpcom.Runtime.startBare()V+108
j  com.ti.debug.engine.xpcom.Runtime.createComponent(Ljava/lang/String;Ljava/lang/String;)Lcom/ti/xpcom/interfaces/nsISupports;+1
j  com.ti.utility.filesystem.DirectoryService.<init>()V+11
j  com.ti.utility.filesystem.DirectoryService.<init>(Lcom/ti/utility/filesystem/DirectoryService$1;)V+1
j  com.ti.utility.filesystem.DirectoryService$SingletonHolder.<clinit>()V+5
v  ~StubRoutines::call_stub
j  com.ti.utility.filesystem.DirectoryService.instance()Lcom/ti/utility/filesystem/DirectoryService;+0
j  com.ti.ccstudio.debug.server.DebugServerPlugin$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+0
j  org.eclipse.core.internal.jobs.Worker.run()V+23
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0xc3a3ac00 JavaThread "xpcom dispose thread" daemon [_thread_blocked, id=21893, stack(0xc2b5e000,0xc2bae000)]
  0xc3a0bc00 JavaThread "Worker-2" [_thread_blocked, id=21892, stack(0xc2df8000,0xc2e48000)]
  0x09180800 JavaThread "Loading device information" [_thread_blocked, id=21891, stack(0xc2e48000,0xc2e98000)]
  0x0916ec00 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=21890, stack(0xc3231000,0xc3281000)]
  0xc3095c00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=21888, stack(0xc2f37000,0xc2f87000)]
=>0xc3505400 JavaThread "Worker-1" [_thread_in_native, id=21887, stack(0xc3910000,0xc3960000)]
  0xc374f400 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=21886, stack(0xc36b0000,0xc3700000)]
  0xc3768000 JavaThread "Worker-0" [_thread_blocked, id=21885, stack(0xc3820000,0xc3870000)]
  0xc3ecb800 JavaThread "Worker-JM" [_thread_blocked, id=21884, stack(0xc3870000,0xc38c0000)]
  0xc3e1e800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=21883, stack(0xc38c0000,0xc3910000)]
  0x08e63400 JavaThread "Start Level: Equinox Container: 701a18d4-4282-0015-1b0c-c61ce84a9ec7" daemon [_thread_blocked, id=21881, stack(0xc3960000,0xc39b0000)]
  0x08e5c400 JavaThread "Framework Event Dispatcher: Equinox Container: 701a18d4-4282-0015-1b0c-c61ce84a9ec7" daemon [_thread_blocked, id=21880, stack(0xc39b0000,0xc3a00000)]
  0x08e2f800 JavaThread "Active Thread: Equinox Container: 701a18d4-4282-0015-1b0c-c61ce84a9ec7" [_thread_blocked, id=21879, stack(0xc3b1f000,0xc3b6f000)]
  0x08d56000 JavaThread "Service Thread" daemon [_thread_blocked, id=21877, stack(0xc3db0000,0xc3e00000)]
  0x08d54000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=21876, stack(0xc3f30000,0xc3fb0000)]
  0x08d52400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=21875, stack(0xc3fb0000,0xc4000000)]
  0x08d43000 JavaThread "Finalizer" daemon [_thread_blocked, id=21874, stack(0xc414f000,0xc419f000)]
  0x08d41800 JavaThread "Reference Handler" daemon [_thread_blocked, id=21873, stack(0xc419f000,0xc41ef000)]
  0x08ceec00 JavaThread "main" [_thread_blocked, id=21862, stack(0xff848000,0xff898000)]

Other Threads:
  0x08d3ec00 VMThread [stack: 0xc41ef000,0xc426f000] [id=21872]
  0x08d58400 WatcherThread [stack: 0xc3d30000,0xc3db0000] [id=21878]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 17152K, used 9501K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,  49% used [0xc4600000, 0xc4d77490, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 35188K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  92% used [0xcf0a0000, 0xd12fd270, 0xd12fd400, 0xd159a000)
 compacting perm gen  total 15872K, used 15835K [0xe4600000, 0xe5580000, 0xf4600000)
   the space 15872K,  99% used [0xe4600000, 0xe5576d70, 0xe5576e00, 0xe5580000)
No shared spaces configured.

Card table byte_map: [0xf4600000,0xf4781000] byte_map_base: 0xf3fdd000

Polling page: 0xf77c1000

Code Cache  [0xf4801000, 0xf4d29000, 0xf6801000)
 total_blobs=2621 nmethods=2454 adapters=103 free_code_cache=27618Kb largest_free_block=28170304

Compilation events (10 events):
Event: 11.689 Thread 0x08d54000 2500             org.eclipse.osgi.storage.bundlefile.ZipBundleEntry::getSize (8 bytes)
Event: 11.689 Thread 0x08d54000 nmethod 2500 0xf491ab48 code [0xf491ac40, 0xf491acd0]
Event: 11.711 Thread 0x08d54000 2501             org.eclipse.osgi.internal.loader.sources.PackageSource::compare (15 bytes)
Event: 11.711 Thread 0x08d54000 nmethod 2501 0xf491a888 code [0xf491a990, 0xf491aa5c]
Event: 11.711 Thread 0x08d54000 2502             org.eclipse.osgi.internal.loader.sources.PackageSource::getId (5 bytes)
Event: 11.712 Thread 0x08d54000 nmethod 2502 0xf491a6c8 code [0xf491a7c0, 0xf491a840]
Event: 11.713 Thread 0x08d54000 2503             org.osgi.service.event.Event::validateTopicName (209 bytes)
Event: 11.713 Thread 0x08d54000 nmethod 2503 0xf4976648 code [0xf4976880, 0xf4976e3c]
Event: 11.835 Thread 0x08d54000 2504             java.util.regex.Matcher::reset (83 bytes)
Event: 11.835 Thread 0x08d54000 nmethod 2504 0xf4928f08 code [0xf4929020, 0xf492916c]

GC Heap History (10 events):
Event: 8.171 GC heap before
{Heap before GC invocations=49 (full 3):
 def new generation   total 17152K, used 16892K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K, 100% used [0xc4600000, 0xc54f0000, 0xc54f0000)
  from space 1856K,  85% used [0xc54f0000, 0xc567f028, 0xc56c0000)
  to   space 1856K,   0% used [0xc56c0000, 0xc56c0000, 0xc5890000)
 tenured generation   total 37864K, used 22717K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  59% used [0xcf0a0000, 0xd06cf6b0, 0xd06cf800, 0xd159a000)
 compacting perm gen  total 12288K, used 10073K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  81% used [0xe4600000, 0xe4fd6460, 0xe4fd6600, 0xe5200000)
No shared spaces configured.
Event: 8.178 GC heap after
Heap after GC invocations=50 (full 3):
 def new generation   total 17152K, used 1856K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,   0% used [0xc4600000, 0xc4600000, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 24516K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  64% used [0xcf0a0000, 0xd08913d0, 0xd0891400, 0xd159a000)
 compacting perm gen  total 12288K, used 10073K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  81% used [0xe4600000, 0xe4fd6460, 0xe4fd6600, 0xe5200000)
No shared spaces configured.
}
Event: 8.987 GC heap before
{Heap before GC invocations=50 (full 3):
 def new generation   total 17152K, used 17152K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K, 100% used [0xc4600000, 0xc54f0000, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 24516K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  64% used [0xcf0a0000, 0xd08913d0, 0xd0891400, 0xd159a000)
 compacting perm gen  total 12288K, used 10073K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  81% used [0xe4600000, 0xe4fd6460, 0xe4fd6600, 0xe5200000)
No shared spaces configured.
Event: 8.993 GC heap after
Heap after GC invocations=51 (full 3):
 def new generation   total 17152K, used 1856K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,   0% used [0xc4600000, 0xc4600000, 0xc54f0000)
  from space 1856K, 100% used [0xc54f0000, 0xc56c0000, 0xc56c0000)
  to   space 1856K,   0% used [0xc56c0000, 0xc56c0000, 0xc5890000)
 tenured generation   total 37864K, used 27004K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  71% used [0xcf0a0000, 0xd0aff008, 0xd0aff200, 0xd159a000)
 compacting perm gen  total 12288K, used 10073K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  81% used [0xe4600000, 0xe4fd6460, 0xe4fd6600, 0xe5200000)
No shared spaces configured.
}
Event: 10.623 GC heap before
{Heap before GC invocations=51 (full 3):
 def new generation   total 17152K, used 17152K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K, 100% used [0xc4600000, 0xc54f0000, 0xc54f0000)
  from space 1856K, 100% used [0xc54f0000, 0xc56c0000, 0xc56c0000)
  to   space 1856K,   0% used [0xc56c0000, 0xc56c0000, 0xc5890000)
 tenured generation   total 37864K, used 27004K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  71% used [0xcf0a0000, 0xd0aff008, 0xd0aff200, 0xd159a000)
 compacting perm gen  total 12288K, used 10078K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  82% used [0xe4600000, 0xe4fd7a50, 0xe4fd7c00, 0xe5200000)
No shared spaces configured.
Event: 10.629 GC heap after
Heap after GC invocations=52 (full 3):
 def new generation   total 17152K, used 1856K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,   0% used [0xc4600000, 0xc4600000, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 28884K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  76% used [0xcf0a0000, 0xd0cd5318, 0xd0cd5400, 0xd159a000)
 compacting perm gen  total 12288K, used 10078K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  82% used [0xe4600000, 0xe4fd7a50, 0xe4fd7c00, 0xe5200000)
No shared spaces configured.
}
Event: 10.787 GC heap before
{Heap before GC invocations=52 (full 3):
 def new generation   total 17152K, used 17152K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K, 100% used [0xc4600000, 0xc54f0000, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 28884K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  76% used [0xcf0a0000, 0xd0cd5318, 0xd0cd5400, 0xd159a000)
 compacting perm gen  total 12288K, used 10483K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  85% used [0xe4600000, 0xe503cc10, 0xe503ce00, 0xe5200000)
No shared spaces configured.
Event: 10.790 GC heap after
Heap after GC invocations=53 (full 3):
 def new generation   total 17152K, used 495K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,   0% used [0xc4600000, 0xc4600000, 0xc54f0000)
  from space 1856K,  26% used [0xc54f0000, 0xc556bdb0, 0xc56c0000)
  to   space 1856K,   0% used [0xc56c0000, 0xc56c0000, 0xc5890000)
 tenured generation   total 37864K, used 29666K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  78% used [0xcf0a0000, 0xd0d98ab0, 0xd0d98c00, 0xd159a000)
 compacting perm gen  total 12288K, used 10483K [0xe4600000, 0xe5200000, 0xf4600000)
   the space 12288K,  85% used [0xe4600000, 0xe503cc10, 0xe503ce00, 0xe5200000)
No shared spaces configured.
}
Event: 11.436 GC heap before
{Heap before GC invocations=53 (full 3):
 def new generation   total 17152K, used 15791K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K, 100% used [0xc4600000, 0xc54f0000, 0xc54f0000)
  from space 1856K,  26% used [0xc54f0000, 0xc556bdb0, 0xc56c0000)
  to   space 1856K,   0% used [0xc56c0000, 0xc56c0000, 0xc5890000)
 tenured generation   total 37864K, used 29666K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  78% used [0xcf0a0000, 0xd0d98ab0, 0xd0d98c00, 0xd159a000)
 compacting perm gen  total 14336K, used 14084K [0xe4600000, 0xe5400000, 0xf4600000)
   the space 14336K,  98% used [0xe4600000, 0xe53c1168, 0xe53c1200, 0xe5400000)
No shared spaces configured.
Event: 11.449 GC heap after
Heap after GC invocations=54 (full 3):
 def new generation   total 17152K, used 1856K [0xc4600000, 0xc5890000, 0xcf0a0000)
  eden space 15296K,   0% used [0xc4600000, 0xc4600000, 0xc54f0000)
  from space 1856K, 100% used [0xc56c0000, 0xc5890000, 0xc5890000)
  to   space 1856K,   0% used [0xc54f0000, 0xc54f0000, 0xc56c0000)
 tenured generation   total 37864K, used 35188K [0xcf0a0000, 0xd159a000, 0xe4600000)
   the space 37864K,  92% used [0xcf0a0000, 0xd12fd270, 0xd12fd400, 0xd159a000)
 compacting perm gen  total 14336K, used 14084K [0xe4600000, 0xe5400000, 0xf4600000)
   the space 14336K,  98% used [0xe4600000, 0xe53c1168, 0xe53c1200, 0xe5400000)
No shared spaces configured.
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 1.310 Thread 0x08e63400 Threw 0xc4b83538 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 1.402 Thread 0x08e63400 Threw 0xc4cfa358 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 7.824 Thread 0x08e63400 Implicit null exception at 0xf4907a95 to 0xf49084da
Event: 7.824 Thread 0x08e63400 Threw 0xc4e22d50 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/runtime/sharedRuntime.cpp:591
Event: 7.825 Thread 0x08e63400 Threw 0xc4e24ea8 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 10.983 Thread 0x08ceec00 Threw 0xc48d3d58 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 10.984 Thread 0x08ceec00 Threw 0xc48dff58 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 11.227 Thread 0x08ceec00 Threw 0xc5078ed8 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 11.464 Thread 0x08ceec00 Threw 0xc4660750 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717
Event: 11.464 Thread 0x08ceec00 Threw 0xc4661d30 at /HUDSON/workspace/7u-2-build-linux-i586/jdk7u60/1081/hotspot/src/share/vm/prims/jni.cpp:717

Events (10 events):
Event: 11.833 loading class 0xc3a3e020
Event: 11.833 loading class 0xc3a3e020 done
Event: 11.833 loading class 0xc3a3def8
Event: 11.834 loading class 0xc3a3def8 done
Event: 11.834 loading class 0xc357f610
Event: 11.834 loading class 0xc357f610 done
Event: 11.834 loading class 0xc40af558
Event: 11.834 loading class 0xc40af558 done
Event: 11.834 loading class 0xc407e860
Event: 11.835 loading class 0xc407e860 done


Dynamic libraries:
08048000-0804c000 r-xp 00000000 00:24 7566994                            /home/tonpau/ti/ccsv6/eclipse/eclipse
0804c000-0804d000 rwxp 00003000 00:24 7566994                            /home/tonpau/ti/ccsv6/eclipse/eclipse
08ce4000-091c9000 rwxp 00000000 00:00 0                                  [heap]
c2b5e000-c2b61000 ---p 00000000 00:00 0
c2b61000-c2bae000 rwxp 00000000 00:00 0                                  [stack:21893]
c2bae000-c2bca000 r-xp 00000000 08:01 1572131                            /lib/i386-linux-gnu/libgcc_s.so.1
c2bca000-c2bcb000 rwxp 0001b000 08:01 1572131                            /lib/i386-linux-gnu/libgcc_s.so.1
c2bcb000-c2cb1000 r-xp 00000000 08:01 13972                              /usr/lib/i386-linux-gnu/libstdc++.so.6.0.20
c2cb1000-c2cb5000 r-xp 000e6000 08:01 13972                              /usr/lib/i386-linux-gnu/libstdc++.so.6.0.20
c2cb5000-c2cb6000 rwxp 000ea000 08:01 13972                              /usr/lib/i386-linux-gnu/libstdc++.so.6.0.20
c2cb6000-c2cbd000 rwxp 00000000 00:00 0
c2cbd000-c2d37000 r-xp 00000000 00:24 13007182                           /home/tonpau/ti/ccsv6/ccs_base/common/bin/libfsutil.so
c2d37000-c2d38000 rwxp 0007a000 00:24 13007182                           /home/tonpau/ti/ccsv6/ccs_base/common/bin/libfsutil.so
c2d38000-c2d79000 r-xp 00000000 00:24 13007180                           /home/tonpau/ti/ccsv6/ccs_base/common/bin/libti_logger.so
c2d79000-c2d7c000 rwxp 00040000 00:24 13007180                           /home/tonpau/ti/ccsv6/ccs_base/common/bin/libti_logger.so
c2d7c000-c2df5000 r-xp 00000000 00:24 2637148                            /home/tonpau/ti/ccsv6/ccs_base/DebugServer/bin/libti_xpcom.so
c2df5000-c2df8000 rwxp 00079000 00:24 2637148                            /home/tonpau/ti/ccsv6/ccs_base/DebugServer/bin/libti_xpcom.so
c2df8000-c2dfb000 ---p 00000000 00:00 0
c2dfb000-c2e48000 rwxp 00000000 00:00 0                                  [stack:21892]
c2e48000-c2e4b000 ---p 00000000 00:00 0
c2e4b000-c2e98000 rwxp 00000000 00:00 0                                  [stack:21891]
c2e98000-c2edc000 r-xs 00390000 00:24 4446520                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.ui.workbench_3.106.1.v20140827-1737.jar
c2edc000-c2f37000 r-xs 009e2000 00:24 1992837                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ibm.icu_52.1.0.v201404241930.jar
c2f37000-c2f3a000 ---p 00000000 00:00 0
c2f3a000-c2f87000 rwxp 00000000 00:00 0                                  [stack:21888]
c2f8c000-c2fb0000 r-xs 00126000 00:24 7329129                            /home/tonpau/ti/ccsv6/ccs_base/DebugServer/packages/ti/dss/java/com.ti.debug.engine_1.0.0.jar
c2fb0000-c3000000 r-xs 004b6000 00:24 4088642                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.core_5.8.0.201409172108.jar
c3000000-c30c9000 rwxp 00000000 00:00 0
c30c9000-c3100000 ---p 00000000 00:00 0
c3100000-c31fe000 rwxp 00000000 00:00 0
c31fe000-c3200000 ---p 00000000 00:00 0
c321f000-c322a000 r-xs 000c1000 00:24 114589                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar
c322a000-c3231000 r-xs 00084000 00:24 3098394                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.project.core_6.1.1.201508201800.jar
c3231000-c3234000 ---p 00000000 00:00 0
c3234000-c3281000 rwxp 00000000 00:00 0                                  [stack:21890]
c3281000-c3288000 r-xs 0004c000 00:24 10330076                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar
c3288000-c328f000 r-xs 00035000 00:24 8330392                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.notation.edit_1.7.0.201306101425.jar
c328f000-c3295000 r-xs 00055000 00:24 8330391                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.notation_1.7.0.201306101425.jar
c3295000-c3299000 r-xs 00025000 00:24 8330386                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.type.core_1.7.0.201306111432.jar
c3299000-c329e000 r-xs 0002a000 00:24 14304651                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.7.0.201306111432.jar
c329e000-c32a5000 r-xs 00044000 00:24 14304649                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui_1.7.0.201306111432.jar
c32a5000-c32be000 r-xs 00101000 00:24 14304637                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui_1.7.0.201306111432.jar
c32bf000-c32c7000 rwxp 00000000 00:00 0
c32c7000-c32ce000 r-xs 00050000 00:24 5821781                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.emf.common_2.10.1.v20140901-1043.jar
c32ce000-c32d6000 r-xs 0003a000 00:24 2822015                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.ui_3.106.0.v20140812-1751.jar
c32d6000-c32da000 r-xs 00018000 00:24 8330385                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.core_1.7.0.201306111432.jar
c32da000-c32dd000 r-xs 00017000 00:24 14304652                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201306111432.jar
c32dd000-c32df000 r-xs 0000a000 00:24 14304650                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201306111432.jar
c32df000-c32e4000 r-xs 00019000 00:24 14304647                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201306111432.jar
c32e4000-c32eb000 r-xs 0002d000 00:24 14304643                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201306111432.jar
c32eb000-c32f2000 r-xs 0002d000 00:24 14304638                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201306111432.jar
c32f2000-c32f6000 r-xs 0000f000 00:24 14304635                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.services.properties_1.7.0.201306111432.jar
c32f6000-c32fa000 r-xs 00015000 00:24 10512782                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.action_1.7.0.201306111432.jar
c32fa000-c3300000 r-xs 00037000 00:24 10512781                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui_1.7.0.201306111432.jar
c3300000-c3400000 rwxp 00000000 00:00 0
c3400000-c3464000 rwxp 00000000 00:00 0
c3464000-c3500000 ---p 00000000 00:00 0
c3500000-c3600000 rwxp 00000000 00:00 0
c3601000-c3613000 r-xs 000be000 00:24 10512778                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gef_3.9.0.201305060205.jar
c3617000-c361e000 r-xs 00000000 08:01 7419                               /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
c361e000-c3625000 r-xs 00055000 00:24 3901500                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar
c3625000-c362c000 r-xs 0003f000 00:24 3901503                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244.jar
c362c000-c3641000 r-xs 00241000 00:24 2822001                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.103.1.v20140903-1947.jar
c3641000-c3645000 r-xs 00029000 00:24 2917040                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar
c3645000-c3648000 r-xs 0002d000 00:24 12636819                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar
c3648000-c364b000 r-xs 0000e000 00:24 14304648                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201306111432.jar
c364b000-c364e000 r-xs 00019000 00:24 14304646                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201306111432.jar
c364e000-c3650000 r-xs 00004000 00:24 14304645                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201306111432.jar
c3650000-c3655000 r-xs 00018000 00:24 10512787                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201306111432.jar
c3655000-c365a000 r-xs 00014000 00:24 10512786                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.services_1.7.0.201306111432.jar
c365a000-c3660000 r-xs 000b6000 00:24 10512785                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201306111432.jar
c3660000-c3663000 r-xs 00019000 00:24 10512780                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.core_1.7.0.201306111432.jar
c3663000-c3665000 r-xs 00002000 00:24 10512779                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf_1.7.0.201306111432.jar
c3665000-c3667000 r-xs 00004000 00:24 10512777                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.emf.workspace.ui_1.3.0.201306111400.jar
c3667000-c3669000 r-xs 00013000 00:24 10512776                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.emf.workspace_1.5.1.201306111400.jar
c3669000-c366b000 r-xs 00004000 00:24 10512775                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.emf.validation.ui.ide_1.3.0.201306111341.jar
c3671000-c367c000 r-xs 0008d000 00:24 7329127                            /home/tonpau/ti/ccsv6/ccs_base/DebugServer/packages/ti/dss/java/com.ti.ccstudio.debug.memoryserver_1.0.0.jar
c367c000-c367f000 r-xs 00004000 00:24 1124214                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.debug.server.core_5.3.0.201508201800.jar
c367f000-c3681000 r-xs 00005000 00:24 4561082                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.debug.server_5.3.0.201508201800.jar
c3681000-c3684000 r-xs 00028000 00:24 10908750                           /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.system.setup_6.0.0.201508201800.jar
c3684000-c3687000 r-xs 00018000 00:24 12881187                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar
c3687000-c3689000 r-xs 00015000 00:24 114591                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851.jar
c3689000-c369e000 r-xs 00107000 00:24 15508784                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.jface_3.10.1.v20140813-1009.jar
c369e000-c36b0000 r-xs 00132000 00:24 7589621                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.3.0.201409172108.jar
c36b0000-c36b3000 ---p 00000000 00:00 0
c36b3000-c3700000 rwxp 00000000 00:00 0                                  [stack:21886]
c3700000-c37fb000 rwxp 00000000 00:00 0
c37fb000-c3800000 ---p 00000000 00:00 0
c3801000-c3803000 r-xs 00014000 00:24 4561078                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.builddefinitions.generator_6.1.0.201508201800.jar
c3803000-c3805000 r-xs 00006000 00:24 489207                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.build.crossgcc_1.1.0.201409172108.jar
c3805000-c380e000 r-xs 00063000 00:24 7589619                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.make.core_7.3.0.201409172108.jar
c380e000-c3813000 r-xs 00038000 00:24 2822004                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar
c3813000-c3816000 r-xs 00019000 00:24 114584                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar
c3816000-c3818000 r-xs 00002000 00:24 4088643                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.core.linux_5.3.0.201409172108.jar
c3818000-c381a000 r-xs 00007000 00:24 4088645                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.core.native_5.7.0.201409172108.jar
c381a000-c3820000 r-xs 00036000 00:24 10908755                           /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.common.project.core_6.1.1.201508201800.jar
c3820000-c3823000 ---p 00000000 00:00 0
c3823000-c3870000 rwxp 00000000 00:00 0                                  [stack:21885]
c3870000-c3873000 ---p 00000000 00:00 0
c3873000-c38c0000 rwxp 00000000 00:00 0                                  [stack:21884]
c38c0000-c38c3000 ---p 00000000 00:00 0
c38c3000-c3910000 rwxp 00000000 00:00 0                                  [stack:21883]
c3910000-c3913000 ---p 00000000 00:00 0
c3913000-c3960000 rwxp 00000000 00:00 0                                  [stack:21887]
c3960000-c3963000 ---p 00000000 00:00 0
c3963000-c39b0000 rwxp 00000000 00:00 0                                  [stack:21881]
c39b0000-c39b3000 ---p 00000000 00:00 0
c39b3000-c3a00000 rwxp 00000000 00:00 0                                  [stack:21880]
c3a00000-c3b00000 rwxp 00000000 00:00 0
c3b00000-c3b01000 r-xs 00002000 00:24 5821768                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar
c3b01000-c3b03000 r-xs 00015000 00:24 12881188                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar
c3b03000-c3b05000 r-xs 00016000 00:24 114586                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.jobs_3.6.0.v20140424-0053.jar
c3b05000-c3b09000 r-xs 0001c000 00:24 2917039                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar
c3b09000-c3b0b000 r-xs 00011000 00:24 114590                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar
c3b0b000-c3b0d000 r-xs 0000d000 00:24 4561079                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.core_6.0.0.201508201800.jar
c3b0d000-c3b10000 r-xs 00013000 00:24 12636814                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar
c3b10000-c3b12000 r-xs 00010000 00:24 9357361                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.rtsc.xdctools.managedbuild.core_3.1.1.201508201800.jar
c3b12000-c3b15000 r-xs 0001c000 00:24 2539097                            /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.apps_6.1.1.201508201800.jar
c3b15000-c3b17000 r-xs 00002000 00:24 7470035                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/runtime_registry_compatibility.jar
c3b17000-c3b1b000 r-xs 00013000 00:24 12573478                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar
c3b1b000-c3b1f000 r-xs 0002e000 00:24 10330072                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar
c3b1f000-c3b22000 ---p 00000000 00:00 0
c3b22000-c3d30000 rwxp 00000000 00:00 0                                  [stack:21879]
c3d30000-c3d31000 ---p 00000000 00:00 0
c3d31000-c3db0000 rwxp 00000000 00:00 0                                  [stack:21878]
c3db0000-c3db3000 ---p 00000000 00:00 0
c3db3000-c3e00000 rwxp 00000000 00:00 0                                  [stack:21877]
c3e00000-c3efc000 rwxp 00000000 00:00 0
c3efc000-c3f00000 ---p 00000000 00:00 0
c3f00000-c3f03000 r-xs 00018000 00:24 12636816                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
c3f03000-c3f06000 r-xs 0000c000 00:24 13257914                           /home/tonpau/ti/ccsv6/eclipse/plugins/com.ti.common.core_6.1.1.201508201800.jar
c3f06000-c3f08000 r-xs 0000d000 00:24 489197                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar
c3f08000-c3f09000 r-xs 0000e000 00:24 489199                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar
c3f09000-c3f0b000 r-xs 00005000 00:24 10330074                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar
c3f0b000-c3f0d000 r-xs 00005000 00:24 8330394                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar
c3f0d000-c3f11000 r-xs 00015000 00:24 8330390                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.gef.ui_1.7.0.201306111432.jar
c3f11000-c3f13000 r-xs 0000d000 00:24 8330389                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201306111432.jar
c3f13000-c3f17000 r-xs 00013000 00:24 8330388                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.ui_1.7.0.201306111432.jar
c3f17000-c3f1a000 r-xs 0001e000 00:24 14304644                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201306111432.jar
c3f1a000-c3f1d000 r-xs 00013000 00:24 14304642                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.printing.render_1.7.0.201306111432.jar
c3f1d000-c3f20000 r-xs 00013000 00:24 14304641                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201306111432.jar
c3f20000-c3f23000 r-xs 00015000 00:24 14304640                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201306111432.jar
c3f23000-c3f2c000 r-xs 00251000 00:24 6485947                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/resources.jar
c3f2c000-c3f2e000 r-xs 0000d000 00:24 114583                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar
c3f2e000-c3f30000 r-xs 00003000 00:24 14304639                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201306111432.jar
c3f30000-c3f33000 ---p 00000000 00:00 0
c3f33000-c3fb0000 rwxp 00000000 00:00 0                                  [stack:21876]
c3fb0000-c3fb3000 ---p 00000000 00:00 0
c3fb3000-c4000000 rwxp 00000000 00:00 0                                  [stack:21875]
c4000000-c40ff000 rwxp 00000000 00:00 0
c40ff000-c4100000 ---p 00000000 00:00 0
c4100000-c4104000 r-xs 0001c000 00:24 14304636                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.diagram.core_1.7.0.201306111432.jar
c4104000-c4106000 r-xs 00012000 00:24 489198                             /home/tonpau/ti/ccsv6/eclipse/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar
c4106000-c4108000 r-xs 0001b000 00:24 12636818                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.console_1.1.0.v20140131-1639.jar
c4108000-c410a000 r-xs 0000c000 00:24 3901492                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar
c410a000-c410b000 r-xs 00004000 00:24 8959985                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.swt_3.103.1.v20140903-1938.jar
c410b000-c410c000 r-xs 00007000 00:24 12636820                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar
c410c000-c4110000 r-xs 00013000 00:24 10512788                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201306111432.jar
c4110000-c4112000 r-xs 00008000 00:24 10512783                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201306111432.jar
c4113000-c4114000 r-xs 00005000 00:24 7329128                            /home/tonpau/ti/ccsv6/ccs_base/DebugServer/packages/ti/dss/java/com.ti.ccstudio.scripting.environment_3.1.0.jar
c4114000-c4115000 r-xs 00006000 00:24 8330393                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.notation.providers_1.7.0.201306111432.jar
c4115000-c4116000 r-xs 00005000 00:24 14304634                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201306111432.jar
c4116000-c4124000 r-xp 00000000 00:24 11051833                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libnio.so
c4124000-c4125000 rwxp 0000e000 00:24 11051833                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libnio.so
c4125000-c413a000 r-xp 00000000 00:24 11051834                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libnet.so
c413a000-c413b000 rwxp 00014000 00:24 11051834                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libnet.so
c413b000-c414f000 r-xs 00121000 00:24 15508793                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.osgi_3.10.1.v20140909-1633.jar
c414f000-c4152000 ---p 00000000 00:00 0
c4152000-c419f000 rwxp 00000000 00:00 0                                  [stack:21874]
c419f000-c41a2000 ---p 00000000 00:00 0
c41a2000-c41ef000 rwxp 00000000 00:00 0                                  [stack:21873]
c41ef000-c41f0000 ---p 00000000 00:00 0
c41f0000-c42ba000 rwxp 00000000 00:00 0                                  [stack:21872]
c42ba000-c4479000 r-xs 031c1000 00:24 6485945                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/rt.jar
c4479000-c44dc000 rwxp 00000000 00:00 0
c44dc000-c4555000 rwxp 00000000 00:00 0
c4555000-c4568000 rwxp 00000000 00:00 0
c4568000-c4600000 rwxp 00000000 00:00 0
c4600000-c5890000 rwxp 00000000 00:00 0
c5890000-cf0a0000 rwxp 00000000 00:00 0
cf0a0000-d159a000 rwxp 00000000 00:00 0
d159a000-e4600000 rwxp 00000000 00:00 0
e4600000-e5580000 rwxp 00000000 00:00 0
e5580000-f4600000 rwxp 00000000 00:00 0
f4600000-f460a000 rwxp 00000000 00:00 0
f460a000-f4655000 rwxp 00000000 00:00 0
f4655000-f4668000 rwxp 00000000 00:00 0
f4668000-f4700000 rwxp 00000000 00:00 0
f4700000-f4708000 rwxp 00000000 00:00 0
f4708000-f4780000 rwxp 00000000 00:00 0
f4780000-f4796000 rwxp 00000000 00:00 0
f4796000-f4801000 rwxp 00000000 00:00 0
f4801000-f4d29000 rwxp 00000000 00:00 0
f4d29000-f6801000 rwxp 00000000 00:00 0
f6801000-f6818000 r-xp 00000000 00:24 11051823                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libzip.so
f6818000-f6819000 rwxp 00017000 00:24 11051823                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libzip.so
f6819000-f6824000 r-xp 00000000 08:01 1572092                            /lib/i386-linux-gnu/libnss_files-2.19.so
f6824000-f6825000 r-xp 0000a000 08:01 1572092                            /lib/i386-linux-gnu/libnss_files-2.19.so
f6825000-f6826000 rwxp 0000b000 08:01 1572092                            /lib/i386-linux-gnu/libnss_files-2.19.so
f6826000-f6830000 r-xp 00000000 08:01 1572095                            /lib/i386-linux-gnu/libnss_nis-2.19.so
f6830000-f6831000 r-xp 00009000 08:01 1572095                            /lib/i386-linux-gnu/libnss_nis-2.19.so
f6831000-f6832000 rwxp 0000a000 08:01 1572095                            /lib/i386-linux-gnu/libnss_nis-2.19.so
f6832000-f6847000 r-xp 00000000 08:01 1572086                            /lib/i386-linux-gnu/libnsl-2.19.so
f6847000-f6848000 r-xp 00015000 08:01 1572086                            /lib/i386-linux-gnu/libnsl-2.19.so
f6848000-f6849000 rwxp 00016000 08:01 1572086                            /lib/i386-linux-gnu/libnsl-2.19.so
f6849000-f684b000 rwxp 00000000 00:00 0
f684b000-f684c000 r-xs 00003000 00:24 10512784                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201306111432.jar
f684c000-f684d000 r-xs 00004000 00:24 4088644                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.cdt.core.linux.x86_5.3.0.201409172108.jar
f684d000-f684f000 r-xs 00003000 00:24 8330387                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201306111432.jar
f684f000-f6851000 r-xs 00005000 00:24 14304653                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201306111432.jar
f6851000-f6854000 r-xs 00039000 00:24 12573477                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar
f6854000-f6858000 r-xs 0007d000 00:24 3345997                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/jsse.jar
f6858000-f6860000 rwxp 00000000 00:00 0
f6860000-f6883000 r-xp 00000000 00:24 8597754                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libjava.so
f6883000-f6884000 rwxp 00023000 00:24 8597754                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libjava.so
f6884000-f688b000 r-xp 00000000 08:01 1572102                            /lib/i386-linux-gnu/librt-2.19.so
f688b000-f688c000 r-xp 00006000 08:01 1572102                            /lib/i386-linux-gnu/librt-2.19.so
f688c000-f688d000 rwxp 00007000 08:01 1572102                            /lib/i386-linux-gnu/librt-2.19.so
f688d000-f68d0000 r-xp 00000000 08:01 1572082                            /lib/i386-linux-gnu/libm-2.19.so
f68d0000-f68d1000 r-xp 00042000 08:01 1572082                            /lib/i386-linux-gnu/libm-2.19.so
f68d1000-f68d2000 rwxp 00043000 08:01 1572082                            /lib/i386-linux-gnu/libm-2.19.so
f68d2000-f68d9000 r-xp 00000000 08:01 1572088                            /lib/i386-linux-gnu/libnss_compat-2.19.so
f68d9000-f68da000 r-xp 00006000 08:01 1572088                            /lib/i386-linux-gnu/libnss_compat-2.19.so
f68da000-f68db000 rwxp 00007000 08:01 1572088                            /lib/i386-linux-gnu/libnss_compat-2.19.so
f68db000-f68e6000 r-xp 00000000 00:24 11051824                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libverify.so
f68e6000-f68e7000 rwxp 0000b000 00:24 11051824                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/libverify.so
f68e7000-f6e78000 r-xp 00000000 00:24 15360419                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/client/libjvm.so
f6e78000-f6e99000 rwxp 00591000 00:24 15360419                           /home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/client/libjvm.so
f6e99000-f72b9000 rwxp 00000000 00:00 0
f72b9000-f73ea000 r-xp 003ed000 08:01 1725899                            /usr/lib/locale/locale-archive
f73ea000-f7429000 r-xp 0023c000 08:01 1725899                            /usr/lib/locale/locale-archive
f7429000-f7629000 r-xp 00000000 08:01 1725899                            /usr/lib/locale/locale-archive
f7629000-f762a000 rwxp 00000000 00:00 0
f762a000-f7795000 r-xp 00000000 08:01 1572074                            /lib/i386-linux-gnu/libc-2.19.so
f7795000-f7797000 r-xp 0016b000 08:01 1572074                            /lib/i386-linux-gnu/libc-2.19.so
f7797000-f7798000 rwxp 0016d000 08:01 1572074                            /lib/i386-linux-gnu/libc-2.19.so
f7798000-f779b000 rwxp 00000000 00:00 0
f779b000-f779e000 r-xp 00000000 08:01 1572080                            /lib/i386-linux-gnu/libdl-2.19.so
f779e000-f779f000 r-xp 00002000 08:01 1572080                            /lib/i386-linux-gnu/libdl-2.19.so
f779f000-f77a0000 rwxp 00003000 08:01 1572080                            /lib/i386-linux-gnu/libdl-2.19.so
f77a0000-f77a1000 rwxp 00000000 00:00 0
f77a1000-f77b8000 r-xp 00000000 08:01 1572068                            /lib/i386-linux-gnu/libpthread-2.19.so
f77b8000-f77b9000 r-xp 00017000 08:01 1572068                            /lib/i386-linux-gnu/libpthread-2.19.so
f77b9000-f77ba000 rwxp 00018000 08:01 1572068                            /lib/i386-linux-gnu/libpthread-2.19.so
f77ba000-f77bc000 rwxp 00000000 00:00 0
f77bc000-f77be000 r-xs 00019000 00:24 3346001                            /home/tonpau/ti/ccsv6/eclipse/jre/lib/jce.jar
f77be000-f77c0000 r-xs 0000b000 00:24 12636828                           /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
f77c0000-f77c1000 rwxp 00000000 00:00 0
f77c1000-f77c2000 r-xp 00000000 00:00 0
f77c2000-f77cf000 r-xp 00000000 00:24 2507034                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20140603-1326/eclipse_1605.so
f77cf000-f77d0000 rwxp 0000c000 00:24 2507034                            /home/tonpau/ti/ccsv6/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20140603-1326/eclipse_1605.so
f77d0000-f77d1000 r-xp 00521000 08:01 1725899                            /usr/lib/locale/locale-archive
f77d1000-f77d3000 rwxp 00000000 00:00 0
f77d3000-f77d4000 r-xp 00000000 00:00 0                                  [vdso]
f77d4000-f77d6000 r--p 00000000 00:00 0                                  [vvar]
f77d6000-f77f5000 r-xp 00000000 08:01 1572069                            /lib/i386-linux-gnu/ld-2.19.so
f77f5000-f77f6000 r-xp 0001f000 08:01 1572069                            /lib/i386-linux-gnu/ld-2.19.so
f77f6000-f77f7000 rwxp 00020000 08:01 1572069                            /lib/i386-linux-gnu/ld-2.19.so
ff844000-ff845000 rwxp 00000000 00:00 0
ff848000-ff84b000 ---p 00000000 00:00 0
ff84c000-ff898000 rw-p 00000000 00:00 0                                  [stack]

VM Arguments:
jvm_args: -Xms40m -Xmx512m -XX:MaxPermSize=256m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin/:/tmp/ccs_5470cc4e-9c85-4f64-665d-0c4b2bf4d4f7/tcl/bin
LD_LIBRARY_PATH=/home/tonpau/ti/ccsv6/eclipse/jre/lib/i386/client:/home/tonpau/ti/ccsv6/eclipse/jre/lib/i386::/tmp/ccs_5470cc4e-9c85-4f64-665d-0c4b2bf4d4f7/tcl/lib
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x50df30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x50df30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x404cb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: [libjvm.so+0x404cb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGXFSZ: [libjvm.so+0x404cb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x404cb0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x4064b0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x4077b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x4077b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x4077b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x4077b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004


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

OS:8.2

uname:Linux 3.16.7-pd-3.16.y #1 SMP Thu Apr 16 16:53:37 CEST 2015 x86_64
libc:glibc 2.19 NPTL 2.19
rlimit: STACK 8192k, CORE 0k, NPROC 12081, NOFILE 65536, AS infinity
load average:0.85 0.82 0.54

/proc/meminfo:
MemTotal:        3107268 kB
MemFree:          645376 kB
MemAvailable:    2466864 kB
Buffers:           50492 kB
Cached:          1860644 kB
SwapCached:            0 kB
Active:          1441460 kB
Inactive:         904452 kB
Active(anon):     435200 kB
Inactive(anon):    10100 kB
Active(file):    1006260 kB
Inactive(file):   894352 kB
Unevictable:          32 kB
Mlocked:              32 kB
SwapTotal:       1327100 kB
SwapFree:        1327100 kB
Dirty:                60 kB
Writeback:             0 kB
AnonPages:        434836 kB
Mapped:           163616 kB
Shmem:             10504 kB
Slab:              81696 kB
SReclaimable:      67000 kB
SUnreclaim:        14696 kB
KernelStack:        3664 kB
PageTables:        13948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     2880732 kB
Committed_AS:    1262768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       32532 kB
VmallocChunk:   34359700471 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       38848 kB
DirectMap2M:     3121152 kB


CPU:total 1 (1 cores per cpu, 1 threads per core) family 6 model 61 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, tsc, tscinvbit

/proc/cpuinfo:
processor    : 0
vendor_id    : GenuineIntel
cpu family    : 6
model        : 61
model name    : Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz
stepping    : 4
microcode    : 0x19
cpu MHz        : 2593.943
cache size    : 4096 KB
physical id    : 0
siblings    : 1
core id        : 0
cpu cores    : 1
apicid        : 0
initial apicid    : 0
fpu        : yes
fpu_exception    : yes
cpuid level    : 20
wp        : yes
flags        : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx rdrand hypervisor lahf_lm abm 3dnowprefetch rdseed
bogomips    : 5187.88
clflush size    : 64
cache_alignment    : 64
address sizes    : 39 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 3107268k(645376k free), swap 1327100k(1327100k free)

vm_info: Java HotSpot(TM) Client VM (24.60-b09) for linux-x86 JRE (1.7.0_60-b19), built on May  7 2014 13:54:28 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Tue Nov  3 16:52:15 2015
elapsed time: 11 seconds