노력과 삽질 퇴적물
에러: Fatal signal 11 본문
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
'📂게임개발 note > 에러&버그' 카테고리의 다른 글
에러: SQL Error (2003): Can't connect to MySQL (0) | 2015.01.07 |
---|---|
에러: emulator window was out of view (0) | 2014.10.19 |
에러: SVN 로그 수정 불가 (0) | 2013.10.23 |
에러: Error during Sync: timeout (0) | 2013.06.30 |
에러: build_native.sh 실행 에러 (0) | 2013.04.16 |