Hi,
jstack is very helpful to me in checking stack traces of live running processes.
Is there any tool in C++ to do this task. I am working with Solaris/GCC compilers.
Actually GDB/DBX can do that. But my process is hanging some times that to very rarely. So when that is hanging I want to know where it is going wrong. Just track that in live.
Thanks D. L. Kumar