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.

CC3200-LAUNCHXL: Uniflash 3.4.1 segfaults in Ubuntu 16.04

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: UNIFLASH, CC3200

Hi,

I'm trying to run Uniflash 3.4.1 on Ubuntu 16.04 on a 64-bit PC for programming the CC3200. This used to work early this year when I was last working with this processor, in the same install of Ubuntu 16.04. I've tried kernels 4.10.0-32-generic and 4.4.0-92-generic. It's segfaulting as soon as I try to run it. gdb shows where the segfault occurs:

Program received signal SIGSEGV, Segmentation fault.
0xf760215b in _expand_stack_to(unsigned char*) ()
   from /home/doug/ti/uniflash_3.4/eclipse/jre/bin/../lib/i386/client/libjvm.so

This seems to be similar to the problem seen by CCS users, but none of their workarounds seem to be working for me, such as "export JAVA_TOOL_OPTIONS=-Xss1280k" followed by running Uniflash from the same terminal. I've also tried adding -Xss1280k to uniflash.ini and changing the 1280 to a much larger number. Nothing seems to work. Supposedly this bug was already fixed in newer Ubuntu kernels, but for some reason Uniflash still doesn't seem to want to run even with these newer kernels. Any ideas? Is there a separate bug?

Thanks,
Doug