摘要: The breakpoint exception type indicates a trace trap interrupted the process. A trace trap gives an attached debugger the chance to interrupt the proc 阅读全文
posted @ 2021-02-04 14:49 zzfx 阅读(1115) 评论(0) 推荐(0)
摘要: iOS开发者常见的 UNIX 信号 如下: UNIX 信号注释 SIGSEGV 访问无效的内存地址。地址存在,但是应用程序无法访问。 SIGABRT 程序崩溃。由 C函数 abort() 初始化。通常意味着系统检测到某些事务出错,例如 assert() 或者 NSAssert() 校验失败。 SIG 阅读全文
posted @ 2021-02-04 14:31 zzfx 阅读(95) 评论(0) 推荐(0)