Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

[SOLVED] iOS crash in Unity Analytics - Native Crash - __pthread_kill (Unknown File)

Discussion in 'iOS and tvOS' started by C-Gabriel, Feb 22, 2019.

  1. C-Gabriel

    C-Gabriel

    Joined:
    Jan 27, 2016
    Posts:
    114
    Hi guys,

    I keep getting this crash in Unity Analytics. Does anyone have any idea what might be causing it? There is no scripts stack trace or anything else.

    os: iOS 12.1.4 (but varies)
    unity: 2018.3.5f1

    Code (CSharp):
    1. Thread 0 (crashed)
    2. 0   /usr/lib/system/libsystem_kernel.dylib0x00000001b3d9b104 __pthread_kill
    3. 1   /usr/lib/system/libsystem_c.dylib  0x00000001b3cf2d78 abort
    4. 2   /var/containers/Bundle/Application/6C2CE9A8-83AB-49F8-ABF4-4100BEE032D0/willy.app/willy0x00000001013c0e34 <symbols missing for uuid: xxxxaab6d5e433569152dea8197c4594>
    5. 3   /var/containers/Bundle/Application/6C2CE9A8-83AB-49F8-ABF4-4100BEE032D0/willy.app/willy0x00000001008cc7b0 <symbols missing for uuid: xxxxaab6d5e433569152dea8197c4594>
    6. 4   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001b42061e0 __handleUncaughtException
    7. 5   /usr/lib/libobjc.A.dylib           0x00000001b33d5e4c _objc_terminate()
    8. 6   /usr/lib/libc++abi.dylib           0x00000001b33c90fc std::__terminate(void (*)())
    9. 7   /usr/lib/libc++abi.dylib           0x00000001b33c9188 std::terminate()
    10. 8   /usr/lib/system/libdispatch.dylib  0x00000001b3c3e498 _dispatch_client_callout
    11. 9   /usr/lib/system/libdispatch.dylib  0x00000001b3bea9a4 _dispatch_main_queue_callback_4CF$VARIANT$mp
    12. 10  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001b4195ce4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
    13. 11  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001b4190bac __CFRunLoopRun
    14. 12  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001b41900e0 CFRunLoopRunSpecific
    15. 13  /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices0x00000001b6409584 GSEventRunModal
    16. 14  /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore0x00000001e13a0c00 UIApplicationMain
    17. 15  /var/containers/Bundle/Application/6C2CE9A8-83AB-49F8-ABF4-4100BEE032D0/willy.app/willy0x00000001008bb380 <symbols missing for uuid: 673baab6d5e433569152dea8197c4594>
    18. 16  /usr/lib/system/libdyld.dylib      0x00000001b3c4ebb4 start
    [EDIT]
    Seems to have been caused by the facebook SDK
    solution: https://github.com/facebook/facebook-sdk-for-unity/issues/208#issuecomment-473561905
     
    Last edited: May 26, 2019
    tonybf likes this.
  2. C-Gabriel

    C-Gabriel

    Joined:
    Jan 27, 2016
    Posts:
    114
    There're a couple more crashes with <symbols missing ...> I've sent an email to perfsupport@unity3d.com with the dSYM folder attached as seen in this thread https://forum.unity.com/threads/symbols-missing-native-crash-ios.485627/
    I hope that's ok :)

    // automatic reply
    We're writing to let you know that the group you tried to contact (perfsupport) may not exist, or you may not have permission to post messages to the group. A few more details on why you weren't able to post:

    * You might have spelled or formatted the group name incorrectly.
    * The owner of the group may have removed this group.
    * You may need to join the group before receiving permission to post.
    * This group may not be open to posting.


    what should I do now?

    //edit

    I've managed to upload it in the dashboard
     
    Last edited: Feb 24, 2019
  3. Nieles_GH

    Nieles_GH

    Joined:
    Jun 26, 2017
    Posts:
    57
    Having similar crashes on iOS as well:

    Code (CSharp):
    1. Thread 0 (crashed)
    2. 0   /usr/lib/system/libsystem_kernel.dylib0x00000001ad1a90dc __pthread_kill
    3. 1   /usr/lib/system/libsystem_c.dylib  0x00000001ad102ea8 abort
    4. 2   /var/containers/Bundle/Application/5868A888-717C-455B-A403-C0D71871DD13/ios.app/ios0x0000000101cb16e0 <symbols missing for uuid: 6bd85f40610939028b18a0c8cee1e921>
    5. 3   /var/containers/Bundle/Application/5868A888-717C-455B-A403-C0D71871DD13/ios.app/ios0x0000000101151b58 <symbols missing for uuid: 6bd85f40610939028b18a0c8cee1e921>
    6. 4   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad60b854 __handleUncaughtException
    7. 5   /usr/lib/libobjc.A.dylib           0x00000001ac7e6df4 _objc_terminate()
    8. 6   /usr/lib/libc++abi.dylib           0x00000001ac7db838 std::__terminate(void (*)())
    9. 7   /usr/lib/libc++abi.dylib           0x00000001ac7db8c4 std::terminate()
    10. 8   /usr/lib/system/libdispatch.dylib  0x00000001ad04c7e8 _dispatch_client_callout
    11. 9   /usr/lib/system/libdispatch.dylib  0x00000001acff15d8 _dispatch_block_invoke_direct$VARIANT$mp
    12. 10  /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices0x00000001affc00bc __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__
    13. 11  /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices0x00000001affbfd58 -[FBSSerialQueue _performNext]
    14. 12  /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices0x00000001affc0310 -[FBSSerialQueue _performNextFromRunLoopSource]
    15. 13  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad59d2bc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
    16. 14  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad59d23c __CFRunLoopDoSource0
    17. 15  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad59cb24 __CFRunLoopDoSources0
    18. 16  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad597a60 __CFRunLoopRun
    19. 17  /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x00000001ad597354 CFRunLoopRunSpecific
    20. 18  /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices0x00000001af79779c GSEventRunModal
    21. 19  /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore0x00000001d9758b68 UIApplicationMain
    22. 20  /var/containers/Bundle/Application/5868A888-717C-455B-A403-C0D71871DD13/ios.app/ios0x0000000101140770 <symbols missing for uuid: 6bd85f40610939028b18a0c8cee1e921>
    23. 21  /usr/lib/system/libdyld.dylib      0x00000001ad05d8e0 start
    They happen quite randomly:

    upload_2019-5-22_13-22-4.png

    Unity 2018.3.14
     
  4. C-Gabriel

    C-Gabriel

    Joined:
    Jan 27, 2016
    Posts:
    114
    Nieles_GH likes this.
  5. Nieles_GH

    Nieles_GH

    Joined:
    Jun 26, 2017
    Posts:
    57