Crash in unity's native codes

Hello ,

We have a serious problem with our game made by Unity . We are using Unity 5.3.5f1 . When we try to load another scene(not all scenes but some of them) on a device running Android 4.4.4 (HTC Sensation) , the application crashes and we get the log that I have put at bottom . On Some other devices everything works smooth. And as you can see in the logs it seems it’s from the native codes of Unity.

Can you please guide us to solve this problem ?

Thanks ,

Log:

F/libc    (16087): Fatal signal 11 (SIGSEGV) at 0x5cf72000 (code=1), thread 16492 (UnityMain)

I/DEBUG   (  135): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

I/DEBUG   (  135): Build fingerprint: 'tmous/htc_pyramid/pyramid:4.0.3/IML74K/356011.14:user/release-keys'

I/DEBUG   (  135): Revision: '128'

I/DEBUG   (  135): pid: 16087, tid: 16492, name: UnityMain  >>> com.NoaGames.ShadowRacer <<<

I/DEBUG   (  135): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 5cf72000

I/DEBUG   (  135):     r0 5cf72000  r1 66bea364  r2 00000010  r3 00000000

I/DEBUG   (  135):     r4 00000001  r5 00000010  r6 5cf72000  r7 00000010

I/DEBUG   (  135):     r8 66bea354  r9 00000001  sl 412c0000  fp 00000001

I/DEBUG   (  135):     ip 4dd40f40  sp 5590ae10  lr 5299f36f  pc 4012b110  cpsr 080d0010

I/DEBUG   (  135):     d0  8a21212184080808  d1  8510101081080808

I/DEBUG   (  135):     d2  0000000000000000  d3  0000000000000000

I/DEBUG   (  135):     d4  0000000000000000  d5  0000000000000000

I/DEBUG   (  135):     d6  0000000000000000  d7  0000000000000000

I/DEBUG   (  135):     d8  0000000000000000  d9  0000000000000000

I/DEBUG   (  135):     d10 0000000000000000  d11 0000000000000000

I/DEBUG   (  135):     d12 0000000000000000  d13 0000000000000000

I/DEBUG   (  135):     d14 0000000000000000  d15 0000000000000000

I/DEBUG   (  135):     d16 0000000000001c91  d17 0000000000000001

I/DEBUG   (  135):     d18 402f387852bfd000  d19 402f1fcc52c73000

I/DEBUG   (  135):     d20 3d774ca33d456000  d21 41a604dd3f7ffffe

I/DEBUG   (  135):     d22 0000000000000000  d23 3f80000000000000

I/DEBUG   (  135):     d24 000000003f100000  d25 0000000000000000

I/DEBUG   (  135):     d26 3f80000000000000  d27 0000000000000000

I/DEBUG   (  135):     d28 0000000000000000  d29 000000003dcccccd

I/DEBUG   (  135):     d30 0000000000000000  d31 3f80000000000000

I/DEBUG   (  135):     scr 6000001b

I/DEBUG   (  135):

I/DEBUG   (  135): backtrace:

I/DEBUG   (  135):     #00  pc 00022110  /system/lib/libc.so (__memcpy_base+152)

I/DEBUG   (  135):     #01  pc 0004c36b  /system/lib/egl/libGLESv2_adreno200.so (rb_memcpy+318)

I/DEBUG   (  135):     #02  pc 0006a8a1  /system/lib/egl/libGLESv2_adreno200.so (leia_tile_texture+3160)

I/DEBUG   (  135):     #03  pc 00052bef  /system/lib/egl/libGLESv2_adreno200.so (rb_texture_update_hw_subimage+1386)

I/DEBUG   (  135):     #04  pc 00053dfd  /system/lib/egl/libGLESv2_adreno200.so (rb_texture_loadimage+206)

I/DEBUG   (  135):     #05  pc 0003a637  /system/lib/egl/libGLESv2_adreno200.so (TexImageLoad+224)

I/DEBUG   (  135):     #06  pc 0003a8ab  /system/lib/egl/libGLESv2_adreno200.so (qgl2DrvAPI_glTexImage2D+258)

I/DEBUG   (  135):     #07  pc 00024bad  /system/lib/egl/libGLESv2_adreno200.so (glTexImage2D+32)

I/DEBUG   (  135):     #08  pc 004c0e94  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #09  pc 004a7a40  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #10  pc 004a765c  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #11  pc 0031dbb0  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #12  pc 0031f92c  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #13  pc 004066c0  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #14  pc 003e075c  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #15  pc 003e1c6c  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #16  pc 003df564  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #17  pc 003dfb64  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #18  pc 00389de4  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #19  pc 004d7260  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #20  pc 004dc710  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):     #21  pc 0001ea50  /system/lib/libdvm.so (dvmPlatformInvoke+116)

I/DEBUG   (  135):     #22  pc 0004f767  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

I/DEBUG   (  135):     #23  pc 00027ee0  /system/lib/libdvm.so

I/DEBUG   (  135):     #24  pc 0002f3f8  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

I/DEBUG   (  135):     #25  pc 0002ca90  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

I/DEBUG   (  135):     #26  pc 00061bd1  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)

I/DEBUG   (  135):     #27  pc 00061bf5  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)

I/DEBUG   (  135):     #28  pc 000568db  /system/lib/libdvm.so

I/DEBUG   (  135):     #29  pc 0000d240  /system/lib/libc.so (__thread_entry+72)

I/DEBUG   (  135):     #30  pc 0000d3d8  /system/lib/libc.so (pthread_create+240)

I/DEBUG   (  135):

I/DEBUG   (  135): stack:

I/DEBUG   (  135):          5590add0  00000000 

I/DEBUG   (  135):          5590add4  00000000 

I/DEBUG   (  135):          5590add8  00000000 

I/DEBUG   (  135):          5590addc  00000000 

I/DEBUG   (  135):          5590ade0  00000000 

I/DEBUG   (  135):          5590ade4  00000000 

I/DEBUG   (  135):          5590ade8  00000000 

I/DEBUG   (  135):          5590adec  00000000 

I/DEBUG   (  135):          5590adf0  00000000 

I/DEBUG   (  135):          5590adf4  00000000 

I/DEBUG   (  135):          5590adf8  00000000 

I/DEBUG   (  135):          5590adfc  00000000 

I/DEBUG   (  135):          5590ae00  00000000 

I/DEBUG   (  135):          5590ae04  00000000 

I/DEBUG   (  135):          5590ae08  df0027ad 

I/DEBUG   (  135):          5590ae0c  00000000 

I/DEBUG   (  135):     #00  5590ae10  5cf72000 

I/DEBUG   (  135):          5590ae14  5299f36f  /system/lib/egl/libGLESv2_adreno200.so (rb_memcpy+322)

I/DEBUG   (  135):     #01  5590ae18  5590aeac 

