Skip to content

FondFish/exc_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

exc_handler

linux exc signal handler 这是个linux下处理异常信号的例子,比如常见的段错误,出现时对齐进行堆栈打印,回溯调用链(backytace),可以的话可以采取堆栈内容进行栈回溯。 gcc baktrace.c -g -rdynamic -o test 本程序针对x86-64

About

linux exc signal handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages