gdb调试

g++ -static -std=c++11 -Wno-deprecated -g -D__USE_LARGEFILE64 -I./include -I./StatCoral -I./UnionStatCoral ./UnionStatCoral/*.cpp ./src/*.cpp ./StatCoral/*.cpp -lpthread -o./CalcSafeStat
gdb ./CalcSafeStat
(gdb) bt
(gdb) thread
(gdb) quit

原文地址:https://www.cnblogs.com/chunyou128/p/3245180.html