I/DEBUG   (  135):          5590ae1c  56dda584  /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG   (  135):          5590ae20  00000001 

I/DEBUG   (  135):          5590ae24  00000000 

I/DEBUG   (  135):          5590ae28  00000000 

I/DEBUG   (  135):          5590ae2c  00000000 

I/DEBUG   (  135):          5590ae30  00000000 

I/DEBUG   (  135):          5590ae34  00000004 

I/DEBUG   (  135):          5590ae38  00000004 

I/DEBUG   (  135):          5590ae3c  00000020 

I/DEBUG   (  135):          5590ae40  00000004 

I/DEBUG   (  135):          5590ae44  00000000 

I/DEBUG   (  135):          5590ae48  66bea364 

I/DEBUG   (  135):          5590ae4c  00000010 

I/DEBUG   (  135):          5590ae50  00000010 

I/DEBUG   (  135):          5590ae54  529bd8a5  /system/lib/egl/libGLESv2_adreno200.so (leia_tile_texture+3164)

I/DEBUG   (  135):     #02  5590ae58  00000000 

I/DEBUG   (  135):          5590ae5c  00000010 

I/DEBUG   (  135):          5590ae60  00000010 

I/DEBUG   (  135):          5590ae64  00000001 

I/DEBUG   (  135):          5590ae68  00000001 

I/DEBUG   (  135):          5590ae6c  60b067a0 

I/DEBUG   (  135):          5590ae70  00000001 

I/DEBUG   (  135):          5590ae74  00000000 

I/DEBUG   (  135):          5590ae78  00000148 

I/DEBUG   (  135):          5590ae7c  00000000 

I/DEBUG   (  135):          5590ae80  5421d034 

I/DEBUG   (  135):          5590ae84  5421d030 

I/DEBUG   (  135):          5590ae88  6071ea0c 

I/DEBUG   (  135):          5590ae8c  5cf72000 

I/DEBUG   (  135):          5590ae90  00000000 

I/DEBUG   (  135):          5590ae94  00000100 

I/DEBUG   (  135):          ........  ........

I/AudioFlinger(  141): BUFFER TIMEOUT: remove(4100) from active list on thread 0x4138e008

I/DEBUG   (  135):

I/DEBUG   (  135): memory near r0:

I/DEBUG   (  135):     5cf71fe0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     5cf71ff0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     5cf72000 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72010 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72020 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72030 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72040 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72050 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72060 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72070 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72080 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72090 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720a0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720b0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720c0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720d0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near r1:

I/DEBUG   (  135):     66bea344 850f0f0f 850f0f0f 850f0f0f 8c1f1f1f 

I/DEBUG   (  135):     66bea354 84080808 8a212121 81080808 85101010 

I/DEBUG   (  135):     66bea364 87151515 830c0c0c 85101010 cdcdcdcd 

I/DEBUG   (  135):     66bea374 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea384 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea394 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3a4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3b4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3c4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3d4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3e4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3f4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea404 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea414 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea424 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea434 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near r6:

I/DEBUG   (  135):     5cf71fe0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     5cf71ff0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     5cf72000 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72010 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72020 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72030 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72040 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72050 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72060 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72070 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72080 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf72090 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720a0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720b0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720c0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):     5cf720d0 ffffffff ffffffff ffffffff ffffffff 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near r8:

I/DEBUG   (  135):     66bea334 8c212121 85121212 79353535 86111111 

I/DEBUG   (  135):     66bea344 850f0f0f 850f0f0f 850f0f0f 8c1f1f1f 

I/DEBUG   (  135):     66bea354 84080808 8a212121 81080808 85101010 

I/DEBUG   (  135):     66bea364 87151515 830c0c0c 85101010 cdcdcdcd 

I/DEBUG   (  135):     66bea374 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea384 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea394 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3a4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3b4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3c4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3d4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3e4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea3f4 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea404 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea414 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     66bea424 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near sl:

I/DEBUG   (  135):     412bffe0 0046f015 002f002f 0056002f 00560056 

I/DEBUG   (  135):     412bfff0 00560056 00560056 00560056 00560056 

I/DEBUG   (  135):     412c0000 005f0056 002f005f 0068002f 002f002f 

I/DEBUG   (  135):     412c0010 006f002f 007d0076 001d0084 f8daac02 

I/DEBUG   (  135):     412c0020 f8da6000 46495004 f7fc4620 4630fd8f 

I/DEBUG   (  135):     412c0030 e8944629 f7ff000c b008f8c3 87f0e8bd 

I/DEBUG   (  135):     412c0040 6000f8da f8da4620 f8995004 46317005 

I/DEBUG   (  135):     412c0050 087f462a fb7cf7f9 d1ee2800 46314620 

I/DEBUG   (  135):     412c0060 463b462a e8bdb008 f7ff47f0 4654bacd 

I/DEBUG   (  135):     412c0070 3005f899 0b04f854 f3c33901 91070340 

I/DEBUG   (  135):     412c0080 ac089406 0006e914 fa00f7ff 4620e7d5 

I/DEBUG   (  135):     412c0090 1000f8da b008461a 47f0e8bd befcf7ff 

I/DEBUG   (  135):     412c00a0 001cf8b9 0006e89a e8bdb008 f7ff47f0 

I/DEBUG   (  135):     412c00b0 e89ab9e7 b0080007 47f0e8bd ba70f7ff 

I/DEBUG   (  135):     412c00c0 0003e89a e8bdb008 f7ff47f0 e89ab923 

I/DEBUG   (  135):     412c00d0 b0080007 47f0e8bd b8e8f7ff 0007e89a 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near ip:

I/DEBUG   (  135):     4dd40f20 401294e4 4011bd15 40136cc5 40116cb9 

I/DEBUG   (  135):     4dd40f30 40116ce1 40116ccd 40116cf5 40116d09 

I/DEBUG   (  135):     4dd40f40 4012b070 4012ac14 40143421 401433d5 

I/DEBUG   (  135):     4dd40f50 4012b348 401432e1 4012bf41 4013487b 

I/DEBUG   (  135):     4dd40f60 40134c31 40134419 40134841 40131ac5 

I/DEBUG   (  135):     4dd40f70 40117578 401175d0 40117684 4011758c 

I/DEBUG   (  135):     4dd40f80 40117d34 40117a98 40117db8 40117df8 

I/DEBUG   (  135):     4dd40f90 40117e14 40118004 40116780 4011687c 

I/DEBUG   (  135):     4dd40fa0 401169cc 401169ec 40138b29 4011c0d5 

I/DEBUG   (  135):     4dd40fb0 401162e8 4011be5d 40129efc 4011cd8d 

I/DEBUG   (  135):     4dd40fc0 401437cc 40041e19 40041e9d 4012a704 

