View Single Post
  #2  
Old 04-28-2012, 06:41 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote