Hanging application
Hi all,
I have a problem with a hanging multithreaded C++ application (build with SunStudio10). To find out where it hangs, I want to debug it, but in the debugger I can not reproduce this behaviour. Is there a possibility to force the application to write a corefile when it hangs, that give me a snapshot of the current process state (callstack of every thread)?
regards
Arno