I/DEBUG   (  135):     4dd40fd0 40129bc0 40129b80 400cfa0d 40125899 

I/DEBUG   (  135):     4dd40fe0 40041f4d 40041dc9 401346fd 4012f749 

I/DEBUG   (  135):     4dd40ff0 40132b89 4011d859 40132031 400ced11 

I/DEBUG   (  135):     4dd41000 4dd41000 636e7973 636f6c62 74756d6b 

I/DEBUG   (  135):     4dd41010 00007865 00000000 00000000 00000000 

I/DEBUG   (  135):

I/DEBUG   (  135): memory near sp:

I/DEBUG   (  135):     5590adf0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):     5590ae00 00000000 00000000 df0027ad 00000000 

I/DEBUG   (  135):     5590ae10 5cf72000 5299f36f 5590aeac 56dda584 

I/DEBUG   (  135):     5590ae20 00000001 00000000 00000000 00000000 

I/DEBUG   (  135):     5590ae30 00000000 00000004 00000004 00000020 

I/DEBUG   (  135):     5590ae40 00000004 00000000 66bea364 00000010 

I/DEBUG   (  135):     5590ae50 00000010 529bd8a5 00000000 00000010 

I/DEBUG   (  135):     5590ae60 00000010 00000001 00000001 60b067a0 

I/DEBUG   (  135):     5590ae70 00000001 00000000 00000148 00000000 

I/DEBUG   (  135):     5590ae80 5421d034 5421d030 6071ea0c 5cf72000 

I/DEBUG   (  135):     5590ae90 00000000 00000100 00000000 66bea354 

I/DEBUG   (  135):     5590aea0 00000001 00000000 00000000 00000000 

I/DEBUG   (  135):     5590aeb0 00000004 00000004 00000000 00000000 

I/DEBUG   (  135):     5590aec0 00000200 00000000 00000000 00000000 

I/DEBUG   (  135):     5590aed0 00038000 00000000 00000000 00000000 

I/DEBUG   (  135):     5590aee0 00000000 00000000 00000000 00000000 

I/DEBUG   (  135):

I/DEBUG   (  135): code around pc:

I/DEBUG   (  135):     4012b0f0 3a000002 f421020d e2422020 f400022d 

I/DEBUG   (  135):     4012b100 e2822020 e3120010 0a000001 f4210a0d 

I/DEBUG   (  135):     4012b110 f4000a2d e1b0ce82 3a000001 f421070d 

I/DEBUG   (  135):     4012b120 f400070d aa000001 f4a1030d f480030d 

I/DEBUG   (  135):     4012b130 e1b02f82 14d1e001 14c0e001 24d1c001 

I/DEBUG   (  135):     4012b140 25d1e000 24c0c001 25c0e000 e8bd8001 

I/DEBUG   (  135):     4012b150 e0203001 e2133003 1affffc8 e16d40f8 

I/DEBUG   (  135):     4012b160 e16d60f8 e16d80f8 e210c003 1a000042 

I/DEBUG   (  135):     4012b170 e2103004 0a000002 e4913004 e4803004 

I/DEBUG   (  135):     4012b180 e2422004 e2422040 e1c140d0 e1c040f0 

I/DEBUG   (  135):     4012b190 e1c140d8 e1c040f8 e1c141d0 e1c041f0 

I/DEBUG   (  135):     4012b1a0 e1c141d8 e1c041f8 e1c142d0 e1c042f0 

I/DEBUG   (  135):     4012b1b0 e1c142d8 e1c163d0 e1c183d8 f5d1f400 

I/DEBUG   (  135):     4012b1c0 e1c042f8 e1c063f0 e1c083f8 e2800040 

I/DEBUG   (  135):     4012b1d0 e2811040 e2522040 aaffffea e2922020 

I/DEBUG   (  135):     4012b1e0 3a00000a e1c140d0 e1c040f0 e1c140d8 

I/DEBUG   (  135):

I/DEBUG   (  135): code around lr:

I/DEBUG   (  135):     5299f34c 0220e88d ea54f7d5 e01db918 0f00f1bb 

I/DEBUG   (  135):     5299f35c 2400d101 fb09e010 4630f205 f7d54641 

I/DEBUG   (  135):     5299f36c e00be93a 46414630 19f6462a e932f7d5 

I/DEBUG   (  135):     5299f37c a044f8dd 44d03401 dbf3454c e0042000 

I/DEBUG   (  135):     5299f38c e0022001 e0004658 b0074620 8ff0e8bd 

I/DEBUG   (  135):     5299f39c 00061588 be68f038 4ff7e92d 5380f500 

I/DEBUG   (  135):     5299f3ac 90e4f8df 461e4605 689c468b 36082700 

I/DEBUG   (  135):     5299f3bc e05d44f9 69624629 f0084628 4629fae7 

I/DEBUG   (  135):     5299f3cc 46826962 f0084628 f1baf9f9 46030f01 

I/DEBUG   (  135):     5299f3dc f1bbd050 d1240f00 f5056870 42845880 

I/DEBUG   (  135):     5299f3ec 4628d048 69624629 fa32f008 d94128c8 

I/DEBUG   (  135):     5299f3fc 462068a2 f7d518bf 69a1e936 f8c84620 

I/DEBUG   (  135):     5299f40c f7d51008 4821e8ac 68004478 6ada6803 

I/DEBUG   (  135):     5299f41c 00886851 481ed52e 44782180 e9eef7d5 

I/DEBUG   (  135):     5299f42c 68a0e028 806cf8df 44f8183f 8000f8d8 

I/DEBUG   (  135):     5299f43c 0f00f1ba 4620d103 e914f7d5 f8d8e008 

I/DEBUG   (  135):

I/DEBUG   (  135): memory map around fault addr 5cf72000:

I/DEBUG   (  135):     5cf39000-5cf72000 rw- /dev/kgsl-3d0

I/DEBUG   (  135):     (no map for address)

I/DEBUG   (  135):     5cf88000-5cf89000 rw- /dev/kgsl-3d0

W/AudioTrack(16087): releaseBuffer() track 0x5ae3cf20 name=s:141;n:4;f:-1 disabled due to previous underrun, restarting

D/AudioFlinger(  141): start(4100), calling pid 16087 session 96

D/AudioFlinger(  141): ? => ACTIVE (4100) on thread 0x427d30c0

I/Choreographer(16087): Skipped 195 frames!  The application may be doing too much work on its main thread.

D/AudioHardwareMSM8660(  141): outputDevices = 2

I/AudioHardwareMSM8660(  141): Routing audio to Speakerphone (out_speaker case)

I/BootReceiver(  477): Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_TOMBSTONE)

W/ActivityManager(  477):   Force finishing activity com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity

I/InputReader(  477): Reconfiguring input devices.  changes=0x00000004

