rdunning0823 / tophat

An intuitive glide computer
www.tophatsoaring.org
GNU General Public License v2.0
16 stars 19 forks source link

Crash on Android 8.0 device #18

Closed efoertsch closed 2 years ago

efoertsch commented 4 years ago

Part of log

2020-06-24 11:51:41.851 13888-17277/? E/libEGL: validate_display:94 error 3001 (EGL_NOT_INITIALIZED) 2020-06-24 11:51:41.851 13888-17277/? E/libEGL: validate_display:94 error 3001 (EGL_NOT_INITIALIZED) 2020-06-24 11:51:41.852 13888-17277/? E/libEGL: validate_display:94 error 3001 (EGL_NOT_INITIALIZED) 2020-06-24 11:51:46.507 13888-17298/? A/libc: Fatal signal 31 (SIGSYS), code 1 in tid 17298 (Topography) 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: Build fingerprint: 'motorola/james/james:8.0.0/OPPS27.91-121-28/29:user/release-keys' 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: Revision: 'p300' 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: ABI: 'arm' 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: pid: 13888, tid: 17298, name: Topography >>> org.tophat <<< 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr -------- 2020-06-24 11:51:46.726 17302-17302/? A/DEBUG: Cause: seccomp prevented call to disallowed arm system call 314 2020-06-24 11:51:46.727 17302-17302/? A/DEBUG: r0 00000001 r1 00000000 r2 00006007 r3 00000000 2020-06-24 11:51:46.727 17302-17302/? A/DEBUG: r4 00000000 r5 00000000 r6 00000000 r7 0000013a 2020-06-24 11:51:46.727 17302-17302/? A/DEBUG: r8 966e6eb0 r9 966e6e80 sl 97c00164 fp 00000019 2020-06-24 11:51:46.727 17302-17302/? A/DEBUG: ip 955988a8 sp 95598898 lr 97b03e58 pc b401ee5c cpsr 000e0010 2020-06-24 11:51:46.735 17302-17302/? A/DEBUG: backtrace: 2020-06-24 11:51:46.735 17302-17302/? A/DEBUG: #00 pc 00018e5c /system/lib/libc.so (syscall+32) 2020-06-24 11:51:46.735 17302-17302/? A/DEBUG: #01 pc 0007fe54 /data/app/org.tophat-oGtl_mPZwUBW7MMD6WGhMQ==/lib/arm/libtophat.so 2020-06-24 11:51:46.736 17302-17302/? A/DEBUG: #02 pc 0017c6e4 /data/app/org.tophat-oGtl_mPZwUBW7MMD6WGhMQ==/lib/arm/libtophat.so 2020-06-24 11:51:46.736 17302-17302/? A/DEBUG: #03 pc 0017c198 /data/app/org.tophat-oGtl_mPZwUBW7MMD6WGhMQ==/lib/arm/libtophat.so 2020-06-24 11:51:46.736 17302-17302/? A/DEBUG: #04 pc 00047db7 /system/lib/libc.so (_ZL15__pthread_startPv+22) 2020-06-24 11:51:46.736 17302-17302/? A/DEBUG: #05 pc 0001b0a5 /system/lib/libc.so (__start_thread+32) 2020-06-24 11:51:48.385 2242-2242/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones//tombstone_04 2020-06-24 11:51:48.405 559-559/? E/lowmemorykiller: Error writing /proc/13888/oom_score_adj; errno=22 2020-06-24 11:51:48.429 569-1663/? E/SurfaceFlinger: Failed to find layer (SurfaceView - org.tophat/org.tophat.XCSoar#0) in layer parent (no-parent). 2020-06-24 11:51:48.429 569-1663/? E/SurfaceFlinger: Failed to find layer (Background for - SurfaceView - org.tophat/org.tophat.XCSoar#0) in layer parent (no-parent).

CazYokoyama commented 2 years ago

Fixed by 8481310108a32a367dc3539aa83c6f48812ff637 for TopHat_master branch a80871f93e49f412741aa11193b896ca085f831c for tophat_2.2.3 branch