使用backtrace追踪程序的异常退出
输出程序的堆栈backtrace函数在linux系统中,我们可以通过如下三个库函数来获取程序的调用堆栈,可以通过man 3 backtrace查看。它们由GUN C Library提供。#include <execinfo.h> /* Store up to SIZE return address of the current program state in ARRAY and return the exact number of values stored.