노력과 삽질 퇴적물

에러: Fatal signal 11 본문

프로그래밍note/에러&버그

에러: Fatal signal 11

MTG 2014. 10. 4. 01:01

10-04 00:36:57.698: A/libc(20887): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 20887 (xxxxxxxxx)

10-04 00:36:57.698: A/libc(20887): Fatal signal 11 (SIGSEGV) at 0x00411680 (code=1), thread 20901 (xxxxxxxxx)


minSdkVersion: 10

빌드 타겟 버전: 20

이클립스 루나

디바이스: 삼성 갤럭시 HD LTE(4.1.2)






해결.


<application

        android:icon="@drawable/ic_launcher"

        android:allowClearUserData="true"

        android:hardwareAccelerated="true"

        android:debuggable="true"

        ... ... ... >


allowClearUserData와 hardwareAccelerated태그만으로는 앱종료 증상이 완전히 사라지진 않고, 빈도가 줄어든정도입니다.

그런데 android:debuggable="true"를 넣으니깐

앱 실행시 간헐적으로 일어나는 앱종료 현상이 없어진거 같습니다.






참조.


네오로이드 - Fatal signal 11 (SIGSEGV) at 0x00000008 (code=1) 해결법

Android application terminate when the layout goes to landscape - Stack Overflow

android - Genymotion - Fatal Signal 11 - Stack Overflow

[Tips] SOLUTION for A/libc Fatal signal 11 (SIGSEGV) Crash on Intel Atom x86 AVD


The Developer's Guide | Android Developers

fatal signal 11 - Google 검색