iOS9开发技术tomSignal 信号

[iOS]iOS中常见的crash信号处理

2016-09-02  本文已影响911人  肖浩呗

常见信号

Program support utilities

Defined in header <signal.h>

#define SIGTERM /*implementation defined*/

#define SIGSEGV /*implementation defined*/

#define SIGINT /*implementation defined*/

#define SIGILL /*implementation defined*/

#define SIGABRT /*implementation defined*/

#define SIGFPE /*implementation defined*/

解释


SIGTERM


SIGSEGV


SIGINT

SIGILL


SIGABRT


SIGFPE


信号signal中断crash经常出现的位置

SIGSEGV.png SIGABRT.png
上一篇 下一篇

猜你喜欢

热点阅读