My app hangs while being debugged - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T22:31:19Zhttp://stackoverflow.com/feeds/question/876943http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/876943/my-app-hangs-while-being-debugged0My app hangs while being debuggedAlistair Ward2009-05-18T09:49:34Z2009-09-17T13:00:01Z
<p>I am using Delphi 2009 on Vista Ultimate 64 bit.</p>
<p>I run my application from within the Delphi IDE, and after some time (a minute or 2) my application will hang.</p>
<p>Looking at the event log, the hang is associated with a thread exiting. It is not the main thread, but a thread that has been started just after the module RSAENH.DLL has been loaded.</p>
<p>The app runs normally outside the debugger.</p>
<p>Further info: the app makes extensive use of OpenGL, including shaders and some OpenGL 3 features.</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/876943/my-app-hangs-while-being-debugged/1228703#12287030Answer by David Dean - Embarcadero for My app hangs while being debuggedDavid Dean - Embarcadero2009-08-04T16:59:14Z2009-08-04T16:59:14Z<p>When running the IDE in Vista, the threads view should indicate if a thread is deadlocked and which resources it it waiting for. Check out this blog post on the "Wait Chain Traversal" feature:
<a href="http://blogs.embarcadero.com/chrishesik/2008/07/21/34833" rel="nofollow">Tiburon Preview: Vista Wait Chain Traversal</a></p>