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

Android Crashes Fatal Signal 11

Discussion in 'Android' started by Jshell, Mar 19, 2018.

  1. Jshell

    Jshell

    Joined:
    Dec 21, 2015
    Posts:
    2
    Hello, I launch first an Android App, then launch the UnityPlayerActivity, which can go back to Android activity, but if I try to go on UnityPlayerActivity again it crashes. It also crase if I go Unity->Android->Unity

    This is the stack trace im having


    03-19 09:27:44.513 3532-3532/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    03-19 09:27:44.513 3532-3532/? A/DEBUG: Build fingerprint: 'google/sdk_gphone_x86/generic_x86:8.1.0/OSM1.180201.007/4586646:user/release-keys'
    03-19 09:27:44.513 3532-3532/? A/DEBUG: Revision: '0'
    03-19 09:27:44.513 3532-3532/? A/DEBUG: ABI: 'x86'
    03-19 09:27:44.513 3532-3532/? A/DEBUG: pid: 3374, tid: 3529, name: UnityMain >>> com.jotadev.UnityActivity <<<
    03-19 09:27:44.513 3532-3532/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    03-19 09:27:44.513 3532-3532/? A/DEBUG: Cause: null pointer dereference
    03-19 09:27:44.513 3532-3532/? A/DEBUG: eax 00000000 ebx 8b60e22c ecx 00000001 edx 8954f970
    03-19 09:27:44.514 3532-3532/? A/DEBUG: esi 00000001 edi 8954e20c
    03-19 09:27:44.514 3532-3532/? A/DEBUG: xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
    03-19 09:27:44.514 3532-3532/? A/DEBUG: eip 8a552a85 ebp 8954e06c esp 8954dfd0 flags 00010282
    03-19 09:27:44.514 3532-3532/? A/DEBUG: backtrace:
    03-19 09:27:44.515 3532-3532/? A/DEBUG: #00 pc 00507a85 /data/app/com.jotadev.asesorprueba-qiU_-Zb7hLS6HRxGQzm9lg==/lib/x86/libunity.so
    03-19 09:27:44.515 3532-3532/? A/DEBUG: #01 pc 00507cea /data/app/com.jotadev.asesorprueba-qiU_-Zb7hLS6HRxGQzm9lg==/lib/x86/libunity.so
    03-19 09:27:44.515 3532-3532/? A/DEBUG: #02 pc 00511cda /data/app/com.jotadev.asesorprueba-qiU_-Zb7hLS6HRxGQzm9lg==/lib/x86/libunity.so
    03-19 09:27:44.515 3532-3532/? A/DEBUG: #03 pc 0000aa74 /data/app/com.jotadev.asesorprueba-qiU_-Zb7hLS6HRxGQzm9lg==/oat/x86/base.odex (offset 0x9000)
    03-19 09:27:44.515 3532-3532/? A/DEBUG: #04 pc 00067fff [anon:libc_malloc:9bf80000]

    Anyone knows which can be the problem here?

    Thanks for the hand!