0

I've built a little Win32 (command line) toy app using CMake. Something must have gone wrong though since whenever the .exe is started it just hangs.

It looks like it doesn't even get to main() since the first line in there is

std::cout << "blablabla" << std::endl;

and I don't even see that being printed.

When I put the Windows debugger on it, the debugger hangs while starting the app.

The most odd thing about it though is that once it hangs the process is basically un-killable and the .exe file remains un-accessible. I've tried the Task Manager, the MS Process Explorer and Unlocker 1.9.2 but neither tool is able to kill the process and un-lock the exe. The only thing that helps is to completely re-boot the machine.

I'd like to know whether there is a tool that allows me to see what exactly is going wrong when launching the .exe. Right now I don't have any insight into that since any attempts so far have just caused more hanging behavior.

usr1234567
  • 21,601
  • 16
  • 108
  • 128
rsp1984
  • 1,877
  • 21
  • 23

0 Answers0