Hello, I would like to know if there's a way to know the call stack of a running process into the process itself ? I wrote a C++ program ... and when throwing exception, I would like to print the full call stack to std::cerr. Is there a way to do so with libgdb ? or any other lib ? Thanks a lot Laurent Marzullo