Other Parts Discussed in Thread: MSP-EXP432E401Y, MSP432E401Y, LAUNCHXL-F280049C
The attached example causes CCS 11.0.0.00012 under Ubuntu 18.04.6 LTS to reliably crash.
The sequence is:
1. Download program to a MSP-EXP432E401Y.
2. With the program halted at main select menu option Tools -> Code Analysis -> Event Analysis (hardware events and messaging)
3. In the Configure Event Profile select Variable Profile and enter trace_var as the variable name. The address in hex is reported, indicating the address of the global variable has been resolved:

4. Select OK on the above dialog, and select Start Capture in the Event Analysis window.
5. Select Resume for the debugger, and CCS crashes.
An example dmp file from a crash is attached
4e16fba0-75bb-4f96-e9607d9e-460b9bad.zip
And the example project used.
I can't repeat the crash with CCS 11 under Windows 10.