muduo网络库学习之Exception类、Thread 类封装中的知识点(重点讲pthread_atfork())
一、Exception类封装classException:publicstd::exception#includeintbacktrace(void**buffer,intsize);//backtrace栈回溯,保存各个栈帧的地址char**backtrace_symbols(void*const*buffer,intsize);//backtrace_symbols根据地址,转成相应的函数符号