Search Unity

android build crashes when trying to load scene (sometimes)

Discussion in 'General Discussion' started by smokoko, Mar 14, 2017.

  1. smokoko

    smokoko

    Joined:
    Dec 9, 2013
    Posts:
    11
    03-14 19:03:24.009 24254 24418 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x1c in tid 24418 (UnityPreload)
    03-14 19:03:24.118 200 200 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    03-14 19:03:24.118 200 200 F DEBUG : Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30Z/3437181:user/release-keys'
    03-14 19:03:24.118 200 200 F DEBUG : Revision: '11'
    03-14 19:03:24.118 200 200 F DEBUG : ABI: 'arm'
    03-14 19:03:24.118 200 200 F DEBUG : pid: 24254, tid: 24418, name: UnityPreload >>> com.developer.appname<<<
    03-14 19:03:24.118 200 200 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1c
    03-14 19:03:24.170 200 200 F DEBUG : r0 ab225d50 r1 9d18c7e0 r2 00000453 r3 00000074
    03-14 19:03:24.170 200 200 F DEBUG : r4 00000000 r5 00000453 r6 9d18c7d8 r7 833d4190
    03-14 19:03:24.170 200 200 F DEBUG : r8 00000453 r9 00000cf9 sl 9d186010 fp 00000000
    03-14 19:03:24.170 200 200 F DEBUG : ip 00000000 sp 9c0ad710 lr 00000000 pc a0a8d4a0 cpsr 600f0010
    03-14 19:03:24.187 200 200 F DEBUG :
    03-14 19:03:24.187 200 200 F DEBUG : backtrace:
    03-14 19:03:24.187 200 200 F DEBUG : #00 pc 004b54a0 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.187 200 200 F DEBUG : #01 pc 004b518c /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.188 200 200 F DEBUG : #02 pc 004b014c /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.188 200 200 F DEBUG : #03 pc 0032c758 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.188 200 200 F DEBUG : #04 pc 0032ea70 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.188 200 200 F DEBUG : #05 pc 0032e898 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.188 200 200 F DEBUG : #06 pc 0032e868 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.189 200 200 F DEBUG : #07 pc 00390f34 /data/app/com.developer.appname-2/lib/arm/libunity.so
    03-14 19:03:24.189 200 200 F DEBUG : #08 pc 0003f45f /system/lib/libc.so (_ZL15__pthread_startPv+30)
    03-14 19:03:24.189 200 200 F DEBUG : #09 pc 00019b43 /system/lib/libc.so (__start_thread+6)
    03-14 19:03:25.052 200 200 W debuggerd: type=1400 audit(0.0:8481): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=6189 scontext=u:r:debuggerd:s0 tcontext=u:eek:bject_r:gpu_device:s0 tclass=chr_file permissive=0
    03-14 19:03:25.194 778 17336 D NetlinkSocketObserver: NeighborEvent{elapsedMs=14215789, 192.168.88.1, [D4CA6D5730DC], RTM_NEWNEIGH, NUD_REACHABLE}
    03-14 19:03:25.332 200 200 W debuggerd: type=1400 audit(0.0:8482): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=6189 scontext=u:r:debuggerd:s0 tcontext=u:eek:bject_r:gpu_device:s0 tclass=chr_file permissive=0
    03-14 19:03:25.342 200 200 W debuggerd: type=1400 audit(0.0:8483): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=6189 scontext=u:r:debuggerd:s0 tcontext=u:eek:bject_r:gpu_device:s0 tclass=chr_file permissive=0
    03-14 19:03:26.210 778 906 E NativeCrashListener: Exception dealing with report
    03-14 19:03:26.210 778 906 E NativeCrashListener: android.system.ErrnoException: read failed: EAGAIN (Try again)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at libcore.io.Posix.readBytes(Native Method)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at libcore.io.Posix.read(Posix.java:169)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at libcore.io.BlockGuardOs.read(BlockGuardOs.java:230)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at android.system.Os.read(Os.java:367)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at com.android.server.am.NativeCrashListener.consumeNativeCrashData(NativeCrashListener.java:240)
    03-14 19:03:26.210 778 906 E NativeCrashListener: at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:138)


    Anybody knows how to fix it?