반응형
SIGABRT vs SIGSEGV
-
SIGABRT
abnormal termination condition
abort() 와 같은 것으로 시작된다.
프로세스 중단신호이다.
-
SIGSEGV
invalid memory access ( segmentation fault )
잘못된 메모리 참조로 인해 발생한다.
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios] NSInteger, NSUInteger on 32bit / 64bit (0) | 2018.02.17 |
---|---|
[ios] beginBackgroundTaskWithExpirationHandler: 에 대한 연구 (0) | 2018.02.16 |
[ios] Memory Management Debugging. (0) | 2018.02.13 |
[ios] NSCocoaErrorDomain Code=522 ( SQLite ) (0) | 2018.02.12 |
[ios] Application State 가져오는 방법 (0) | 2018.02.11 |
댓글