I’m having a problem with my new game. From time to time I get a Fatal error crashing the app when I change scenes. I can actually reproduce the problem with just switching between 2 scenes and after the 3-5th time the app crashes. I’ve read up on the Fatal Signal 11 but it didn’t help. I deactivated multithreading renderer and static batching but it didn’t help.
08-16 10:28:09.840: A/libc(13890): Fatal signal 11 (SIGSEGV) at 0x00000004 (code=1), thread 14116 (UnityPreload)
08-16 10:28:09.890: I/DEBUG(2415): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-16 10:28:09.895: I/DEBUG(2415): Build fingerprint: ‘Huawei/H60-L04/hwH60:4.4.2/HDH60-L04/C00B370:user/ota-rel-keys,release-keys’
08-16 10:28:09.895: I/DEBUG(2415): Revision: ‘0’
08-16 10:28:09.895: I/DEBUG(2415): pid: 13890, tid: 14116, name: UnityPreload >>> com.rachor.cthulhu <<<
08-16 10:28:09.895: I/DEBUG(2415): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000004
08-16 10:28:10.300: I/DEBUG(2415): r0 00000000 r1 779ff0bc r2 000003ff r3 00000073
08-16 10:28:10.300: I/DEBUG(2415): r4 000000d8 r5 7fe4ad20 r6 00000000 r7 00000000
08-16 10:28:10.300: I/DEBUG(2415): r8 7fe4aae0 r9 00000000 sl 7fe52a40 fp 00000000
08-16 10:28:10.300: I/DEBUG(2415): ip 77c2e858 sp 7939aac8 lr 7709c4f8 pc 7709c508 cpsr 80070010
08-16 10:28:10.300: I/DEBUG(2415): d0 72756f7365722074 d1 6c75616665642079
08-16 10:28:10.300: I/DEBUG(2415): d2 0000000000000062 d3 7972617262696c72
08-16 10:28:10.300: I/DEBUG(2415): d4 0000000000000000 d5 7300000000000000
08-16 10:28:10.300: I/DEBUG(2415): d6 7373616465726168 d7 7373612e31737465
08-16 10:28:10.300: I/DEBUG(2415): d8 0000000000000000 d9 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d10 0000000000000000 d11 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d12 0000000000000000 d13 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d14 0000000000000000 d15 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d16 0000000000000000 d17 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d18 0000000000000000 d19 0000000000000000
08-16 10:28:10.300: I/DEBUG(2415): d20 0000000000000000 d21 00000000ffffffff
08-16 10:28:10.300: I/DEBUG(2415): d22 0000000000000000 d23 3f80000000000000
08-16 10:28:10.300: I/DEBUG(2415): d24 0000000000000000 d25 0000000000000fff
08-16 10:28:10.300: I/DEBUG(2415): d26 406fe00000000000 d27 3ff66bb7f0435c9f
08-16 10:28:10.300: I/DEBUG(2415): d28 3ff0000000000000 d29 0000007d37736001
08-16 10:28:10.300: I/DEBUG(2415): d30 0000000000000001 d31 4008000000000000
08-16 10:28:10.300: I/DEBUG(2415): scr 2000001b
08-16 10:28:10.310: I/DEBUG(2415): backtrace:
08-16 10:28:10.310: I/DEBUG(2415): #00 pc 003bd508 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (SerializedFile::PatchRemapDeprecatedClasses()+164)
08-16 10:28:10.310: I/DEBUG(2415): #01 pc 003baf80 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (SerializedFile::ReadHeader()+728)
08-16 10:28:10.310: I/DEBUG(2415): #02 pc 003b9c28 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (SerializedFile::InitializeRead(std::string const&, ResourceImageGroup&, unsigned int, unsigned int, TransferInstructionFlags, unsigned int, unsigned int)+204)
08-16 10:28:10.310: I/DEBUG(2415): #03 pc 003b9898 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (PersistentManager::GetStreamNameSpaceInternal(int)+780)
08-16 10:28:10.310: I/DEBUG(2415): #04 pc 003b4700 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (PersistentManager::GetLoadErrorMessageFromPath(std::string const&)+56)
08-16 10:28:10.310: I/DEBUG(2415): #05 pc 00314e1c /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (LoadSceneOperation::Perform()+468)
08-16 10:28:10.310: I/DEBUG(2415): #06 pc 00314394 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (PreloadManager::Run()+100)
08-16 10:28:10.310: I/DEBUG(2415): #07 pc 00314324 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (PreloadManager::Run(void*)+4)
08-16 10:28:10.310: I/DEBUG(2415): #08 pc 003ef6f0 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (Thread::RunThreadWrapper(void*)+84)
08-16 10:28:10.310: I/DEBUG(2415): #09 pc 0000d408 /system/lib/libc.so (__thread_entry+72)
08-16 10:28:10.310: I/DEBUG(2415): #10 pc 0000d5a0 /system/lib/libc.so (pthread_create+240)
08-16 10:28:10.310: I/DEBUG(2415): stack:
08-16 10:28:10.310: I/DEBUG(2415): 7939aa88 7fe52b20 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939aa8c 8018981c [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939aa90 00000001
08-16 10:28:10.310: I/DEBUG(2415): 7939aa94 7c790c3a [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939aa98 7939aac4 [stack:14116]
08-16 10:28:10.310: I/DEBUG(2415): 7939aa9c 770a81dc /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (FileCacherRead::LockCacheBlock(unsigned int, unsigned char**, unsigned char**))
08-16 10:28:10.310: I/DEBUG(2415): 7939aaa0 00000241
08-16 10:28:10.310: I/DEBUG(2415): 7939aaa4 00000000
08-16 10:28:10.310: I/DEBUG(2415): 7939aaa8 000134b8
08-16 10:28:10.310: I/DEBUG(2415): 7939aaac 00000064
08-16 10:28:10.310: I/DEBUG(2415): 7939aab0 fffffffe
08-16 10:28:10.310: I/DEBUG(2415): 7939aab4 00010072
08-16 10:28:10.310: I/DEBUG(2415): 7939aab8 00000000
08-16 10:28:10.310: I/DEBUG(2415): 7939aabc 770a8468 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (ReadFileCache(CacheReaderBase&, void*, unsigned int, unsigned int)+280)
08-16 10:28:10.310: I/DEBUG(2415): 7939aac0 df0027ad
08-16 10:28:10.310: I/DEBUG(2415): 7939aac4 00000000
08-16 10:28:10.310: I/DEBUG(2415): #00 7939aac8 779ff0bc /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so
08-16 10:28:10.310: I/DEBUG(2415): 7939aacc 7fe52a40 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939aad0 00003bfa
08-16 10:28:10.310: I/DEBUG(2415): 7939aad4 ffffffff
08-16 10:28:10.310: I/DEBUG(2415): 7939aad8 0001351c
08-16 10:28:10.310: I/DEBUG(2415): 7939aadc 00003c10
08-16 10:28:10.310: I/DEBUG(2415): 7939aae0 7939ab0c [stack:14116]
08-16 10:28:10.310: I/DEBUG(2415): 7939aae4 00000014
08-16 10:28:10.310: I/DEBUG(2415): 7939aae8 7939ab00 [stack:14116]
08-16 10:28:10.310: I/DEBUG(2415): 7939aaec 77099f84 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (SerializedFile::ReadHeader()+732)
08-16 10:28:10.310: I/DEBUG(2415): #01 7939aaf0 00003bfa
08-16 10:28:10.310: I/DEBUG(2415): 7939aaf4 0001351c
08-16 10:28:10.310: I/DEBUG(2415): 7939aaf8 00000175
08-16 10:28:10.310: I/DEBUG(2415): 7939aafc 00000000
08-16 10:28:10.310: I/DEBUG(2415): 7939ab00 0000001e
08-16 10:28:10.310: I/DEBUG(2415): 7939ab04 00000000
08-16 10:28:10.310: I/DEBUG(2415): 7939ab08 7c78d040 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab0c 0000001e
08-16 10:28:10.310: I/DEBUG(2415): 7939ab10 00000000
08-16 10:28:10.310: I/DEBUG(2415): 7939ab14 00003bfa
08-16 10:28:10.310: I/DEBUG(2415): 7939ab18 00003bfa
08-16 10:28:10.310: I/DEBUG(2415): 7939ab1c 793491e0 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab20 00003bfa
08-16 10:28:10.310: I/DEBUG(2415): 7939ab24 0001351c
08-16 10:28:10.310: I/DEBUG(2415): 7939ab28 0000000f
08-16 10:28:10.310: I/DEBUG(2415): 7939ab2c 00003c10
08-16 10:28:10.310: I/DEBUG(2415): … …
08-16 10:28:10.310: I/DEBUG(2415): #02 7939ab58 77a06478 /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so
08-16 10:28:10.310: I/DEBUG(2415): 7939ab5c 00000115
08-16 10:28:10.310: I/DEBUG(2415): 7939ab60 7fe52a40 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab64 79d534a0 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab68 ffffffff
08-16 10:28:10.310: I/DEBUG(2415): 7939ab6c 7939abb0 [stack:14116]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab70 7a1854e0 [anon:libc_malloc]
08-16 10:28:10.310: I/DEBUG(2415): 7939ab74 7937b000
08-16 10:28:10.310: I/DEBUG(2415): 7939ab78 00000003
08-16 10:28:10.310: I/DEBUG(2415): 7939ab7c 7709889c /mnt/asec/com.rachor.cthulhu-2/lib/libunity.so (PersistentManager::GetStreamNameSpaceInternal(int)+784)
08-16 10:28:10.315: I/DEBUG(2415): memory near r1:
08-16 10:28:10.315: I/DEBUG(2415): 779ff09c 68730070 64657261 65737361 64257374
08-16 10:28:10.315: I/DEBUG(2415): 779ff0ac 7373612e 00737465 2e362e32 00336631
08-16 10:28:10.315: I/DEBUG(2415): 779ff0bc 7262696c 2f797261 74696e75 65642079
08-16 10:28:10.315: I/DEBUG(2415): 779ff0cc 6c756166 65722074 72756f73 00736563
08-16 10:28:10.315: I/DEBUG(2415): 779ff0dc 6d206f4e 446e6961 20617461 656c6966
08-16 10:28:10.315: I/DEBUG(2415): 779ff0ec 73617720 756f6620 202c646e 74697571
08-16 10:28:10.315: I/DEBUG(2415): 779ff0fc 676e6974 616c7020 21726579 6c50000a
08-16 10:28:10.315: I/DEBUG(2415): 779ff10c 72657961 74696e49 69676e45 6f4e656e
08-16 10:28:10.315: I/DEBUG(2415): 779ff11c 70617247 73636968 74657320 676e6974
08-16 10:28:10.315: I/DEBUG(2415): 779ff12c 25203a73 50000a73 6579616c 696e4972
08-16 10:28:10.315: I/DEBUG(2415): 779ff13c 676e4574 47656e69 68706172 3a736369
08-16 10:28:10.315: I/DEBUG(2415): 779ff14c 55504720 746f6e20 70757320 74726f70
08-16 10:28:10.315: I/DEBUG(2415): 779ff15c 203b6465 000a7325 79616c50 6e497265
08-16 10:28:10.315: I/DEBUG(2415): 779ff16c 6e457469 656e6967 70617247 73636968
08-16 10:28:10.315: I/DEBUG(2415): 779ff17c 7325203a 6c50000a 72657961 4f646e45
08-16 10:28:10.315: I/DEBUG(2415): 779ff18c 61724666 5000656d 65636f72 65527373
08-16 10:28:10.315: I/DEBUG(2415): memory near r5:
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad00 aaaaaaaa aaaaaaaa 0000000c 00000321
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad10 00000000 00000000 00000190 7fe52a30
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad20 00000001 ffff0073 000000d0 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad30 00000001 00000000 000000d8 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad40 00000001 ffff0073 000000d9 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad50 00000001 00000000 00000114 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad60 00000001 ffff0073 0000012f 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad70 00000001 00000000 00000141 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad80 00000001 ffff0073 0000016d 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ad90 00000001 00000000 0000017b 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ada0 00000001 ffff0073 0000018b 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4adb0 00000001 00000000 000001b0 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4adc0 00000001 ffff0073 000001bb 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4add0 00000001 00000000 000001be 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ade0 00000001 ffff0073 000001dd 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe4adf0 00000001 00000000 000001e3 00000000
08-16 10:28:10.315: I/DEBUG(2415): memory near r8:
08-16 10:28:10.315: I/DEBUG(2415): 7fe4aac0 000001d4 00000000 00012e10 00000020
08-16 10:28:10.315: I/DEBUG(2415): 7fe4aad0 fffffffd 00030072 00000000 00000069
08-16 10:28:10.315: I/DEBUG(2415): 7fe4aae0 000001d5 00000000 00012e30 00000064
08-16 10:28:10.315: I/DEBUG(2415): 7fe4aaf0 fffffffe 00010072 00000000 00000069
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab00 000001d6 00000000 00012e98 0000002c
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab10 fffffff0 00150072 00000000 00000089
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab20 000001d7 00000000 00012ec8 0000004c
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab30 ffffffef 00170072 00000000 00000081
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab40 000001d8 00000000 00012f18 00000084
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab50 fffffff5 00130072 00000000 00000061
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab60 000001d9 00000000 00012fa0 00000064
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab70 fffffffe 00010072 00000000 00000081
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab80 000001da 00000000 00013008 00000060
08-16 10:28:10.315: I/DEBUG(2415): 7fe4ab90 ffffffee 00070072 00000000 00000085
08-16 10:28:10.315: I/DEBUG(2415): 7fe4aba0 000001db 00000000 00013068 00000044
08-16 10:28:10.315: I/DEBUG(2415): 7fe4abb0 fffffff7 000c0072 00000000 00000079
08-16 10:28:10.315: I/DEBUG(2415): memory near sl:
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a20 aaaaaaaa aaaaaaaa 0000000c 00000131
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a30 00000000 00000000 00003c44 00000003
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a40 00000016 00000000 7c7fa440 80189870
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a50 7c7f8520 00000031 00000000 0001351c
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a60 6800306c 7fe47060 7fe4ace0 7fe4ace0
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a70 00000000 00000100 69622f00 0000000d
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a80 00000000 00000000 0000002b 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe52a90 0000003d 00000000 00000019 00000019
08-16 10:28:10.315: I/DEBUG(2415): 7fe52aa0 00000400 00000000 0000001e 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe52ab0 00000000 0000003d 00000000 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe52ac0 00000000 00000000 00000000 00000000
08-16 10:28:10.315: I/DEBUG(2415): 7fe52ad0 00000000 00000000 00617461 00000047
08-16 10:28:10.315: I/DEBUG(2415): 7fe52ae0 00000000 000005c1 7fe52ae0 7fe52ae0
08-16 10:28:10.315: I/DEBUG(2415): 7fe52af0 00000000 00000000 80189250 00000004
08-16 10:28:10.315: I/DEBUG(2415): 7fe52b00 aaaaaaaa aaaaaaaa 0000000c 00000011
08-16 10:28:10.315: I/DEBUG(2415): 7fe52b10 00000000 00000000 00000008 00000000
08-16 10:28:10.315: I/DEBUG(2415): memory near ip:
08-16 10:28:10.315: I/DEBUG(2415): 77c2e838 400d4e89 400e7610 400d5b7c 400db6bd
08-16 10:28:10.315: I/DEBUG(2415): 77c2e848 400eb998 400f4d4d 400e7cd4 400d9ee1
08-16 10:28:10.320: I/DEBUG(2415): 77c2e858 76928260 400dd12f 400e7658 400e75a8
08-16 10:28:10.320: I/DEBUG(2415): 77c2e868 400e38dd 400d6329 400f5c91 400e7144
08-16 10:28:10.320: I/DEBUG(2415): 77c2e878 400ed887 40101c01 400e9b04 400e90d4
08-16 10:28:10.320: I/DEBUG(2415): 77c2e888 4010153f 40101517 401014ef 400ed315
08-16 10:28:10.320: I/DEBUG(2415): 77c2e898 400ed3a5 400ecccd 40101c05 401014c9
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8a8 400e9090 400f299d 400e8d88 40296390
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8b8 40137668 40295c00 401289c0 402a0268
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8c8 4029e08c 4029e360 4029e4e0 400dbd81
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8d8 400eca55 40299cd4 40298580 402981a4
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8e8 40299dc0 400f012f 400ecc51 400f01b9
08-16 10:28:10.320: I/DEBUG(2415): 77c2e8f8 400d622c 401018c5 400f2449 4009edad
08-16 10:28:10.320: I/DEBUG(2415): 77c2e908 4009ef31 4009ee81 4009edfd 400f4c3d
08-16 10:28:10.320: I/DEBUG(2415): 77c2e918 40101547 400d4b9c 400d4ed9 400d4ec5
08-16 10:28:10.320: I/DEBUG(2415): 77c2e928 400d4bbc 400d4a48 400efda5 400d494c
08-16 10:28:10.320: I/DEBUG(2415): memory near sp:
08-16 10:28:10.320: I/DEBUG(2415): 7939aaa8 000134b8 00000064 fffffffe 00010072
08-16 10:28:10.320: I/DEBUG(2415): 7939aab8 00000000 770a8468 df0027ad 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939aac8 779ff0bc 7fe52a40 00003bfa ffffffff
08-16 10:28:10.320: I/DEBUG(2415): 7939aad8 0001351c 00003c10 7939ab0c 00000014
08-16 10:28:10.320: I/DEBUG(2415): 7939aae8 7939ab00 77099f84 00003bfa 0001351c
08-16 10:28:10.320: I/DEBUG(2415): 7939aaf8 00000175 00000000 0000001e 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab08 7c78d040 0000001e 00000000 00003bfa
08-16 10:28:10.320: I/DEBUG(2415): 7939ab18 00003bfa 793491e0 00003bfa 0001351c
08-16 10:28:10.320: I/DEBUG(2415): 7939ab28 0000000f 00003c10 00000000 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab38 80189290 7fe52a40 7939abd0 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab48 00000000 00040000 ffffffff 77098c2c
08-16 10:28:10.320: I/DEBUG(2415): 7939ab58 77a06478 00000115 7fe52a40 79d534a0
08-16 10:28:10.320: I/DEBUG(2415): 7939ab68 ffffffff 7939abb0 7a1854e0 7937b000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab78 00000003 7709889c 00000002 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab88 00000000 ffffffff 00003724 00000000
08-16 10:28:10.320: I/DEBUG(2415): 7939ab98 00000001 7a185030 00000032 00000096
08-16 10:28:10.320: I/DEBUG(2415): code around pc:
08-16 10:28:10.320: I/DEBUG(2415): 7709c4e8 e1a01006 e5909000 e1a00007 eb2465e5
08-16 10:28:10.320: I/DEBUG(2415): 7709c4f8 e1a06000 e59d1000 e0660186 e0890100
08-16 10:28:10.320: I/DEBUG(2415): 7709c508 e5900004 eb013408 e3021ee0 e0241001
08-16 10:28:10.320: I/DEBUG(2415): 7709c518 e191100b 1a00002e e0661186 e0892101
08-16 10:28:10.320: I/DEBUG(2415): 7709c528 e3a01000 e592300c e3530000 1a000008
08-16 10:28:10.320: I/DEBUG(2415): 7709c538 e5923010 e3530000 05923014 0353000e
08-16 10:28:10.320: I/DEBUG(2415): 7709c548 1a000003 e5921018 e3510000 e3a01000
08-16 10:28:10.320: I/DEBUG(2415): 7709c558 03a01001 e3510000 1a000001 e3500000
08-16 10:28:10.320: I/DEBUG(2415): 7709c568 1a00001b e30f0fff e3a010da e1c801b6
08-16 10:28:10.320: I/DEBUG(2415): 7709c578 e1c811b4 ea000016 e1a02121 e35200fc
08-16 10:28:10.320: I/DEBUG(2415): 7709c588 8a000007 e3a020f0 e35100f1 0a00000f
08-16 10:28:10.320: I/DEBUG(2415): 7709c598 e35100f3 1a000007 e3002111 e1c821b4
08-16 10:28:10.320: I/DEBUG(2415): 7709c5a8 ea00000b e3510ffd 1a000007 e30023f3
08-16 10:28:10.320: I/DEBUG(2415): 7709c5b8 e1c821b4 ea000006 e35100f5 1a000002
08-16 10:28:10.320: I/DEBUG(2415): 7709c5c8 e3a02e11 e1c821b4 ea000001 e1a02000
08-16 10:28:10.320: I/DEBUG(2415): 7709c5d8 e1c821b4 e2888020 e59a0028 e1580000
08-16 10:28:10.320: I/DEBUG(2415): code around lr:
08-16 10:28:10.320: I/DEBUG(2415): 7709c4d8 e7990100 e0851204 e5914008 e591b00c
08-16 10:28:10.320: I/DEBUG(2415): 7709c4e8 e1a01006 e5909000 e1a00007 eb2465e5
08-16 10:28:10.320: I/DEBUG(2415): 7709c4f8 e1a06000 e59d1000 e0660186 e0890100
08-16 10:28:10.320: I/DEBUG(2415): 7709c508 e5900004 eb013408 e3021ee0 e0241001
08-16 10:28:10.320: I/DEBUG(2415): 7709c518 e191100b 1a00002e e0661186 e0892101
08-16 10:28:10.320: I/DEBUG(2415): 7709c528 e3a01000 e592300c e3530000 1a000008
08-16 10:28:10.320: I/DEBUG(2415): 7709c538 e5923010 e3530000 05923014 0353000e
08-16 10:28:10.320: I/DEBUG(2415): 7709c548 1a000003 e5921018 e3510000 e3a01000
08-16 10:28:10.320: I/DEBUG(2415): 7709c558 03a01001 e3510000 1a000001 e3500000
08-16 10:28:10.320: I/DEBUG(2415): 7709c568 1a00001b e30f0fff e3a010da e1c801b6
08-16 10:28:10.320: I/DEBUG(2415): 7709c578 e1c811b4 ea000016 e1a02121 e35200fc
08-16 10:28:10.320: I/DEBUG(2415): 7709c588 8a000007 e3a020f0 e35100f1 0a00000f
08-16 10:28:10.320: I/DEBUG(2415): 7709c598 e35100f3 1a000007 e3002111 e1c821b4
08-16 10:28:10.320: I/DEBUG(2415): 7709c5a8 ea00000b e3510ffd 1a000007 e30023f3
08-16 10:28:10.320: I/DEBUG(2415): 7709c5b8 e1c821b4 ea000006 e35100f5 1a000002
08-16 10:28:10.320: I/DEBUG(2415): 7709c5c8 e3a02e11 e1c821b4 ea000001 e1a02000
08-16 10:28:10.490: I/AudioFlinger(2422): BUFFER TIMEOUT: remove(4096) from active list on thread 0xb8270f90
08-16 10:28:10.730: I/Choreographer(13890): Skipped 49 frames! The application may be doing too much work on its main thread.
08-16 10:28:10.730: W/AudioTrack(13890): releaseBuffer() track 0x7c924710 name=s:2422;n:0;f:-1 disabled due to previous underrun, restarting
08-16 10:28:10.860: I/logserver(2429): Object Path:/data/system/dropbox/, mask=0x00000080
08-16 10:28:10.860: I/logserver(2429): event->len=48, name=data_app_native_crash@1439713690864.txt.gz
08-16 10:28:10.860: I/logserver(2429): process_one_event, can not find this event(data_app_native_crash@1439713690864.txt.gz)
08-16 10:28:10.860: I/logserver(2429): clean_cur_cache:962, system(rm -r /data/log/logcache/27584288/* > /dev/null 2>&1)
08-16 10:28:10.880: E/JavaBinder(2936): !!! FAILED BINDER TRANSACTION !!!
08-16 10:28:10.885: I/logserver(2429): Object Path:/data/system/dropbox/, mask=0x00000080
08-16 10:28:10.885: I/logserver(2429): event->len=48, name=SYSTEM_TOMBSTONE@1439713690876.txt.gz
08-16 10:28:10.885: I/logserver(2429): find_first_match: find match, plogs(type=1, pfile=/data/system/dropbox/, match=TOMBSTONE)
08-16 10:28:10.885: I/logserver(2429): is_only_tombstone, tombstone type force close.
08-16 10:28:10.885: W/InputDispatcher(2936): channel ‘43bd3510 com.rachor.cthulhu/com.unity3d.player.UnityPlayerActivity (server)’ ~ Consumer closed input channel or an error occurred. events=0x9
08-16 10:28:10.885: E/InputDispatcher(2936): channel ‘43bd3510 com.rachor.cthulhu/com.unity3d.player.UnityPlayerActivity (server)’ ~ Channel is unrecoverably broken and will be disposed!
Ok I’ve found the problem though I can’t exactly say I’ve understood it. I had a sound manager that created object wit audio sources that had another script attached to it which would kill the object after sound is played. This other script had a “DonDestroyOnLoad” attached to it which i needed for music that shouldn’t be killed at load level. The script made an Invoke and then destroyed the object and I think that’s where the problem lies. The Invoke is not or wrongfully executed after loading another scene.
I’ve solved the problem by creating two seperate classes for music and sound. As sound effect don’t need to persist over the scene and music doesn’t have to be killed after some time. So music doesn’t have the kill script assigned and sound effects don’t use DontDestroyOnLoad anymore.
bitter
August 17, 2015, 10:29am
3
If you remember how to induce that crash could you please file a bug report on the issue?
Qbit86
June 26, 2017, 12:35pm
4
I’ve just encountered the same issue in production, and worried a lot. Unity 5.5.0, Android.
Crash happens sometimes on some devices, when certain scene is loading. If it doesn’t reproduce, it’s still probable to make it crash by quitting and restarting the game, and trying to enter that scene again.
A/libc(8620): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x1c in tid 8733 (UnityPreload)