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/CCSTUDIO: Segmentation fault (core dumped) - CCSv7

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

After OS update yesterday CCSv7 is not working anymore. My environment:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial

$ uname -a
Linux gustavo-X550CC 4.8.0-56-generic #61~16.04.1-Ubuntu SMP Wed Jun 14 11:58:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

(gdb) run
Starting program: /home/gustavo/apps/ti/ccsv7/eclipse/ccstudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
process 11446 is executing new program: /home/gustavo/apps/ti/ccsv7/eclipse/ccstudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.

(gdb) continue
Continuing.
[New Thread 0x7fffdbc02700 (LWP 11507)]
[New Thread 0x7fffdbb01700 (LWP 11508)]
[New Thread 0x7fffdba00700 (LWP 11509)]
[New Thread 0x7fffdb8ff700 (LWP 11510)]
[New Thread 0x7fffd83a9700 (LWP 11511)]

Thread 1 "ccstudio" received signal SIGSEGV, Segmentation fault.
0x00007fffdc256f17 in ?? ()
(gdb) continue
Continuing.

Thread 1 "ccstudio" received signal SIGSEGV, Segmentation fault.
0x00007fffec1bbec7 in _expand_stack_to(unsigned char*) ()
from /home/gustavo/apps/ti/ccsv7/eclipse/jre/lib/amd64/server/libjvm.so
(gdb) continue
Continuing.
Couldn't get registers: No such process.
Couldn't get registers: No such process.
Couldn't get registers: No such process.
(gdb) [Thread 0x7fffd83a9700 (LWP 11511) exited]
[Thread 0x7fffdb8ff700 (LWP 11510) exited]
[Thread 0x7fffdba00700 (LWP 11509) exited]
[Thread 0x7fffdbb01700 (LWP 11508) exited]
[Thread 0x7fffdbc02700 (LWP 11507) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.

Related posts:
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/604509

https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/604348

https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/604360

https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/604576