Seems like it is stuck in an endless loop. I would build with debug information, wait for one to hang, and attach a debugger to it and break to see what the callstack looks like. If it's in a loop you should be able to figure it out immediately, but if not you may need to resume and break a few times to see the different callstacks you get if it isn't immediately obvious.
|