Skip to content

关于本章

本章描述在debug multithreaded application时,会遇到的commonissue,以及解决方法。

正如在 totalview Debugging Common Issues in Multithreaded Applications中所言:

This paper describes several challenges that are commonly encountered when debugging multithreaded applications in order to compare the open source GNU GDB debugger

4-Running-Programs-Under-gdb

其中有描述"debug multi thread"相关的内容

stackoverflow How do I get the backtrace for all the threads in GDB?

thread apply all bt

TO READ

1、csdn 线程的查看以及利用gdb调试多线程

2、drdobbs Multithreaded Debugging Techniques

3、fayewilliams View A Backtrace For All Threads With GDB