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: CCStudio 8.3 segfaults when run with invalid user id in Linux

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

While setting up a Docker image with CCStudio 8 I ended up running with an invalid user id.  Of course this is silly and I have corrected that and do not get the segfault anymore.  But, I figured a segfault is the improper response regardless so here's this issue report.  I was launching from a Python script and here is the traceback including the command which was run.

Traceback (most recent call last):
  File "venv/Scripts/gridtied", line 11, in <module>
    load_entry_point('gridtied', 'console_scripts', 'gridtied')()
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/click/core.py", line 764, in __call__
    return self.main(*args, **kwargs)
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/click/core.py", line 717, in main
    rv = self.invoke(ctx)
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/click/core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/click/core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/ccstudiodss/cli.py", line 147, in build
    project_name=project_name,
  File "/opt/bitnami/jenkins/jenkins_home/workspace/GRID/venv/lib/python3.7/site-packages/ccstudiodss/api.py", line 143, in build
    check=True,
  File "/usr/lib/python3.7/subprocess.py", line 487, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/opt/ti/ccsv8/eclipse/ccstudio', '-noSplash', '-data', '/tmp/ccstudiodss/58079794b04287c7676aeb212bc1f1b9567a10548b5843fc734de79acd25d5db/workspace', '-application', 'com.ti.ccstudio.apps.projectImport', '-ccs.location', '/opt/bitnami/jenkins/jenkins_home/workspace/GRID', '-ccs.renameTo', 'gridtied']' died with <Signals.SIGSEGV: 11>.

Cheers,

-kyle