I/InputReader(  477): Device reconfigured: id=2, name='cy8c-touchscreen', size 540x960, orientation 0, mode 1, display id 0

I/ActivityManager(  477): Config changes=480 {1.0 ?mcc?mnc en_US ldltr sw360dp w360dp h614dp 240dpi nrml long port finger -keyb/v/h -nav/h s.46 themeResource=null}

I/InputReader(  477): Reconfiguring input devices.  changes=0x00000004

D/PhoneStatusBar(  554): mSettingsPanelGravity = 55

D/DropBoxEntryAddedChimeraService(20863): User is not opted-in to Usage & Diagnostics.

W/MediaFocusControl(  477):   AudioFocus   audio focus client died

W/InputDispatcher(  477): channel '41c7cc90 com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0xd

E/InputDispatcher(  477): channel '41c7cc90 com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

I/MediaFocusControl(  477): AudioFocus  removeFocusStackEntry(): removing entry for android.os.BinderProxy@424f8f68

W/InputDispatcher(  477): Attempted to unregister already unregistered input channel '41c7cc90 com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity (server)'

I/WindowState(  477): WIN DEATH: Window{41c7cc90 u0 com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity}

I/ActivityManager(  477): Process com.NoaGames.ShadowRacer (pid 16087) has died.

W/WindowManager(  477): Force-removing child win Window{42154068 u0 SurfaceView} from container Window{41c7cc90 u0 com.NoaGames.ShadowRacer/com.unity3d.player.UnityPlayerActivity}

D/AudioHardwareMSM8660(  141): Bufsize 4800

D/AudioHardwareMSM8660(  141): SampleRate 44.1k

D/Sensors (  477): handle : 4 en: 0, v010.0 - Try to resolve lock issue

D/Sensors (  477): lock_status = 4

D/Sensors (  477): Andy: MPLSensor::enable: lock1

W/MPL-sup (  477): MLGetAKMComassStatus, gAKMCompassStatus = 0

D/Sensors (  477): mEnabled = 0x0

D/Sensors (  477): set_power_states++: enabled_sensors: 0 dmp_started: 1

D/Sensors (  477): Before if statment: cs:0 rs:0 en_ped:0 da_ped:0 en_g:0 da_g:0

D/Sensors (  477): Stopping DMP

I/        (  477): mpu3050_suspend: suspending sensors to 0000

I/        (  477): mpu3050_suspend: Will resume next to 0070

D/Sensors (  477): inside if(s_use_timerirq)

W/ActivityManager(  477): Scheduling restart of crashed service com.NoaGames.ShadowRacer/com.onesignal.SyncService in 1000ms

D/Sensors (  477): set_power_states--

D/Sensors (  477): Andy: MPLSensor::enable: unlock1

D/Sensors (  477): MPLSensor::enable--1

D/AudioHardwareMSM8660(  141): Bufsize 4800

D/AudioHardwareMSM8660(  141): SampleRate 44.1k

W/WindowManager(  477): Failed looking up window

W/WindowManager(  477): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@4230fc58 does not exist

W/WindowManager(  477):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8105)

W/WindowManager(  477):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8096)

W/WindowManager(  477):     at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1065)

W/WindowManager(  477):     at android.os.BinderProxy.sendDeathNotice(Binder.java:493)

W/WindowManager(  477):     at dalvik.system.NativeStart.run(Native Method)

D/Zygote  (  139): Process 16087 terminated by signal (11)

D/AudioHardwareMSM8660(  141): Bufsize 4800

D/AudioHardwareMSM8660(  141): SampleRate 44.1k

I/WindowState(  477): WIN DEATH: null

D/AudioHardwareMSM8660(  141): Bufsize 4800

D/AudioHardwareMSM8660(  141): SampleRate 44.1k

D/DropBoxEntryAddedChimeraService(20863): User is not opted-in to Usage & Diagnostics.

I/WindowManager(  477): Screen frozen for +309ms due to Window{420f8d30 u0 StatusBar}

I/Timeline(20695): Timeline: Activity_idle id: android.os.BinderProxy@41bf7de0 time:33499819

I/Timeline(  477): Timeline: Activity_windows_visible id: ActivityRecord{41d8b6a0 u0 com.google.android.googlequicksearchbox/com.google.android.launcher.GEL t1} time:33499830

D/AudioHardwareMSM8660(  141): deleteFromTable stream 1

D/AudioHardwareMSM8660(  141): updateDeviceInfo: E

D/AudioHardwareMSM8660(  141): simple device switch

D/AudioHardwareMSM8660(  141): do_aic3254_control device: 1 mode: 0 record: 0

D/AudioHardwareMSM8660(  141): do_aic3254_control: set aic3254 rx to 29

V/Zygote  (16793): Switching descriptor 32 to /dev/null

V/Zygote  (16793): Switching descriptor 9 to /dev/null

I/ActivityManager(  477): Start proc com.NoaGames.ShadowRacer for service com.NoaGames.ShadowRacer/com.onesignal.SyncService: pid=16793 uid=10091 gids={50091, 3003, 1028, 1015}

Hi

Same errors here, someone can help?
Unity version: 5.4.0
Device model: samsung galaxy young duos gt s6313t
Android version: 4.1.2

