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/MSP430FR6989: CCSv7 Segmentation Fault

Part Number: MSP430FR6989
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

All of a sudden CCSv7 no longer executes.  There is apparently a segmentation fault.  I am currently using Ubuntu 16.04, and below is the error message from the debugger:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebdd4700 (LWP 11185)]
[Thread 0x7fffebdd4700 (LWP 11185) exited]
process 11181 is executing new program: /home/john/ti/ccsv7/eclipse/ccstudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebdd4700 (LWP 11186)]
[New Thread 0x7fffeb5d3700 (LWP 11187)]
[New Thread 0x7fffeadd2700 (LWP 11188)]

Thread 1 "ccstudio" received signal SIGSEGV, Segmentation fault.
0x00007fffcd0002b4 in ?? ()

Any ideas how to fix this?

John