Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

UnityGfxDeviceW Crash

Discussion in 'Android' started by latas, Apr 10, 2014.

  1. latas

    latas

    Joined:
    Oct 9, 2013
    Posts:
    149
    Hi everyone, we're currently finishing our Android development and everything works fine in Nexus 7 for example, but it is crashing in many other devices, like Nexus 5 or Samsung Galaxy S3. We're currently using ETC1 texture compression.

    This is the debug information reported by adb logcat. Can anyone give us a feedback. Thank you very much.

    F/libc (13709): Fatal signal 7 (SIGBUS) at 0x833a3000 (code=2), thread 13748 (UnityGfxDeviceW)
    I/DEBUG ( 178): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    I/DEBUG ( 178): Build fingerprint: 'google/hammerhead/hammerhead:4.4.2/KOT49H/937116:user/release-keys'
    I/DEBUG ( 178): Revision: '11'
    I/DEBUG ( 178): pid: 13709, tid: 13748, name: UnityGfxDeviceW >>> com.hydranetworks.furiousdriving <<<
    I/DEBUG ( 178): signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 833a3000
    I/DEBUG ( 178): r0 83547f40 r1 833a2fe8 r2 00170080 r3 00000000
    I/DEBUG ( 178): r4 00180000 r5 00180000 r6 785fbf10 r7 00000001
    I/DEBUG ( 178): r8 00000000 r9 77e7e008 sl 77f90994 fp 74717e18
    I/DEBUG ( 178): ip 745e9f2c sp 789727b8 lr 745dd477 pc 400ea022 cpsr 200f0030
    I/DEBUG ( 178): d0 0000000000000000 d1 0000000000000000
    I/DEBUG ( 178): d2 0000000000000000 d3 0000000000000000
    I/DEBUG ( 178): d4 0000000000000000 d5 0000000000000000
    I/DEBUG ( 178): d6 0000000000000000 d7 0000000000000000
    I/DEBUG ( 178): d8 0000000000000000 d9 0000000000000000
    I/DEBUG ( 178): d10 0000000000000000 d11 0000000000000000
    I/DEBUG ( 178): d12 0000000000000000 d13 0000000000000000
    I/DEBUG ( 178): d14 0000000000000000 d15 0000000000000000
    I/DEBUG ( 178): d16 000000003f1a1d1c d17 0000000000000000
    I/DEBUG ( 178): d18 3f80000000000000 d19 0000000000000000
    I/DEBUG ( 178): d20 0000000000000000 d21 00000000bdccc4cd
    I/DEBUG ( 178): d22 8000000080000000 d23 3f80000080000000
    I/DEBUG ( 178): d24 ffffffffffffffff d25 ffffffffffffffff
    I/DEBUG ( 178): d26 ffffffffffffffff d27 ffffffffffffffff
    I/DEBUG ( 178): d28 0000000000000000 d29 0000000039088334
    I/DEBUG ( 178): d30 ffffffffffffffff d31 ffffffffffffffff
    I/DEBUG ( 178): scr 60000012
    I/DEBUG ( 178):
    I/DEBUG ( 178): backtrace:
    I/DEBUG ( 178): #00 pc 00022022 /system/lib/libc.so (__memcpy_base+77)
    I/DEBUG ( 178): #01 pc 0000d473 /system/vendor/lib/libgsl.so (ioctl_kgsl_sharedmem_write+98)
    I/DEBUG ( 178): #02 pc 00084a67 /system/vendor/lib/egl/libGLESv2_adreno.so (rb_vbo_cache_vertex_attrib+334)
    I/DEBUG ( 178): #03 pc 0004de03 /system/vendor/lib/egl/libGLESv2_adreno.so (cache_vertex_array+578)
    I/DEBUG ( 178): #04 pc 0004e12d /system/vendor/lib/egl/libGLESv2_adreno.so (cache_vertex_elements+690)
    I/DEBUG ( 178): #05 pc 000513f3 /system/vendor/lib/egl/libGLESv2_adreno.so (core_glDrawElementsInstancedXXX+326)
    I/DEBUG ( 178): #06 pc 0005156f /system/vendor/lib/egl/libGLESv2_adreno.so (core_glDrawElements+10)
    I/DEBUG ( 178): #07 pc 00041473 /system/vendor/lib/egl/libGLESv2_adreno.so (glDrawElements+28)
    I/DEBUG ( 178): #08 pc 0035a918 /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #09 pc 0035cca0 /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #10 pc 0034f98c /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #11 pc 00353d34 /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #12 pc 00353d84 /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #13 pc 002dab10 /data/app-lib/com.hydranetworks.furiousdriving-1/libunity.so
    I/DEBUG ( 178): #14 pc 0000d170 /system/lib/libc.so (__thread_entry+72)
    I/DEBUG ( 178): #15 pc 0000d308 /system/lib/libc.so (pthread_create+240)
    I/DEBUG ( 178):
    I/DEBUG ( 178): stack:
    I/DEBUG ( 178): 78972778 00000000
    I/DEBUG ( 178): 7897277c 000c0500
    I/DEBUG ( 178): 78972780 3f800000
    I/DEBUG ( 178): 78972784 00000005
    I/DEBUG ( 178): 78972788 00180000
    I/DEBUG ( 178): 7897278c 74717e18 /system/vendor/lib/egl/libGLESv2_adreno.so
    I/DEBUG ( 178): 78972790 00180000
    I/DEBUG ( 178): 78972794 77e7e008 [anon:libc_malloc]
    I/DEBUG ( 178): 78972798 77f90994 [anon:libc_malloc]
    I/DEBUG ( 178): 7897279c 77f90994 [anon:libc_malloc]
    I/DEBUG ( 178): 789727a0 7474b424
    I/DEBUG ( 178): 789727a4 74696f8f /system/vendor/lib/egl/libGLESv2_adreno.so (rb_mempool_dynamic_alloc_pure+78)
    I/DEBUG ( 178): 789727a8 000c0000
    I/DEBUG ( 178): 789727ac 3f800000
    I/DEBUG ( 178): 789727b0 df0027ad
    I/DEBUG ( 178): 789727b4 00000000
    I/DEBUG ( 178): #00 789727b8 83538000 /dev/kgsl-3d0
    I/DEBUG ( 178): 789727bc 745dd477 /system/vendor/lib/libgsl.so (ioctl_kgsl_sharedmem_write+102)
    I/DEBUG ( 178): #01 789727c0 00000000
    I/DEBUG ( 178): 789727c4 77f90988 [anon:libc_malloc]
    I/DEBUG ( 178): 789727c8 785fbf10 [anon:libc_malloc]
    I/DEBUG ( 178): 789727cc 786476a0 [anon:libc_malloc]
    I/DEBUG ( 178): 789727d0 77f90988 [anon:libc_malloc]
    I/DEBUG ( 178): 789727d4 785fbf10 [anon:libc_malloc]
    I/DEBUG ( 178): 789727d8 785fbf10 [anon:libc_malloc]
    I/DEBUG ( 178): 789727dc 77f90988 [anon:libc_malloc]
    I/DEBUG ( 178): 789727e0 785fbf10 [anon:libc_malloc]
    I/DEBUG ( 178): 789727e4 746a2a6b /system/vendor/lib/egl/libGLESv2_adreno.so (rb_vbo_cache_vertex_attrib+338)
    I/DEBUG ( 178): #02 789727e8 000c0000
    I/DEBUG ( 178): 789727ec 77f90988 [anon:libc_malloc]
    I/DEBUG ( 178): 789727f0 00000078
    I/DEBUG ( 178): 789727f4 745dde93 /system/vendor/lib/libgsl.so (os_mutex_unlock+10)
    I/DEBUG ( 178): 789727f8 00000018
    I/DEBUG ( 178): 789727fc 00000000
    I/DEBUG ( 178): 78972800 0000000c
    I/DEBUG ( 178): 78972804 00010000
    I/DEBUG ( 178): 78972808 00000000
    I/DEBUG ( 178): 7897280c 00000000
    I/DEBUG ( 178): 78972810 77e7e008 [anon:libc_malloc]
    I/DEBUG ( 178): 78972814 77f81d48 [anon:libc_malloc]
    I/DEBUG ( 178): 78972818 77f80008 [anon:libc_malloc]
    I/DEBUG ( 178): 7897281c 77f90988 [anon:libc_malloc]
    I/DEBUG ( 178): 78972820 00010000
    I/DEBUG ( 178): 78972824 786476a0 [anon:libc_malloc]
    I/DEBUG ( 178): ........ ........
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r0:
    I/DEBUG ( 178): 83547f20 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f30 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f40 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f50 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f60 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f70 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f80 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547f90 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547fa0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547fb0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547fc0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547fd0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547fe0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83547ff0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83548000 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 83548010 00000000 00000000 00000000 00000000
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r1:
    I/DEBUG ( 178): 833a2fc8 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 833a2fd8 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 833a2fe8 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 833a2ff8 00000000 00000000 ffffffff ffffffff
    I/DEBUG ( 178): 833a3008 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3018 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3028 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3038 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3048 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3058 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3068 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3078 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3088 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a3098 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a30a8 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 833a30b8 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r2:
    I/DEBUG ( 178): 00170060 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170070 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170080 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170090 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700a0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700b0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700c0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700d0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700e0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001700f0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170100 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170110 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170120 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170130 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170140 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00170150 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r4:
    I/DEBUG ( 178): 0017ffe0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 0017fff0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180000 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180010 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180020 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180030 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180040 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180050 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180060 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180070 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180080 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180090 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800a0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800b0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800c0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800d0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r5:
    I/DEBUG ( 178): 0017ffe0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 0017fff0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180000 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180010 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180020 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180030 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180040 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180050 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180060 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180070 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180080 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 00180090 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800a0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800b0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800c0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178): 001800d0 ffffffff ffffffff ffffffff ffffffff
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r6:
    I/DEBUG ( 178): 785fbef0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf00 00000000 00000000 00000000 000000d3
    I/DEBUG ( 178): 785fbf10 833930a8 00180000 00000000 833930b8
    I/DEBUG ( 178): 785fbf20 0017fff0 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf30 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf40 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf50 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf60 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf70 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf80 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbf90 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbfa0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbfb0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbfc0 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 785fbfd0 00000000 00000000 000000d0 0000001b
    I/DEBUG ( 178): 785fbfe0 785fb000 00001000 785f8fe0 00000001
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near r9:
    I/DEBUG ( 178): 77e7dfe8 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77e7dff8 00000000 00000000 00000000 0000185b
    I/DEBUG ( 178): 77e7e008 0000000f 746f820b 7838fe88 000008a1
    I/DEBUG ( 178): 77e7e018 830ee000 830ee000 00010000 00000000
    I/DEBUG ( 178): 77e7e028 110c1000 000002c9 00011000 00000000
    I/DEBUG ( 178): 77e7e038 00000d3a 000008a6 7c79a000 7c79a000
    I/DEBUG ( 178): 77e7e048 00010000 00000000 110c1000 000000b3
    I/DEBUG ( 178): 77e7e058 00011000 00000000 00003fe9 000008a6
    I/DEBUG ( 178): 77e7e068 83127000 83127000 00010000 00000000
    I/DEBUG ( 178): 77e7e078 110c1000 000002cf 00011000 00000000
    I/DEBUG ( 178): 77e7e088 00001198 000008a6 7c778000 7c778000
    I/DEBUG ( 178): 77e7e098 00010000 00000000 110c1000 000000b1
    I/DEBUG ( 178): 77e7e0a8 00011000 00000000 00000d3a 000008ab
    I/DEBUG ( 178): 77e7e0b8 83101000 83101000 00010000 00000000
    I/DEBUG ( 178): 77e7e0c8 110c1000 000002cb 00011000 00000000
    I/DEBUG ( 178): 77e7e0d8 00001198 000008ab 7885d000 7885d000
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near sl:
    I/DEBUG ( 178): 77f90974 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f90984 00000000 0000001a 00000000 000c0000
    I/DEBUG ( 178): 77f90994 83538000 83538000 00180000 00000000
    I/DEBUG ( 178): 77f909a4 100c0500 000002ae 00181000 00000000
    I/DEBUG ( 178): 77f909b4 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f909c4 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f909d4 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f909e4 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f909f4 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f90a04 00000000 00000005 00001800 000c0000
    I/DEBUG ( 178): 77f90a14 834cf000 834cf000 00002000 00000000
    I/DEBUG ( 178): 77f90a24 100c0300 0000033c 00003000 00000000
    I/DEBUG ( 178): 77f90a34 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f90a44 00000000 00000000 00000000 00000000
    I/DEBUG ( 178): 77f90a54 00000000 00000000 00000018 00000000
    I/DEBUG ( 178): 77f90a64 00000000 00001800 0000059c 77e7e008
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near fp:
    I/DEBUG ( 178): 74717df8 746d8987 746d898f 746d8999 746d89a3
    I/DEBUG ( 178): 74717e08 746d2f29 7470b7dc 7470b790 400d5218
    I/DEBUG ( 178): 74717e18 00000000 00000000 00000000 400f0799
    I/DEBUG ( 178): 74717e28 400f06a5 400e9fcd 745e2b21 400bdc79
    I/DEBUG ( 178): 74717e38 400f36a1 400eac3d 400ee109 400a2f31
    I/DEBUG ( 178): 74717e48 400a2e81 745ddd55 400a2dfd 400d9ef5
    I/DEBUG ( 178): 74717e58 40123919 400ea0dc 40123927 745ddd59
    I/DEBUG ( 178): 74717e68 745de42d 745dd89b 400dcb0d 400ed52d
    I/DEBUG ( 178): 74717e78 400ed331 745ddd81 400dc495 745de0b5
    I/DEBUG ( 178): 74717e88 745ddd65 400dc929 745de341 400dca2d
    I/DEBUG ( 178): 74717e98 400ed545 745ddc21 745ddd49 745ddc85
    I/DEBUG ( 178): 74717ea8 745ddbe9 745ddd5d 745ddc6d 401022c0
    I/DEBUG ( 178): 74717eb8 40102368 40102464 745dde4d 745dde89
    I/DEBUG ( 178): 74717ec8 745de0cd 745ddd99 745dde05 745ddd4d
    I/DEBUG ( 178): 74717ed8 745de0ab 745dc10f 745d5885 745d57f1
    I/DEBUG ( 178): 74717ee8 40102388 4013b1d0 40103134 745de525
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near ip:
    I/DEBUG ( 178): 745e9f0c 400e8440 400dac5d 400f0a27 400d5bed
    I/DEBUG ( 178): 745e9f1c 400d5c15 400d5c01 400d5c29 400d5c3d
    I/DEBUG ( 178): 745e9f2c 400e9fcd 400e9b70 40102025 40101fd9
    I/DEBUG ( 178): 745e9f3c 400ea138 40101e9d 400eaf85 400f32eb
    I/DEBUG ( 178): 745e9f4c 400f32b1 400f0535 400d64ac 400d6504
    I/DEBUG ( 178): 745e9f5c 400d65b8 400d6c68 400d64c0 400d69cc
    I/DEBUG ( 178): 745e9f6c 400d6cec 400d6d2c 400d6d48 400e8e18
    I/DEBUG ( 178): 745e9f7c 40102388 40102464 400d6f30 400d6f38
    I/DEBUG ( 178): 745e9f8c 400d56b4 400d57b0 400d5900 400d5920
    I/DEBUG ( 178): 745e9f9c 400f75a9 400db021 400d5218 400dada5
    I/DEBUG ( 178): 745e9fac 400daf29 400e8e58 400dbced 400a2dfd
    I/DEBUG ( 178): 745e9fbc 400a2e81 400e9660 400e8adc 400be7f9
    I/DEBUG ( 178): 745e9fcc 40101fc3 400db1eb 400a2f31 400a2dad
    I/DEBUG ( 178): 745e9fdc 4026b0a4 402791e8 4012fc38 4010281c
    I/DEBUG ( 178): 745e9fec 400f316d 400ee1b9 400dc7b5 400f1609
    I/DEBUG ( 178): 745e9ffc 400bdc79 745ea000 00000000 00000001
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory near sp:
    I/DEBUG ( 178): 78972798 77f90994 77f90994 7474b424 74696f8f
    I/DEBUG ( 178): 789727a8 000c0000 3f800000 df0027ad 00000000
    I/DEBUG ( 178): 789727b8 83538000 745dd477 00000000 77f90988
    I/DEBUG ( 178): 789727c8 785fbf10 786476a0 77f90988 785fbf10
    I/DEBUG ( 178): 789727d8 785fbf10 77f90988 785fbf10 746a2a6b
    I/DEBUG ( 178): 789727e8 000c0000 77f90988 00000078 745dde93
    I/DEBUG ( 178): 789727f8 00000018 00000000 0000000c 00010000
    I/DEBUG ( 178): 78972808 00000000 00000000 77e7e008 77f81d48
    I/DEBUG ( 178): 78972818 77f80008 77f90988 00010000 786476a0
    I/DEBUG ( 178): 78972828 00000000 00000000 827bd810 7466be07
    I/DEBUG ( 178): 78972838 786476a0 785fbf10 00000001 00000007
    I/DEBUG ( 178): 78972848 401161b8 00000007 83411560 0000000d
    I/DEBUG ( 178): 78972858 00000009 00000000 786476a0 00000001
    I/DEBUG ( 178): 78972868 00000001 00000000 77f81d88 00010000
    I/DEBUG ( 178): 78972878 00000001 00000006 83411560 00000000
    I/DEBUG ( 178): 78972888 7785b160 77f80008 00000001 00010000
    I/DEBUG ( 178):
    I/DEBUG ( 178): code around pc:
    I/DEBUG ( 178): 400ea000 f800cb01 ea5feb01 da037c43 030df9a1
    I/DEBUG ( 178): 400ea010 031df980 f921d303 f900070d 3a40071d
    I/DEBUG ( 178): 400ea020 f921d30b f921020d f891420d 3a40f100
    I/DEBUG ( 178): 400ea030 022df900 422df900 3220d2f3 f921d305
    I/DEBUG ( 178): 400ea040 f1a2020d f9000220 f102022d f0120220
    I/DEBUG ( 178): 400ea050 d0030f10 0a0df921 0a2df900 7c42ea5f
    I/DEBUG ( 178): 400ea060 f921d303 f900070d da03070d 030df9a1
    I/DEBUG ( 178): 400ea070 030df980 7cc2ea5f f811bf44 f8003b01
    I/DEBUG ( 178): 400ea080 bf213b01 cb01f811 eb01f811 cb01f800
    I/DEBUG ( 178): 400ea090 eb01f800 4001e8bd bf004770 4803b500
    I/DEBUG ( 178): 400ea0a0 44784901 fcb6f7f0 000138e4 00027fda
    I/DEBUG ( 178): 400ea0b0 e1520003 9a000008 e52de004 e59f000c
    I/DEBUG ( 178): 400ea0c0 e59f1004 e080000f faffc251 000138fd
    I/DEBUG ( 178): 400ea0d0 00027fcb e1a02001 e3a01000 e92d0001
    I/DEBUG ( 178): 400ea0e0 eee01b10 e2522020 3a000003 f2202150
    I/DEBUG ( 178): 400ea0f0 e2522020 f400020d 2afffffc e2822020
    I/DEBUG ( 178):
    I/DEBUG ( 178): code around lr:
    I/DEBUG ( 178): 745dd454 93034479 94042002 634af240 ff6ef000
    I/DEBUG ( 178): 745dd464 30fff04f 6800e006 46111840 f000461a
    I/DEBUG ( 178): 745dd474 2000fc69 bd30b007 0000a0de 0000add5
    I/DEBUG ( 178): 745dd484 00006337 0000adaf 0000a0e2 0000630d
    I/DEBUG ( 178): 745dd494 4604b530 b978b087 46224918 44794b18
    I/DEBUG ( 178): 745dd4a4 49189101 9002447b 93002002 f2404479
    I/DEBUG ( 178): 745dd4b4 f0006362 e014ff43 185d6880 d9134285
    I/DEBUG ( 178): 745dd4c4 91024a11 4911447a 4a119200 93034479
    I/DEBUG ( 178): 745dd4d4 63cdf44f 9004447a 20029201 f0002200
    I/DEBUG ( 178): 745dd4e4 f04fff2d e00630ff 18406820 461a4611
    I/DEBUG ( 178): 745dd4f4 fc2af000 b0072000 bf00bd30 0000a0d0
    I/DEBUG ( 178): 745dd504 0000adac 000062b1 0000ad8c 00006291
    I/DEBUG ( 178): 745dd514 0000a0c5 2414b570 4606b086 4622460d
    I/DEBUG ( 178): 745dd524 a8012100 ebd4f7f6 20006873 aa014904
    I/DEBUG ( 178): 745dd534 93019503 f7ff4623 b006f877 bf00bd70
    I/DEBUG ( 178): 745dd544 40140937 41f0e92d b08a4680 460e4608
    I/DEBUG ( 178):
    I/DEBUG ( 178): memory map around fault addr 833a3000:
    I/DEBUG ( 178): 8338d000-833a1000 rw- [anon:libc_malloc]
    I/DEBUG ( 178): 833a1000-833a4000 rw- /dev/kgsl-3d0
    I/DEBUG ( 178): 833a4000-833a7000 rw- /dev/kgsl-3d0
     
  2. latas

    latas

    Joined:
    Oct 9, 2013
    Posts:
    149
    I answered myself. It was activated Multithreaded renderer, which was the origin of the faults.

    Thanks.
     
    TaGa1024, AnomalusUndrdog and khenkel like this.
  3. cmarrero01

    cmarrero01

    Joined:
    Dec 11, 2013
    Posts:
    1
    Hi Latas, I have the same problem that you.. You can provide me a little more data, I don't know what is the Multithreaded renderer, I noticed that It is a problem of Video Memory??... I think.

    Thanks.
     
  4. dhana_unity

    dhana_unity

    Joined:
    Sep 18, 2014
    Posts:
    2
    Even I got the same issue,and I am not able to understand the reason,could you please explain,Thanks in advance.
     
  5. dhana_unity

    dhana_unity

    Joined:
    Sep 18, 2014
    Posts:
    2
    As far as I browsed its all because of multithreaded rendering,First of all what is multithreaded rendering and how to enable or disable it?
     
  6. cdr9042

    cdr9042

    Joined:
    Apr 22, 2018
    Posts:
    169