09-09 16:45:03.702: A/libc(11009): Fatal signal 11 (SIGSEGV) at 0x5a19d000 (code=1), thread 11023 (UnityMain)
09-09 16:45:03.812: I/DEBUG(127): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-09 16:45:03.812: I/DEBUG(127): Build fingerprint: ‘samsung/roydtvvj/roydtv:4.1.2/JZO54K/S6313TVJANB1:user/release-keys’
09-09 16:45:03.822: I/DEBUG(127): pid: 11009, tid: 11023, name: UnityMain >>> com.intercode.coobo <<<
09-09 16:45:03.822: I/DEBUG(127): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 5a19d000
09-09 16:45:05.522: I/DEBUG(127): r0 5a19d000 r1 5b217040 r2 00000010 r3 00000000
09-09 16:45:05.522: I/DEBUG(127): r4 00000001 r5 00000010 r6 5a19d000 r7 00000010
09-09 16:45:05.522: I/DEBUG(127): r8 5b217030 r9 00000001 sl 412c0000 fp 00000001
09-09 16:45:05.522: I/DEBUG(127): ip 5099df24 sp 54dabed0 lr 55979c37 pc 4028027c cpsr 08000010
09-09 16:45:05.522: I/DEBUG(127): d0 ccf2f2f2c9f3f3f3 d1 c9f3f3f3ccf2f2f2
09-09 16:45:05.532: I/DEBUG(127): d2 0000000000000000 d3 0000000000000000
09-09 16:45:05.532: I/DEBUG(127): d4 0000000000000000 d5 0000000000000000
09-09 16:45:05.532: I/DEBUG(127): d6 0000000000000000 d7 0000000000000000
09-09 16:45:05.542: I/DEBUG(127): d8 0000000042100000 d9 0000000043610000
09-09 16:45:05.542: I/DEBUG(127): d10 0000000000000000 d11 0000000000000000
09-09 16:45:05.542: I/DEBUG(127): d12 0000000000000000 d13 0000000000000000
09-09 16:45:05.542: I/DEBUG(127): d14 0000000000000000 d15 0000000000000000
09-09 16:45:05.542: I/DEBUG(127): d16 0000000000000000 d17 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d18 0000000000000000 d19 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d20 0000000000000000 d21 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d22 0000000000000000 d23 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d24 000000003b4ccccd d25 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d26 3b08888900000000 d27 0000000000000000
09-09 16:45:05.552: I/DEBUG(127): d28 0000000000000000 d29 00000000ba83126f
09-09 16:45:05.552: I/DEBUG(127): d30 0000000000000000 d31 3f80000000000000
09-09 16:45:05.552: I/DEBUG(127): scr 8000009f
09-09 16:45:05.562: I/DEBUG(127): backtrace:
09-09 16:45:05.562: I/DEBUG(127): #00 pc 0000e27c /system/lib/libc.so
09-09 16:45:05.562: I/DEBUG(127): #01 pc 0004bc33 /system/lib/egl/libGLESv2_adreno200.so (rb_memcpy+318)
09-09 16:45:05.562: I/DEBUG(127): #02 pc 0005e791 /system/lib/egl/libGLESv2_adreno200.so (yamato_tile_texture+3160)
09-09 16:45:05.562: I/DEBUG(127): #03 pc 0005237b /system/lib/egl/libGLESv2_adreno200.so (rb_texture_update_hw_subimage+1386)
09-09 16:45:05.562: I/DEBUG(127): #04 pc 00053589 /system/lib/egl/libGLESv2_adreno200.so (rb_texture_loadimage+206)
09-09 16:45:05.562: I/DEBUG(127): #05 pc 0003a0fd /system/lib/egl/libGLESv2_adreno200.so (TexImageLoad+224)
09-09 16:45:05.562: I/DEBUG(127): #06 pc 0003a36f /system/lib/egl/libGLESv2_adreno200.so (qgl2DrvAPI_glTexImage2D+254)
09-09 16:45:05.562: I/DEBUG(127): #07 pc 00024a75 /system/lib/egl/libGLESv2_adreno200.so (glTexImage2D+32)
09-09 16:45:05.562: I/DEBUG(127): #08 pc 00681934 /data/data/com.intercode.coobo/lib/libunity.so (ApiGLES::TextureImage(unsigned int, TextureDimension, int, gl::TexFormat, int, int, int, int, int, void const*)+620)
09-09 16:45:05.562: I/DEBUG(127): stack:
09-09 16:45:05.562: I/DEBUG(127): 54dabe90 00000010
09-09 16:45:05.562: I/DEBUG(127): 54dabe94 53a52934 /data/data/com.intercode.coobo/lib/libunity.so (MemoryManager::Allocate(unsigned int, int, MemLabelId const&, int, char const*, int)+256)
09-09 16:45:05.562: I/DEBUG(127): 54dabe98 58e5c28c
09-09 16:45:05.562: I/DEBUG(127): 54dabe9c 54dabef4 [stack:11023]
09-09 16:45:05.572: I/DEBUG(127): 54dabea0 3f800000
09-09 16:45:05.572: I/DEBUG(127): 54dabea4 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabea8 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabeac 3f800000
09-09 16:45:05.572: I/DEBUG(127): 54dabeb0 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabeb4 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabeb8 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabebc 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabec0 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabec4 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabec8 df0027ad
09-09 16:45:05.572: I/DEBUG(127): 54dabecc 00000000
09-09 16:45:05.572: I/DEBUG(127): #00 54dabed0 5a19d000
09-09 16:45:05.572: I/DEBUG(127): 54dabed4 55979c37 /system/lib/egl/libGLESv2_adreno200.so (rb_memcpy+322)
09-09 16:45:05.572: I/DEBUG(127): #01 54dabed8 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabedc 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabee0 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabee4 00000000
09-09 16:45:05.572: I/DEBUG(127): 54dabee8 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabeec 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabef0 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabef4 00000004
09-09 16:45:05.582: I/DEBUG(127): 54dabef8 00000004
09-09 16:45:05.582: I/DEBUG(127): 54dabefc 00000020
09-09 16:45:05.582: I/DEBUG(127): 54dabf00 00000004
09-09 16:45:05.582: I/DEBUG(127): 54dabf04 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf08 5b217040
09-09 16:45:05.582: I/DEBUG(127): 54dabf0c 00000010
09-09 16:45:05.582: I/DEBUG(127): 54dabf10 00000010
09-09 16:45:05.582: I/DEBUG(127): 54dabf14 5598c795 /system/lib/egl/libGLESv2_adreno200.so (yamato_tile_texture+3164)
09-09 16:45:05.582: I/DEBUG(127): #02 54dabf18 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf1c 00000010
09-09 16:45:05.582: I/DEBUG(127): 54dabf20 00000010
09-09 16:45:05.582: I/DEBUG(127): 54dabf24 00000001
09-09 16:45:05.582: I/DEBUG(127): 54dabf28 00000001
09-09 16:45:05.582: I/DEBUG(127): 54dabf2c 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf30 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf34 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf38 00000000
09-09 16:45:05.582: I/DEBUG(127): 54dabf3c 00000000
09-09 16:45:05.592: I/DEBUG(127): 54dabf40 00000000
09-09 16:45:05.592: I/DEBUG(127): 54dabf44 00000000
09-09 16:45:05.592: I/DEBUG(127): 54dabf48 5a4196b4
09-09 16:45:05.592: I/DEBUG(127): 54dabf4c 5a19d000
09-09 16:45:05.592: I/DEBUG(127): 54dabf50 00000000
09-09 16:45:05.592: I/DEBUG(127): 54dabf54 00000100
09-09 16:45:05.592: I/DEBUG(127): … …
09-09 16:45:05.592: I/DEBUG(127): memory near r0:
09-09 16:45:05.592: I/DEBUG(127): 5a19cfe0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.592: I/DEBUG(127): 5a19cff0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.592: I/DEBUG(127): 5a19d000 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.592: I/DEBUG(127): 5a19d010 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.602: I/DEBUG(127): 5a19d020 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.602: I/DEBUG(127): memory near r1:
09-09 16:45:05.602: I/DEBUG(127): 5b217020 00000000 00000000 00000000 000301a0 …
09-09 16:45:05.602: I/DEBUG(127): 5b217030 c9f3f3f3 ccf2f2f2 ccf2f2f2 c9f3f3f3 …
09-09 16:45:05.602: I/DEBUG(127): 5b217040 cbf2f2f2 cbf2f2f2 cbf2f2f2 c7f3f3f3 …
09-09 16:45:05.602: I/DEBUG(127): 5b217050 c7f3f3f3 ccf2f2f2 ccf2f2f2 ccf2f2f2 …
09-09 16:45:05.602: I/DEBUG(127): 5b217060 ccf2f2f2 ccf2f2f2 ccf2f2f2 c7f3f3f3 …
09-09 16:45:05.602: I/DEBUG(127): memory near r6:
09-09 16:45:05.602: I/DEBUG(127): 5a19cfe0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.602: I/DEBUG(127): 5a19cff0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.602: I/DEBUG(127): 5a19d000 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.602: I/DEBUG(127): 5a19d010 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.602: I/DEBUG(127): 5a19d020 ffffffff ffffffff ffffffff ffffffff …
09-09 16:45:05.602: I/DEBUG(127): memory near r8:
09-09 16:45:05.602: I/DEBUG(127): 5b217010 00000000 00000000 00000019 00300fda …0.
09-09 16:45:05.602: I/DEBUG(127): 5b217020 00000000 00000000 00000000 000301a0 …
09-09 16:45:05.602: I/DEBUG(127): 5b217030 c9f3f3f3 ccf2f2f2 ccf2f2f2 c9f3f3f3 …
09-09 16:45:05.602: I/DEBUG(127): 5b217040 cbf2f2f2 cbf2f2f2 cbf2f2f2 c7f3f3f3 …
09-09 16:45:05.602: I/DEBUG(127): 5b217050 c7f3f3f3 ccf2f2f2 ccf2f2f2 ccf2f2f2 …
09-09 16:45:05.602: I/DEBUG(127): memory near sl:
09-09 16:45:05.612: I/DEBUG(127): 412bffe0 00707000 70707000 70000070 00700070 .pp…pppp…pp.p.
09-09 16:45:05.612: I/DEBUG(127): 412bfff0 70707070 00007000 70707070 00707070 pppp.p…ppppppp.
09-09 16:45:05.612: I/DEBUG(127): 412c0000 00700070 00700070 00007070 70000070 p.p.p.p.pp…p…p
09-09 16:45:05.612: I/DEBUG(127): 412c0010 00707000 70707070 00000000 00000000 .pp.pppp…
09-09 16:45:05.612: I/DEBUG(127): 412c0020 00000000 00000000 00000000 00000000 …
09-09 16:45:05.612: I/DEBUG(127): memory near ip:
09-09 16:45:05.612: I/DEBUG(127): 5099df04 4028d13d 4028ca3d 4028469c 40299f35 =.(@=.(@.F(@5.)@
09-09 16:45:05.612: I/DEBUG(127): 5099df14 40294a79 4027ea0c 4027eaa8 4028b88b yJ)@…‘@…’@…(@
09-09 16:45:05.612: I/DEBUG(127): 5099df24 402801a0 4028b8e5 40288f3d 40288f65 …(@…(@=.(@e.(@
09-09 16:45:05.612: I/DEBUG(127): 5099df34 40288f51 40288f79 40288f8d 4027fd40 Q.(@y.(@…(@@.'@
09-09 16:45:05.612: I/DEBUG(127): 5099df44 40294b95 40294b51 40280560 402abb25 .K)@QK)@`.(@%.@
09-09 16:45:05.612: I/DEBUG(127): memory near sp:
09-09 16:45:05.612: I/DEBUG(127): 54dabeb0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.612: I/DEBUG(127): 54dabec0 00000000 00000000 df0027ad 00000000 …'…
09-09 16:45:05.612: I/DEBUG(127): 54dabed0 5a19d000 55979c37 00000000 00000000 …Z7…U…
09-09 16:45:05.612: I/DEBUG(127): 54dabee0 00000000 00000000 00000000 00000000 …
09-09 16:45:05.612: I/DEBUG(127): 54dabef0 00000000 00000004 00000004 00000020 … …
09-09 16:45:05.612: I/DEBUG(127): code around pc:
09-09 16:45:05.612: I/DEBUG(127): 4028025c f421020d e2522020 f400022d 2afffffb …!. R.-…

09-09 16:45:05.612: I/DEBUG(127): 4028026c e2822020 e3120010 0a000001 f4210a0d …!.
09-09 16:45:05.612: I/DEBUG(127): 4028027c f4000a2d e1b0ce82 3a000001 f421070d -…:…!.
09-09 16:45:05.612: I/DEBUG(127): 4028028c f400070d aa000001 f4a1030d f480030d …
09-09 16:45:05.612: I/DEBUG(127): 4028029c e1b0cf82 44d13001 24d1c001 24d1e001 …0.D…...
09-09 16:45:05.612: I/DEBUG(127): code around lr:
09-09 16:45:05.622: I/DEBUG(127): 55979c14 0220e88d ed80f7d5 e01db918 0f00f1bb … …
09-09 16:45:05.622: I/DEBUG(127): 55979c24 2400d101 fb09e010 4630f205 f7d54641 …$…0FAF…
09-09 16:45:05.622: I/DEBUG(127): 55979c34 e00bec66 46414630 19f6462a ec5ef7d5 f…0FAF*F…^.
09-09 16:45:05.622: I/DEBUG(127): 55979c44 a044f8dd 44d03401 dbf3454c e0042000 …D…4.DLE… …
09-09 16:45:05.622: I/DEBUG(127): 55979c54 e0022001 e0004658 b0074620 8ff0e8bd . …XF… F…
09-09 16:45:05.622: I/DEBUG(127): memory map around fault addr 5a19d000:
09-09 16:45:05.622: I/DEBUG(127): 5a16d000-5a19d000 /dev/kgsl-3d0
09-09 16:45:05.622: I/DEBUG(127): (no map for address)
09-09 16:45:05.622: I/DEBUG(127): 5a3b5000-5a41b000

@Prince_of_Persia can you solve this?

@ramon_delmondo , Nope I think there is something wrong in Unity side not our projects . I hope that someone from Unity can help us around this.

I get the same crash On Samsung S3 :

F/libc (27359): Fatal signal 11 (SIGSEGV) at 0x6ce7e000 (code=1), thread 27424 (UnityMain)

I/DEBUG (22222): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

I/DEBUG (22222): Build fingerprint: ‘samsung/d2uc/d2att:4.3/JSS15J/I9300ZSENA1:user/release-keys’

I/DEBUG (22222): Revision: ‘16’

I/DEBUG (22222): pid: 27359, tid: 27424, name: UnityMain >>> com.NoaGames.ShadowRacer <<<

I/DEBUG (22222): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 6ce7e000

I/DEBUG (22222): r0 6ce7e000 r1 6e469364 r2 00000010 r3 00000000

I/DEBUG (22222): r4 00000010 r5 61906f44 r6 6ce7e000 r7 6e469354

I/DEBUG (22222): r8 00000010 r9 00000001 sl 00000010 fp 00000001

I/DEBUG (22222): ip 6ce7e000 sp 61906e58 lr 6295b91f pc 40137324 cpsr 88000010

I/DEBUG (22222): d0 0000000000000000 d1 0000000000000000

I/DEBUG (22222): d2 0000000000000000 d3 0000000000000000

I/DEBUG (22222): d4 0000004000000100 d5 0001000000000100

I/DEBUG (22222): d6 0000000000010000 d7 0000000000000000

I/DEBUG (22222): d8 0000000043ad4265 d9 0000000043a8de3a

I/DEBUG (22222): d10 0000000000000000 d11 0000000000000000

I/DEBUG (22222): d12 0000000000000000 d13 0000000000000000

I/DEBUG (22222): d14 0000000000000000 d15 0000000000000000

I/DEBUG (22222): d16 8a21212184080808 d17 8510101081080808

I/DEBUG (22222): d18 0000000000000000 d19 0000000000000000

I/DEBUG (22222): d20 0000000000000000 d21 0000000000000000

I/DEBUG (22222): d22 0000000000000000 d23 0000000000000000

I/DEBUG (22222): d24 000000003acccccc d25 0000000000000000

I/DEBUG (22222): d26 bb360b6100000000 d27 0000000000000000

I/DEBUG (22222): d28 0000000000000000 d29 00000000bca237c3

I/DEBUG (22222): d30 3f7fffe0bf800000 d31 3f800000bf7aee42

I/DEBUG (22222): scr 6000009b

I/DEBUG (22222):

I/DEBUG (22222): backtrace:

I/DEBUG (22222): #00 pc 0001d324 /system/lib/libc.so (memcpy+356)

I/DEBUG (22222): #01 pc 000fde64

I/DEBUG (22222):

I/DEBUG (22222): stack:

I/DEBUG (22222): 61906e18 00002acf

I/DEBUG (22222): 61906e1c ffffffff

I/DEBUG (22222): 61906e20 66d5c190

I/DEBUG (22222): 61906e24 619072fc

I/DEBUG (22222): 61906e28 61907300

I/DEBUG (22222): 61906e2c 60e07814 /data/app-lib/com.NoaGames.ShadowRacer-1/libunity.so

I/DEBUG (22222): 61906e30 605b9c20 /data/app-lib/com.NoaGames.ShadowRacer-1/libmono.so

I/DEBUG (22222): 61906e34 619072fc

I/DEBUG (22222): 61906e38 61906e40

I/DEBUG (22222): 61906e3c 655f3fd0

I/DEBUG (22222): 61906e40 5ff4f578

I/DEBUG (22222): 61906e44 5ff4f4b0

I/DEBUG (22222): 61906e48 00000002

I/DEBUG (22222): 61906e4c 00000002

I/DEBUG (22222): 61906e50 df0027ad

I/DEBUG (22222): 61906e54 00000000

I/DEBUG (22222): #00 61906e58 61907510

I/DEBUG (22222): 61906e5c 61906e68

I/DEBUG (22222): #01 61906e60 61906e68

I/DEBUG (22222): 61906e64 6001f3b4

I/DEBUG (22222): 61906e68 6c65cb10

I/DEBUG (22222): 61906e6c 00000001

I/DEBUG (22222): 61906e70 658aa401

I/DEBUG (22222): 61906e74 00000004

I/DEBUG (22222): 61906e78 00000004

I/DEBUG (22222): 61906e7c 00000004

I/DEBUG (22222): 61906e80 00000000

I/DEBUG (22222): 61906e84 6e469364

I/DEBUG (22222): 61906e88 00000010

I/DEBUG (22222): 61906e8c 00000100

I/DEBUG (22222): 61906e90 00000000

I/DEBUG (22222): 61906e94 6297b43b /system/lib/egl/libGLESv2_adreno200.so (leia_tile_texture+2850)

I/DEBUG (22222): 61906e98 00000000

I/DEBUG (22222): 61906e9c 00000010

I/DEBUG (22222):

I/DEBUG (22222): memory near r0:

I/DEBUG (22222): 6ce7dfe0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7dff0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7e000 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e010 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e020 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e030 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e040 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e050 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e060 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e070 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e080 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e090 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0a0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0b0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0c0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0d0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222):

I/DEBUG (22222): memory near r1:

I/DEBUG (22222): 6e469344 850f0f0f 850f0f0f 850f0f0f 8c1f1f1f

I/DEBUG (22222): 6e469354 84080808 8a212121 81080808 85101010

I/DEBUG (22222): 6e469364 87151515 830c0c0c 85101010 cdcdcdcd

I/DEBUG (22222): 6e469374 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469384 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469394 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693a4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693b4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693c4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693d4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693e4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693f4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469404 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469414 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469424 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469434 00000000 00000000 00000000 00000000

I/DEBUG (22222):

I/DEBUG (22222): memory near r5:

I/DEBUG (22222): 61906f24 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f34 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f44 6e469354 00000000 00000000 00000000

I/DEBUG (22222): 61906f54 00000000 00000000 43ad4265 00000000

I/DEBUG (22222): 61906f64 43a8de3a 00000000 00000000 00000000

I/DEBUG (22222): 61906f74 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f84 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f94 00000000 00000000 62e78528 00000000

I/DEBUG (22222): 61906fa4 6297a919 00000001 00000000 6e469354

I/DEBUG (22222): 61906fb4 6bf21090 6bf21090 62962f8f 00000001

I/DEBUG (22222): 61906fc4 00000010 0000000e 6e469354 6bf21090

I/DEBUG (22222): 61906fd4 6bf213c4 00000000 00000006 00000000

I/DEBUG (22222): 61906fe4 00000000 00000000 0000000e 6d536860

I/DEBUG (22222): 61906ff4 6158af50 00000004 6989a040 00000001

I/DEBUG (22222): 61907004 00000001 6bf21090 00000000 00000000

I/DEBUG (22222): 61907014 00000010 629b3927 6bf21090 00000000

I/DEBUG (22222):

I/DEBUG (22222): memory near r6:

I/DEBUG (22222): 6ce7dfe0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7dff0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7e000 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e010 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e020 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e030 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e040 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e050 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e060 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e070 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e080 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e090 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0a0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0b0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0c0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0d0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222):

I/DEBUG (22222): memory near r7:

I/DEBUG (22222): 6e469334 8c212121 85121212 79353535 86111111

I/DEBUG (22222): 6e469344 850f0f0f 850f0f0f 850f0f0f 8c1f1f1f

I/DEBUG (22222): 6e469354 84080808 8a212121 81080808 85101010

I/DEBUG (22222): 6e469364 87151515 830c0c0c 85101010 cdcdcdcd

I/DEBUG (22222): 6e469374 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469384 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469394 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693a4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693b4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693c4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693d4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693e4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e4693f4 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469404 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469414 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6e469424 00000000 00000000 00000000 00000000

I/DEBUG (22222):

I/DEBUG (22222): memory near ip:

I/DEBUG (22222): 6ce7dfe0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7dff0 00000000 00000000 00000000 00000000

I/DEBUG (22222): 6ce7e000 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e010 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e020 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e030 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e040 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e050 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e060 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e070 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e080 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e090 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0a0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0b0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0c0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222): 6ce7e0d0 ffffffff ffffffff ffffffff ffffffff

I/DEBUG (22222):

I/DEBUG (22222): memory near sp:

I/DEBUG (22222): 61906e38 61906e40 655f3fd0 5ff4f578 5ff4f4b0

I/DEBUG (22222): 61906e48 00000002 00000002 df0027ad 00000000

I/DEBUG (22222): 61906e58 61907510 61906e68 61906e68 6001f3b4

I/DEBUG (22222): 61906e68 6c65cb10 00000001 658aa401 00000004

I/DEBUG (22222): 61906e78 00000004 00000004 00000000 6e469364

I/DEBUG (22222): 61906e88 00000010 00000100 00000000 6297b43b

I/DEBUG (22222): 61906e98 00000000 00000010 00000010 00000001

I/DEBUG (22222): 61906ea8 00000001 61906eb8 61906eb8 6001e970

I/DEBUG (22222): 61906eb8 66d60100 66d670b0 61907300 66af5000

I/DEBUG (22222): 61906ec8 658aa401 00000000 00000000 00000020

I/DEBUG (22222): 61906ed8 00000000 00000000 6e469354 00000001

I/DEBUG (22222): 61906ee8 00000004 00000004 00000000 00000000

I/DEBUG (22222): 61906ef8 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f08 00000000 00038000 00000000 00000200

I/DEBUG (22222): 61906f18 00000000 00000000 00000000 00000000

I/DEBUG (22222): 61906f28 00000000 00000000 00000000 00000000

I/DEBUG (22222):

I/DEBUG (22222): code around pc:

I/DEBUG (22222): 40137304 e8bd1000 0a000014 e1b03d82 3a000001

I/DEBUG (22222): 40137314 f421028d f400028d 5a000003 f4610a8d

I/DEBUG (22222): 40137324 f4400a8d e212200f 0a00000b e1b03e82

I/DEBUG (22222): 40137334 24913004 24803004 24913004 24803004

I/DEBUG (22222): 40137344 44913004 44803004 e1b02f82 20d130b2

I/DEBUG (22222): 40137354 20c030b2 45d13000 45c03000 e1a0000c

I/DEBUG (22222): 40137364 e12fff1e e320f000 e320f000 e320f000

I/DEBUG (22222): 40137374 e320f000 e320f000 e320f000 e1a02001

I/DEBUG (22222): 40137384 e3a01000 e92d0001 eee01b10 e2522020

I/DEBUG (22222): 40137394 3a000003 f2202150 e2522020 f400020d

I/DEBUG (22222): 401373a4 2afffffc e2822020 e3120010 0a000000

I/DEBUG (22222): 401373b4 f4000a0d e1b0ce82 3a000000 f400070d

I/DEBUG (22222): 401373c4 aa000000 f480080d e1b0cf82 44c01001

I/DEBUG (22222): 401373d4 24c01001 24c01001 e8bd0001 e12fff1e

I/DEBUG (22222): 401373e4 f5d0f000 f5d1f000 e0202001 e3120003

I/DEBUG (22222): 401373f4 1a000023 e2102003 e3c00003 e3c11003

I/DEBUG (22222):

I/DEBUG (22222): code around lr:

I/DEBUG (22222): 6295b8fc 46309002 ece0f7c3 e00ab918 0f00f1bb

I/DEBUG (22222): 6295b90c 2500d101 4630e00f fb094639 f7c3f204

I/DEBUG (22222): 6295b91c 2000ebb4 4630e00b 46224639 f7c34446

I/DEBUG (22222): 6295b92c 4457ebac 454d3501 e7f2dbf5 b0072001

I/DEBUG (22222): 6295b93c 8ff0e8bd 00078650 fffff8f4 ba28f03f

I/DEBUG (22222): 6295b94c 4ff0e92d 53a3f500 f8dfb085 f8df80e4

I/DEBUG (22222): 6295b95c 4605b0e4 910344f8 2600685c 44fb1d1f

I/DEBUG (22222): 6295b96c 4629e05a 46286962 fa30f009 69624629

I/DEBUG (22222): 6295b97c 46284682 f93ef009 0f01f1ba d04d4603

I/DEBUG (22222): 6295b98c bb219903 f505687b 429c59a3 4628d046

I/DEBUG (22222): 6295b99c 69624629 f97ef009 d93f28c8 183668a0

I/DEBUG (22222): 6295b9ac f7c34620 69a2ebbe f8c94620 f7c32004

I/DEBUG (22222): 6295b9bc 4921eb6a 3001f858 6ac26818 008b6851

I/DEBUG (22222): 6295b9cc 481ed52c 44782180 ec7cf7c3 481ae026

I/DEBUG (22222): 6295b9dc f85868a2 18b69000 0f00f1ba 4620d103

I/DEBUG (22222): 6295b9ec eb9ef7c3 f8d9e008 21022000 68299100

I/DEBUG (22222):

I/DEBUG (22222): memory map around fault addr 6ce7e000:

I/DEBUG (22222): 6ce45000-6ce7e000 rw- /dev/kgsl-3d0

I/DEBUG (22222): (no map for address)

I/DEBUG (22222): 6ce80000-6ce81000 rw- /dev/kgsl-3d0

E/Sensors ( 373): accelHandler -0.282612 0.468226 9.384884

I/AudioFlinger( 174): BUFFER TIMEOUT: remove(4097) from active list on thread 0xb4233008

I/AudioFlinger( 174): BUFFER TIMEOUT: remove(4098) from active list on thread 0xb4233008

I/DEBUG (22222): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 27359

I/BootReceiver( 373): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)

I/ActivityManager( 373): Notify an ApplicationCrash

W/ActivityManager( 373): Process com.NoaGames.ShadowRacer has crashed too many times: killing!

I/dumpstate(27517): begin

I/ActivityManager( 373): Killing proc 27359:com.NoaGames.ShadowRacer/u0a10143: crash

@Prince_of_Persia thanks for the answer.
If I find the solution, I post here. :slight_smile:

@Prince_of_Persia @ramon_delmondo Are you by any chance calling texture2D within a function with a return value? Could you see if the problem persists by calling it in main or a function returning void?