C++ -- GUI Hang Stack Trace -- Help Needed

S

Saad

Hi,

I have an application written in VC6 which we have ported to VS 2005
with old syntax. Earlier this app had gui based on unmanaged code, now
in addition to that we also have some .Net GUI in it. Now I have
following queries related to this app:-

1) Sometimes the GUI hangs in release mode. Now during this hanged
time i would like to somehow get the call stack of the gui thread to
see where the thread is stuck? Is it possible to do that in c++?

2) When the application crashes, i would like to get the call stack of
the crash. Currently since the backend code is in unmanaged c++, im
unable to get the call stack. How can i get call stack info in c++?
Dump Files??

Thanks in advance for the replies.

Saad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top