Tool/software: Code Composer Studio
I have two project that I have added a cross-reference to under advanced settings and it caused a stack overflow error preventing CCS from starting up.
To recreate, create two projects in CCS, and for both projects, go to Properties, click Show advanced setting, under Project References, select the other project to create the cross-reference.
I was able to recover by opening .cproject file in notepad and manually removing the reference (just searched for the other projects name to find it).