Tool/software: Code Composer Studio
Dear TI-Team
I had some trouble using CCS 6.1.1 on Ubuntu 17.04. CCS refused to start (ended with a segfault) after a Linux-Kernel update. This seems to be related to this issue:
I was able to continue my work by using an older kernel version, but this for sure is not a long term fix. So I decided to upgrade to Ubuntu 17.10 (which comes with a new kernel 4.13.0-16), hoping that the problem would be fixed by now. Unfortunately it is not... Additionally Ubuntu 17.10 does not seem to support an older kernel version which works with CCS!
The suggested workaround with "export JAVA_TOOL_OPTIONS=-Xss2560k" does not work for me as well.
So at the moment I am unable to use CCS at all!
Output of gdb:
Starting program: /home/fritz/ti/ccsv6/eclipse/ccstudio [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". process 9768 is executing new program: /home/fritz/ti/ccsv6/eclipse/ccstudio [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Gtk-Message: Failed to load module "overlay-scrollbar" Gtk-Message: Failed to load module "atk-bridge" /usr/share/themes/Ambiance/gtk-2.0/apps/mate-panel.rc:30: error: invalid string constant "murrine-scrollbar", expected valid string constant Program received signal SIGSEGV, Segmentation fault. 0xf5c0515b in _expand_stack_to(unsigned char*) () from /home/fritz/ti/ccsv6/eclipse/jre/bin/../lib/i386/client/libjvm.so
Thanks.