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

Question My game has got a lot of crashes on Android Platform:??? libunity.0x39be38 Caused by java.lang.Error

Discussion in 'Android' started by WarrenGame, May 26, 2021.

  1. WarrenGame

    WarrenGame

    Joined:
    Jan 20, 2018
    Posts:
    11
    My game has got a lot of crashes on Android Platform, I don’t know how this is caused.
    The unity version is 2019.4.26f1c1

    Code (CSharp):
    1. Caused by java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2. Version '2019.4.26f1c1 (d102cc46c633)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    3. Build fingerprint: 'Infinix/X690B-GL/Infinix-X690B:10/QP1A.190711.020/DE-GL-201201V322:user/release-keys'
    4. Revision: '0'
    5. ABI: 'arm64'
    6. Timestamp: 2021-05-26 18:04:45+0800
    7. pid: 21878, tid: 23460, name: UnityMain  >>> com.xia.biglatt<<<
    8. uid: 10224
    9. signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    10. Cause: null pointer dereference
    11.     x0  0000000000000000  x1  0000000000000000  x2  0000000000000000  x3  0000007c6bee2c14
    12.     x4  0000007a6bcd0004  x5  0000000000000004  x6  0000007d82aa0000  x7  000000001f0aaf62
    13.     x8  0000007cebae21d8  x9  0000000000000001  x10 0000000000000000  x11 0000000000000000
    14.     x12 0000007cebae0f40  x13 0000007a6bccf000  x14 fffffffffc000000  x15 0000000000000140
    15.     x16 0000007c6cc1d958  x17 0000007d7d835b58  x18 0000007af62ca000  x19 0000007bd06c3778
    16.     x20 0000007bd06c3770  x21 0000000000000000  x22 000000001eae16f8  x23 0000000000000001
    17.     x24 0000000013994200  x25 0000000013dc0140  x26 0000000000000001  x27 0000000000000001
    18.     x28 0000000000000000  x29 0000000000000001
    19.     sp  0000007cebae0e00  lr  0000007c6bee2e38  pc  0000007c6bee2e38
    20.  
    21. backtrace:
    22.       #00 pc 000000000039be38  /data/app/com.xia.biglatt-R1TXcj5qkO_n5K8G0y_mug==/lib/arm64/libunity.so (BuildId: 550dd45a99d0d9c21d0ac7b25a8bb553e8276356)
    23.       #01 pc 0000000000388580  /data/app/com.xia.biglatt-R1TXcj5qkO_n5K8G0y_mug==/lib/arm64/libunity.so (BuildId: 550dd45a99d0d9c21d0ac7b25a8bb553e8276356)
    24.       #02 pc 000000000039c300  /data/app/com.xia.biglatt-R1TXcj5qkO_n5K8G0y_mug==/lib/arm64/libunity.so (BuildId: 550dd45a99d0d9c21d0ac7b25a8bb553e8276356)
    25.       #03 pc 000000000039e4ec  /data/app/com.xia.biglatt-R1TXcj5qkO_n5K8G0y_mug==/lib/arm64/libunity.so (BuildId: 550dd45a99d0d9c21d0ac7b25a8bb553e8276356)
    26.       #04 pc 00000000000686e4  /data/app/com.xia.biglatt-R1TXcj5qkO_n5K8G0y_mug==/oat/arm64/base.odex
    27.  
    28.        at libunity.0x39be38()
    29.        at libunity.0x388580()
    30.        at libunity.0x39c300()
    31.        at libunity.0x39e4ec()
    32.        at base.0x686e4()

    upload_2021-5-26_20-45-49.png
    upload_2021-5-26_20-46-35.png
     
  2. WarrenGame

    WarrenGame

    Joined:
    Jan 20, 2018
    Posts:
    11
    Hi , I used symbolicat to get some code, but I still can't understand them
    Code (CSharp):
    1. [0x39be38] :
    2. void replace_string<core::string_with_label<1> >(core::string_with_label<1>&, core::string_with_label<1> const&, core::string_with_label<1> const&, unsigned int)
    3.  
    4. [0x388580] :
    5. PropertyNamesSet::insert(PropertyNamesSet const&)
    6.  
    7. [0x39c300] :
    8. core::basic_string<char, core::StringStorageDefault<char> > JoinImpl<dynamic_array<core::basic_string_ref<char>, 0u> >(dynamic_array<core::basic_string_ref<char>, 0u> const&, core::basic_string_ref<char>)
    9.  
    10. [0x39e4ec] :
    11. Expr::Variant Expr::Variant::ApplyBinaryOpImpl<bool, std::__ndk1::equal_to<bool>, Expr::Variant::const_iterator<float, bool>, Expr::Variant::const_iterator<int, bool> >(Expr::Variant::const_iterator<float, bool>, Expr::Variant::const_iterator<float, bool>, Expr::Variant::const_iterator<int, bool>, unsigned int)
    12.  
     
  3. kaarloew

    kaarloew

    Joined:
    Nov 1, 2018
    Posts:
    360
    Only Unity can help you with stuff that comes from inside of libunity