Search Issue Tracker

Fixed in 4.3.1

Votes

20

Found in

4.2.1f4

Issue ID

570030

Regression

No

Crash with Fatal signal 11 (SIGSEGV) when loading scene asynchronously

Android

-

The crash is reproducible with the release build only. It does not happen when the development build is enabled in the build settings.

Reproduced on:
Samsung Galaxy S III with Android 4.1.2

Reproduced with:
Unity Version 4.2.1f4 (4d30acc925c2)
Unity Version 4.2.2f1 (54f0fc09defb)
Unity Version 4.3.0b6 (ea39375e5f37)

Comments (7)

  1. nsejosh

    Oct 27, 2014 18:21

    repros for us in 4.5.5p2 ( and all earlier versions ) when using multithreaded rendering and async loading scene. here's the dump- looks like it's from loading a vertex buffer. please fix!!

    10-27 11:11:04.784: I/DEBUG(176): Build fingerprint: 'google/razor/flo:4.3/JSS15Q/779366:user/release-keys'
    10-27 11:11:04.784: I/DEBUG(176): Revision: '0'
    10-27 11:11:04.784: I/DEBUG(176): pid: 29969, tid: 29987, name: UnityMain >>> com.nakedsky.MaxAxe <<<
    10-27 11:11:04.784: I/DEBUG(176): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    10-27 11:11:04.944: I/DEBUG(176): r0 00000000 r1 00000000 r2 742d161c r3 00000000
    10-27 11:11:04.944: I/DEBUG(176): r4 7d3dde50 r5 74eb8a00 r6 0000000b r7 74eb8a00
    10-27 11:11:04.944: I/DEBUG(176): r8 00000001 r9 00000000 sl 00000000 fp 74eb8a3c
    10-27 11:11:04.944: I/DEBUG(176): ip 00000000 sp 74eb89d8 lr 740b7448 pc 742d17b0 cpsr 600f0010
    10-27 11:11:04.944: I/DEBUG(176): d0 0000000000000000 d1 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d2 0000000000000000 d3 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d4 0000000000000000 d5 000000003f800000
    10-27 11:11:04.944: I/DEBUG(176): d6 0000000000000000 d7 3f80000000000000
    10-27 11:11:04.944: I/DEBUG(176): d8 3f847ae140000000 d9 3ff976ffffe60000
    10-27 11:11:04.944: I/DEBUG(176): d10 0000000000000000 d11 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d12 0000000000000000 d13 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d14 0000000000000000 d15 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d16 000000003ada740e d17 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d18 3a8fb82400000000 d19 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d20 0000000000000000 d21 00000000bca237c3
    10-27 11:11:04.944: I/DEBUG(176): d22 bf800000bf800000 d23 3f800000bf7aee42
    10-27 11:11:04.944: I/DEBUG(176): d24 000000003ada740e d25 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d26 3a8fb82400000000 d27 0000000000000000
    10-27 11:11:04.944: I/DEBUG(176): d28 0000000000000000 d29 00000000bca237c3
    10-27 11:11:04.944: I/DEBUG(176): d30 bf800000bf800000 d31 3f800000bf7aee42
    10-27 11:11:04.944: I/DEBUG(176): scr 80000012
    10-27 11:11:04.944: I/DEBUG(176): backtrace:
    10-27 11:11:04.944: I/DEBUG(176): #00 pc 003607b0 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (ThreadedVBO::UpdateVertexData(VertexBufferData const&)+404)
    10-27 11:11:04.944: I/DEBUG(176): #01 pc 00146444 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (Mesh::CreateSharedVBO(unsigned int)+412)
    10-27 11:11:04.944: I/DEBUG(176): #02 pc 0014828c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (Mesh::UploadMeshData(bool)+236)
    10-27 11:11:04.944: I/DEBUG(176): #03 pc 0014830c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (Mesh::AwakeFromLoad(AwakeFromLoadMode)+72)
    10-27 11:11:04.944: I/DEBUG(176): #04 pc 002c9bf4 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (AwakeFromLoadQueue::PersistentManagerAwakeSingleObject(Object&, TypeTree*, AwakeFromLoadMode, bool, void (*)(Object&, TypeTree const&))+56)
    10-27 11:11:04.944: I/DEBUG(176): #05 pc 002cdd5c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (PersistentManager::IntegrateThreadedObjects(float)+240)
    10-27 11:11:04.944: I/DEBUG(176): #06 pc 00252090 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (PreloadManager::UpdatePreloadingSingleStep(bool)+240)
    10-27 11:11:04.944: I/DEBUG(176): #07 pc 002526b4 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (PreloadManager::WaitForAllAsyncOperationsToComplete()+132)
    10-27 11:11:04.944: I/DEBUG(176): #08 pc 0024f69c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (PlayerLoadFirstLevel()+380)
    10-27 11:11:04.944: I/DEBUG(176): #09 pc 003a571c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (UnityPlayerLoop()+992)
    10-27 11:11:04.944: I/DEBUG(176): #10 pc 003ad340 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (nativeRender(_JNIEnv*, _jobject*)+52)
    10-27 11:11:04.944: I/DEBUG(176): #11 pc 0001dc4c /system/lib/libdvm.so (dvmPlatformInvoke+112)
    10-27 11:11:04.944: I/DEBUG(176): #12 pc 0004decf /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
    10-27 11:11:04.944: I/DEBUG(176): #13 pc 00027060 /system/lib/libdvm.so
    10-27 11:11:04.944: I/DEBUG(176): #14 pc 0002b5ec /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
    10-27 11:11:04.944: I/DEBUG(176): #15 pc 0005ff21 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
    10-27 11:11:04.944: I/DEBUG(176): #16 pc 0005ff4b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
    10-27 11:11:04.944: I/DEBUG(176): #17 pc 00054ccb /system/lib/libdvm.so
    10-27 11:11:04.944: I/DEBUG(176): #18 pc 0000ca58 /system/lib/libc.so (__thread_entry+72)
    10-27 11:11:04.944: I/DEBUG(176): #19 pc 0000cbd4 /system/lib/libc.so (pthread_create+208)
    10-27 11:11:04.944: I/DEBUG(176): stack:
    10-27 11:11:04.944: I/DEBUG(176): 74eb8998 7d3dde50
    10-27 11:11:04.944: I/DEBUG(176): 74eb899c 00000000
    10-27 11:11:04.944: I/DEBUG(176): 74eb89a0 74eb8c84 [stack:29987]
    10-27 11:11:04.944: I/DEBUG(176): 74eb89a4 74039364 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (pop_allocation_root()+28)
    10-27 11:11:04.944: I/DEBUG(176): 74eb89a8 74eb8c84 [stack:29987]
    10-27 11:11:04.944: I/DEBUG(176): 74eb89ac 742d147c /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (ThreadedVBO::ThreadedVBO(GfxDeviceClient&)+432)
    10-27 11:11:04.944: I/DEBUG(176): 74eb89b0 7497fef5 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so
    10-27 11:11:04.944: I/DEBUG(176): 74eb89b4 00000016
    10-27 11:11:04.944: I/DEBUG(176): 74eb89b8 00022eb4
    10-27 11:11:04.944: I/DEBUG(176): 74eb89bc 00022eb0
    10-27 11:11:04.944: I/DEBUG(176): 74eb89c0 794e0880
    10-27 11:11:04.944: I/DEBUG(176): 74eb89c4 7d3dde50
    10-27 11:11:04.944: I/DEBUG(176): 74eb89c8 00000000
    10-27 11:11:04.944: I/DEBUG(176): 74eb89cc 76f24620
    10-27 11:11:04.944: I/DEBUG(176): 74eb89d0 df0027ad
    10-27 11:11:04.954: I/DEBUG(176): 74eb89d4 00000000
    10-27 11:11:04.954: I/DEBUG(176): #00 74eb89d8 76f24620
    10-27 11:11:04.954: I/DEBUG(176): 74eb89dc 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb89e0 76f24620
    10-27 11:11:04.954: I/DEBUG(176): 74eb89e4 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb89e8 0000000b
    10-27 11:11:04.954: I/DEBUG(176): 74eb89ec 740b7448 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (Mesh::CreateSharedVBO(unsigned int)+416)
    10-27 11:11:04.954: I/DEBUG(176): #01 74eb89f0 74eb8c84 [stack:29987]
    10-27 11:11:04.954: I/DEBUG(176): 74eb89f4 74039fd0 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (realloc_internal(void*, unsigned int, int, MemLabelId const&, int, char const*, int)+60)
    10-27 11:11:04.954: I/DEBUG(176): 74eb89f8 78585808
    10-27 11:11:04.954: I/DEBUG(176): 74eb89fc 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a00 03000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a04 03000c00
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a08 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a0c 02001800
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a10 02001800
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a14 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a18 0000001b
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a1c 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a20 00200000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a24 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a28 00000000
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a2c 00000000
    10-27 11:11:04.954: I/DEBUG(176): ........ ........
    10-27 11:11:04.954: I/DEBUG(176): #02 74eb8a78 74c41dca
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a7c 00000003
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a80 76f24620
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a84 00000003
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a88 74eb8c84 [stack:29987]
    10-27 11:11:04.954: I/DEBUG(176): 74eb8a8c 740b9310 /data/app-lib/com.nakedsky.MaxAxe-2/libunity.so (Mesh::AwakeFromLoad(AwakeFromLoadMode)+76)
    10-27 11:11:04.954: I/DEBUG(176): memory near r2:
    10-27 11:11:04.954: I/DEBUG(176): 742d15fc ebfdeb21 e1a00004 e28dd008 e8bd8830
    10-27 11:11:04.954: I/DEBUG(176): 742d160c 0086db88 fffee72c 0086da78 fffff40c
    10-27 11:11:04.954: I/DEBUG(176): 742d161c e92d4070 e24dd008 e1a04000 e1a05001
    10-27 11:11:04.954: I/DEBUG(176): 742d162c e59400a0 e30115d9 e7d01001 e3510000
    10-27 11:11:04.954: I/DEBUG(176): 742d163c 0a00005a e30115e4 e7906001 e5960014
    10-27 11:11:04.954: I/DEBUG(176): 742d164c e5900000 e2800003 e7c1001f e58d0004
    10-27 11:11:04.954: I/DEBUG(176): 742d165c e2800004 e58d0000 e5961014 e5911004
    10-27 11:11:04.954: I/DEBUG(176): 742d166c e1500001 9a000003 e28d1004 e1a0200d
    10-27 11:11:04.954: I/DEBUG(176): 742d167c e1a00006 ebfe3b23 e5960014 e59d1000
    10-27 11:11:04.954: I/DEBUG(176): 742d168c e5801000 e5960004 e59d1004 e0900001
    10-27 11:11:04.954: I/DEBUG(176): 742d169c 13021774 15801000 e30115e4 e59400a0
    10-27 11:11:04.954: I/DEBUG(176): 742d16ac e7906001 e5960014 e5900000 e2800003
    10-27 11:11:04.954: I/DEBUG(176): 742d16bc e7c1001f e58d0004 e2800004 e58d0000
    10-27 11:11:04.954: I/DEBUG(176): 742d16cc e5961014 e5911004 e1500001 9a000003
    10-27 11:11:04.954: I/DEBUG(176): 742d16dc e28d1004 e1a0200d e1a00006 ebfe3b09
    10-27 11:11:04.954: I/DEBUG(176): 742d16ec e5960014 e59d1000 e5801000 e5960004
    10-27 11:11:04.954: I/DEBUG(176): memory near r4:
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde30 00000000 00000039 0000000c 00000171
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde40 76f27f50 76f24610 000000b8 76f24610
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde50 74b2d788 794e2f80 794e2f80 00000000
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde60 00000000 00000000 00000000 00000000
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde70 00000000 00000000 00000000 00000000
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde80 00000000 00000000 00000000 00000000
    10-27 11:11:04.954: I/DEBUG(176): 7d3dde90 00000000 7d3d0000 00000000 00000000
    10-27 11:11:04.954: I/DEBUG(176): 7d3ddea0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddeb0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddec0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3dded0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddee0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddef0 794e0880 7d3e7be0 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddf00 00000000 00000000 00000020 00000041
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddf10 7d3e7478 00000039 7d3ea7a0 40102054
    10-27 11:11:04.964: I/DEBUG(176): 7d3ddf20 00000c00 00000000 00000003 ffffffff
    10-27 11:11:04.964: I/DEBUG(176): memory near r5:
    10-27 11:11:04.964: I/DEBUG(176): 74eb89e0 76f24620 00000000 0000000b 740b7448
    10-27 11:11:04.964: I/DEBUG(176): 74eb89f0 74eb8c84 74039fd0 78585808 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a00 03000000 03000c00 00000000 02001800
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a10 02001800 00000000 0000001b 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a20 00200000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a30 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a40 00000000 00000000 76f27f60 00002a00
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a50 00000150 76f24620 76f24620 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a60 00102c0c 76f24620 74eb8ac0 78583d14
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a70 74eb8c84 740b9290 74c41dca 00000003
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a80 76f24620 00000003 74eb8c84 740b9310
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a90 00000003 76f24620 78583d0c 7423abf8
    10-27 11:11:04.964: I/DEBUG(176): 74eb8aa0 78583c94 78583bf0 74eb8c84 7423ed60
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ab0 00000000 74b3f054 74c42a50 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ac0 00003e04 00000005 76f24620 00000100
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ad0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): memory near r7:
    10-27 11:11:04.964: I/DEBUG(176): 74eb89e0 76f24620 00000000 0000000b 740b7448
    10-27 11:11:04.964: I/DEBUG(176): 74eb89f0 74eb8c84 74039fd0 78585808 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a00 03000000 03000c00 00000000 02001800
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a10 02001800 00000000 0000001b 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a20 00200000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a30 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a40 00000000 00000000 76f27f60 00002a00
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a50 00000150 76f24620 76f24620 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a60 00102c0c 76f24620 74eb8ac0 78583d14
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a70 74eb8c84 740b9290 74c41dca 00000003
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a80 76f24620 00000003 74eb8c84 740b9310
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a90 00000003 76f24620 78583d0c 7423abf8
    10-27 11:11:04.964: I/DEBUG(176): 74eb8aa0 78583c94 78583bf0 74eb8c84 7423ed60
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ab0 00000000 74b3f054 74c42a50 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ac0 00003e04 00000005 76f24620 00000100
    10-27 11:11:04.964: I/DEBUG(176): 74eb8ad0 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): memory near fp:
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a1c 00000000 00200000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a2c 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a3c 00000000 00000000 00000000 76f27f60
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a4c 00002a00 00000150 76f24620 76f24620
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a5c 00000000 00102c0c 76f24620 74eb8ac0
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a6c 78583d14 74eb8c84 740b9290 74c41dca
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a7c 00000003 76f24620 00000003 74eb8c84
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a8c 740b9310 00000003 76f24620 78583d0c
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a9c 7423abf8 78583c94 78583bf0 74eb8c84
    10-27 11:11:04.964: I/DEBUG(176): 74eb8aac 7423ed60 00000000 74b3f054 74c42a50
    10-27 11:11:04.964: I/DEBUG(176): 74eb8abc 00000000 00003e04 00000005 76f24620
    10-27 11:11:04.964: I/DEBUG(176): 74eb8acc 00000100 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8adc 00000000 7a8b1ee0 00000000 3c23d70a
    10-27 11:11:04.964: I/DEBUG(176): 74eb8aec 7af09480 7a8b1f1c 74db8fb4 7307b9b0
    10-27 11:11:04.964: I/DEBUG(176): 74eb8afc 741c3094 7af09480 74260688 7a8b1ee0
    10-27 11:11:04.964: I/DEBUG(176): 74eb8b0c 7a8b1f14 7af09484 741c36b8 74ebd720
    10-27 11:11:04.964: I/DEBUG(176): memory near sp:
    10-27 11:11:04.964: I/DEBUG(176): 74eb89b8 00022eb4 00022eb0 794e0880 7d3dde50
    10-27 11:11:04.964: I/DEBUG(176): 74eb89c8 00000000 76f24620 df0027ad 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb89d8 76f24620 00000000 76f24620 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb89e8 0000000b 740b7448 74eb8c84 74039fd0
    10-27 11:11:04.964: I/DEBUG(176): 74eb89f8 78585808 00000000 03000000 03000c00
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a08 00000000 02001800 02001800 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a18 0000001b 00000000 00200000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a28 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a38 00000000 00000000 00000000 00000000
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a48 76f27f60 00002a00 00000150 76f24620
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a58 76f24620 00000000 00102c0c 76f24620
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a68 74eb8ac0 78583d14 74eb8c84 740b9290
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a78 74c41dca 00000003 76f24620 00000003
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a88 74eb8c84 740b9310 00000003 76f24620
    10-27 11:11:04.964: I/DEBUG(176): 74eb8a98 78583d0c 7423abf8 78583c94 78583bf0
    10-27 11:11:04.964: I/DEBUG(176): 74eb8aa8 74eb8c84 7423ed60 00000000 74b3f054
    10-27 11:11:04.964: I/DEBUG(176): code around pc:
    10-27 11:11:04.964: I/DEBUG(176): 742d1790 ebffc227 e5d400b4 e3500000 0a000008
    10-27 11:11:04.964: I/DEBUG(176): 742d17a0 e1a00004 ebfdeada ea000008 e59400a8
    10-27 11:11:04.964: I/DEBUG(176): 742d17b0 e5901000 e5912008 e1a01005 e12fff32
    10-27 11:11:04.964: I/DEBUG(176): 742d17c0 ea000002 e1a00004 e1a01005 ebfdebc3
    10-27 11:11:04.964: I/DEBUG(176): 742d17d0 e595004c e58400ac e3a00000 e5c400b5
    10-27 11:11:04.964: I/DEBUG(176): 742d17e0 e28dd008 e8bd8070 e92d48f0 e24dd008
    10-27 11:11:04.964: I/DEBUG(176): 742d17f0 e1a04000 e1a05001 e59400a0 e30115d9
    10-27 11:11:04.964: I/DEBUG(176): 742d1800 e7d01001 e3510000 0a00006f e30115e4
    10-27 11:11:04.964: I/DEBUG(176): 742d1810 e7906001 e5960014 e5900000 e2800003
    10-27 11:11:04.964: I/DEBUG(176): 742d1820 e7c1001f e58d0004 e2800004 e58d0000
    10-27 11:11:04.964: I/DEBUG(176): 742d1830 e5961014 e5911004 e1500001 9a000003
    10-27 11:11:04.964: I/DEBUG(176): 742d1840 e28d1004 e1a0200d e1a00006 ebfe3ab0
    10-27 11:11:04.964: I/DEBUG(176): 742d1850 e5960014 e59d1000 e5801000 e5960004
    10-27 11:11:04.964: I/DEBUG(176): 742d1860 e59d1004 e0900001 13021775 15801000
    10-27 11:11:04.964: I/DEBUG(176): 742d1870 e30115e4 e59400a0 e7906001 e5960014
    10-27 11:11:04.964: I/DEBUG(176): 742d1880 e5900000 e2800003 e7c1001f e58d0004
    10-27 11:11:04.964: I/DEBUG(176): code around lr:
    10-27 11:11:04.964: I/DEBUG(176): 740b7428 e58d005c e5940070 e58d0060 e59401b0
    10-27 11:11:04.964: I/DEBUG(176): 740b7438 e5901000 e5912008 e28d1010 e12fff32
    10-27 11:11:04.964: I/DEBUG(176): 740b7448 e5d401b9 e3500000 0a00002c e5d401ba
    10-27 11:11:04.964: I/DEBUG(176): 740b7458 e3500000 0a000004 e59401b0 e5901000
    10-27 11:11:04.964: I/DEBUG(176): 740b7468 e5912044 e3a01001 e12fff32 e594008c
    10-27 11:11:04.964: I/DEBUG(176): 740b7478 e5941090 e1500001 e0411000 03a00000
    10-27 11:11:04.964: I/DEBUG(176): 740b7488 e58d0000 e1a000a1 e58d0004 e3a00000
    10-27 11:11:04.964: I/DEBUG(176): 740b7498 e58d0008 e594209c e59400a0 e1500002
    10-27 11:11:04.964: I/DEBUG(176): 740b74a8 0a000011 e0400002 e3081ba3 e34b1a2e
    10-27 11:11:04.964: I/DEBUG(176): 740b74b8 e1a00140 e0030190 e5921008 e3a00001
    10-27 11:11:04.964: I/DEBUG(176): 740b74c8 e1a01110 e58d1008 e3530002 3a000006
    10-27 11:11:04.964: I/DEBUG(176): 740b74d8 e2433001 e2822034 e492702c e2533001
    10-27 11:11:04.964: I/DEBUG(176): 740b74e8 e1811710 e58d1008 1afffffa e59401b0
    10-27 11:11:04.964: I/DEBUG(176): 740b74f8 e5901000 e591200c e1a0100d e12fff32
    10-27 11:11:04.964: I/DEBUG(176): 740b7508 e3a00000 e5c401b8 e5c401b9 e58461b4
    10-27 11:11:04.964: I/DEBUG(176): 740b7518 eb05e1ab e3580001 1a00000d ebfe0787

  2. BKLee

    Sep 17, 2014 11:59

    we figured out that some filters on cameras can cause this problem. such as "fastbloom". it may contain some sort of GUI-permissions that aren't provided by those devices.

  3. Juang3d

    Jul 29, 2014 10:30

    This issue is not solved :P

  4. OP_toss

    Jul 17, 2014 19:04

    I'm having this issue with additive async and blocking load calls. Only on the second one, which makes me think it's related to memory. On Samsung Galaxy S5 with Unity 4.3.4f1.

  5. egoquat

    May 10, 2014 17:43

    I have same this issue fatal 11 on Samsung Galaxy II, Galaxy III and Optimus G. It solved to upgrade Unity3D Engine 4.2.0 to 4.3.4f1.

  6. ShenYuan

    Jan 06, 2014 10:31

    I've reproduce this bug using non-additive load scene, please release the patch ASAP.

  7. Gundam

    Nov 26, 2013 12:02

    Please note that this issue can also be reproduced on Samsung Galaxy Note II and Samsung Galaxy S II

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.