Search Issue Tracker

Not Reproducible

Votes

50

Found in

4.6.0f3

Issue ID

655263

Regression

No

Android crash: Fatal signal 11 (SIGSEGV) on some devices

Android

-

On a small number of Android devices app crashes having exhibited very strange behaviour. The behaviour can vary but the result is (almost) always "Fatal signal 11 (SIGSEGV)"

Comments (78)

  1. ercion

    Dec 26, 2018 18:35

    Same crash. Extremely irresponsible of Unity team to just mark this as not reproducible and move on.

  2. Eigenhands

    Oct 29, 2018 16:56

    Same Error as CIVZOID. When music starts to play my app crashes:

    E/CRASH (21108): signal 11 (SIGSEGV), code 128 (?), fault addr 00000000
    E/CRASH (21108): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    E/CRASH (21108): Build fingerprint: 'asus/US_epad/ME302C:4.2.2/JDQ39/US_epad-V4.7.3-20131028:user/release-keys'
    E/CRASH (21108): Revision: '0'
    E/CRASH (21108): pid: 21108, tid: 21270, name: FMODAudioDevice >>> com.Petrarch.ChordTrainer <<<
    E/CRASH (21108): eax 62e7c1d8 ebx 00000005 ecx 00000000 edx 00000003
    E/CRASH (21108): esi 59999800 edi 00000100
    E/CRASH (21108): xcs 00000073 xds ffff007b xes c1a1007b xfs 00000000 xss 0000007b
    E/CRASH (21108): eip 623f600b ebp 6aff7b20 esp 6860250c flags 00010246
    E/CRASH (21108):
    E/CRASH (21108): backtrace:
    E/CRASH (21108): #00 pc 00cd100b /data/app-lib/com.Petrarch.ChordTrainer-2/libunity.so
    F/mono (21108): * Assertion: should not be reached at mini.c:2215

  3. vfilho

    Oct 17, 2018 06:47

    Please, this still happening
    Unity 2017.4.11f1 on Android 4.4.2

  4. civzoid

    Sep 16, 2018 22:09

    Similar issue here. I only noticed in Android 4.4 (Emulator). Running in my device with 8.1.0 without a problem.

    The App loads perfectly but after a while it crashes, happening when the background music loops... Please help!

    E/CRASH ( 5419): signal 11 (SIGSEGV), code 128 (?), fault addr 00000000
    E/CRASH ( 5419): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    E/CRASH ( 5419): Build fingerprint: 'generic_x86/google_sdk_x86/generic_x86:4.4.2/KK/4931661:eng/test-keys'
    E/CRASH ( 5419): Revision: '0'
    E/CRASH ( 5419): pid: 5419, tid: 5540, name: FMODAudioDevice >>> com.binmatter.puzzlepop <<<
    E/CRASH ( 5419): eax 00000004 ebx 00000000 ecx b91b5058 edx b91ba6b0
    E/CRASH ( 5419): esi 00000000 edi b9529620
    E/CRASH ( 5419): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b
    E/CRASH ( 5419): eip 95e6e8c5 ebp 968f51d8 esp 94b8f38c flags 00210246
    E/CRASH ( 5419):
    E/CRASH ( 5419): backtrace:
    E/CRASH ( 5419): #00 pc 00cd18c5 /mnt/asec/com.binmatter.puzzlepop-1/lib/libunity.so
    F/mono ( 5419): * Assertion: should not be reached at mini.c:2215
    D/Zygote ( 1170): Process 5419 terminated by signal (11)

  5. iLyxa3D

    Sep 10, 2018 13:40

    -------------------
    if (OnMoneyChanged.GetInvocationList().Length > 0)
    OnMoneyChanged(myProfile.money);
    -------------------

    This part of code lead to "signal 11 (SIGSEGV), code 1" error on Android on Unity 2018.1.0, because it was invoked by Async Task of network socket callback (not in main thread).
    And moving to main thread by "UnityMainThreadDispatcher.Instance().Enqueue( ... ); " did not work.

    I have changed my app logic to fix it.

  6. piratrodjer

    Sep 06, 2018 08:53

    Still suffering.... unity version 2018.2.0f2
    Samsung Galaxy j5 prime

  7. AdamStaszak

    Aug 27, 2018 16:34

    Yeah, it happens for me too - I upgraded Unity from 2017.3.1p1 to 2018.2.5f1. I had to reimport and adjust Text Mesh Pro as it is part of Unity since 2018.1 - done.
    Working in editor perfectly.
    IOS build - working perfectly.
    Android build is showing logo and then app freezes (and now crashes) giving in logcat:

    08-27 17:44:41.308 21849-21883/? E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000

    * turning off multithread rendering - did not helped,
    * turning on all build architectures - did not helped,
    * updating firebase SDK - did not helped

  8. exzizt

    Aug 27, 2018 04:59

    2018.2.5f1 as well. In my case, I think the cause has to do with running Firebase transactions and then starting some coroutines/enabling/disabling UI elements.

  9. NEVER-SETTLE

    Aug 25, 2018 14:49

    Also getting this error on some devices (Android 6.0 for example). Game made with Unity 2018.1

  10. nbg_yalta

    Aug 04, 2018 20:43

    2017.3.0f3 getting same crash, and looks like this is not a device specific, I've got my project running fine until one time... this happens and now happening often at random time... I have other projects which running without issues with same shaders, build and quality settings...

    https://pastebin.com/pz3vZBW2

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.