My application hangs while debugging
I am using Delphi 2009 for Vista Ultimate 64 bit.
I launch my application from Delphi IDE and after a while (a minute or 2) my application will hang.
If you look at the event log, the hang is due to a thread exiting. This is not the main thread, but the thread that was started immediately after loading the RSAENH.DLL module.
The app works fine outside of the debugger.
Additional Information: The application makes extensive use of OpenGL, including shaders and some OpenGL 3 features.
Any suggestions?
0
a source to share
1 answer
When starting the IDE in Vista, the thread view should indicate whether the thread is blocked and what resources it is waiting for. Check out this blog post under the "Wait Chain Traversal" feature: Tiburon Preview: Vista Chain Wait
0
a source to share