Open a console (for example: carnac\tools\xunit\xunit.console.x86.exe).
Try to create a scenario where you input a key and the console exits before carnac displays your key.
The app will stop working since GetAssociatedProcess() method won't find the process Id associated and an exception arises. Now the app no longer response.
Carnac stops working in the following case:
Open a console (for example: carnac\tools\xunit\xunit.console.x86.exe). Try to create a scenario where you input a key and the console exits before carnac displays your key. The app will stop working since GetAssociatedProcess() method won't find the process Id associated and an exception arises. Now the app no longer response.