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

Crash on Android + Downgrading to 2018.2.1?

Discussion in 'Prefabs' started by Yanka33, Aug 3, 2018.

  1. Yanka33

    Yanka33

    Joined:
    Oct 12, 2015
    Posts:
    10
    Hello,

    I may have made a little mistake... In the excitation of the new prefab workflow and the gain in productivity it brings (and it does, this is awesome!), I started my new project with the beta version of Unity including the new prefab workflow.
    However, after integrating my ad mediation service, I encountered a crash in my game, which, I believe, is not related at all to the ad mediation service but more to this beta version. Here is the full crash stacktrace:
    I have no idea what can produce this crash or is there is a way to fix or at least to work around it.
    Therefore, I wonder if there is a way to downgrade my project to the latest 2018.2.1 official release through some rough modifications in the prefabs files of my project.

    Thanks for your help. I can provide any kind of information related to this topic if necessary.
     
  2. Yanka33

    Yanka33

    Joined:
    Oct 12, 2015
    Posts:
    10
    As I cannot edit my post, I would like to add that this crash occurs when an ad is closed, when the game should get the focus back. The full phone screen gets black and this crash trace appears in logcat.
    During my tests, the ad was served by AppLovin, if this information can be of any use.
    This crash only appears with interstitial (skippable videos). With rewarded videos (non-skippable videos), this crash doesn't occur.

    I provide this information to give as many details as I can. But I am truly not sure, by looking at the stacktrace, that this crash is related to any advertisement or meditation system.
     
  3. Yanka33

    Yanka33

    Joined:
    Oct 12, 2015
    Posts:
    10
    OK, I've found a workaround.
    Apparently, the problem comes from TextMeshPro or another UI component. If I start a coroutine waiting even only 0.1s before reactivating the UI after the advertisement has ended, there is no crash anymore.
    I don't know where exactly the problem is, but apparently Unity tries to access something it is not allowed yet to access, causing this crash...

    It doesn't solve the real problem and doesn't answer the question of the downgrading process though.
     
  4. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
    There is no way to downgrade. Unity strives to be backwards-compatible to a degree, but not forward-compatible at all.

    If you are not using version control (which I would highly recommend), it's a good idea to always take a backup of your project before opening it with a new version of Unity.

    As for the crash you're seeing, I suggest you report it via the bug reporter. It doesn't seem related to the new Prefabs system.
     
  5. armnotstrong

    armnotstrong

    Joined:
    Mar 3, 2017
    Posts:
    21
    We are facing somewhat the same problem

    We are using Unity 2018.4.4f1

    We have to update our Unity version because now Google Play needs aab file now

    After investigating we found this will happen when a reward ad is loaded and we set Active a UI element which with a TextMesh pro text inside it (that element will not be activated until we received an event that says the reward ad was ready)

    when we remove the TextMesh Pro Text Or replace it with UGUI text, this will stop from happening

    It's highly likely that TextMesh Pro is to be blamed.

    Code (CSharp):
    1. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    2. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    3. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: Build type 'Release', Scripting Backend 'mono', CPU 'armeabi-v7a'
    4. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: Build fingerprint: 'Android/osborn/osborn:7.1.1/NGI77B/1560252258:user/dev-keys'
    5. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: Revision: '0'
    6. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: pid: 14227, tid: 16278, name: Thread-351  >>> com.xxxxx.app.xxxxx <<<
    7. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH:     r0 00000000  r1 00000001  r2 aea92ad0  r3 00000001
    8. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH:     r4 00000002  r5 aea92210  r6 aea92ad0  r7 00000000
    9. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH:     r8 00000000  r9 aea92ad0  sl aea92b40  fp 00000000
    10. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH:     ip c5a7b668  sp 9dd28e20  lr c5199e20  pc c5199e9c  cpsr 00003f96
    11. 2019-08-09 17:45:10.950 14227-16278/? E/CRASH: backtrace:
    12. 2019-08-09 17:45:10.953 14227-16278/? E/CRASH:     #00  pc 0080be9c  /data/app/com.xxxxx.app.xxxxx-1/lib/arm/libunity.so
    13. 2019-08-09 17:45:10.953 14227-16278/? E/CRASH:     #01  pc 0080d580  /data/app/com.xxxxx.app.xxxxx-1/lib/arm/libunity.so
    14. 2019-08-09 17:45:10.953 14227-16278/? E/CRASH:     #02  pc 0080d780  /data/app/com.xxxxx.app.xxxxx-1/lib/arm/libunity.so
    15. 2019-08-09 17:45:10.954 14227-16278/? E/CRASH:     #03  pc 00008424   ( (wrapper managed-to-native) UnityEngine.Mesh:Internal_Create (UnityEngine.Mesh) {0xbd1d99e0} + 0x3c (0xbe0083e8 0xbe008474) [0xc4514f00 - Unity Root Domain]+33828)
    16. 2019-08-09 17:45:10.954 14227-16278/? E/CRASH: memory near r2:
    17. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92ab0 00000000 00000000 ff000000 ff000000  ................
    18. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92ac0 abababab abababab 00000019 000001e1  ................
    19. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92ad0 00000034 00000002 00000000 00000000  4...............
    20. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92ae0 00000000 00000000 00000000 00000000  ................
    21. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92af0 00000000 00000000 00000000 00000000  ................
    22. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92b00 00000000 00000000 00000000 00000000  ................
    23. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92b10 00000000 00000000 00000000 00000000  ................
    24. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92b20 00000000 00000000 00000000 00000000  ................
    25. 2019-08-09 17:45:10.955 14227-16278/? E/CRASH:     aea92b30 00000000 00000000 00000000 00000000  ................
    26. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b40 00000000 00000000 00000000 00000000  ................
    27. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b50 00000001 00000034 00000000 00000000  ....4...........
    28. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b60 00000034 00000000 00000000 ad15b820  4........... ...
    29. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b70 00000034 00000001 00000002 00000000  4...............
    30. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b80 00000034 00000000 00000000 00000000  4...............
    31. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92b90 00000034 00000000 00000000 00000000  4...............
    32. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92ba0 00000034 00000000 00000000 00000000  4...............
    33. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH: memory near r5:
    34. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea921f0 ff000000 ff000000 ff000000 ff000000  ................
    35. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92200 abababab abababab 00000019 00000239  ............9...
    36. 2019-08-09 17:45:10.956 14227-16278/? E/CRASH:     aea92210 c5a5414c ffffdd28 11800034 00000000  LA..(...4.......
    37. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92220 000027fc 00000002 a920f9c0 c59e42b4  .'........ ..B..
    38. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92230 aea92ad0 ad15b690 00000000 00000000  .*..............
    39. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92240 00000000 00000000 00000100 00000003  ................
    40. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92250 00000000 00000000 00000000 00000000  ................
    41. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92260 00000000 00000000 00000000 00000047  ............G...
    42. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92270 00000000 00000000 00000000 00000047  ............G...
    43. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92280 00000000 00000000 00000000 00000000  ................
    44. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea92290 00000000 00000000 00000047 00000000  ........G.......
    45. 2019-08-09 17:45:10.957 14227-16278/? E/CRASH:     aea922a0 00000000 00000000 00000034 00000000  ........4.......
    46. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea922b0 00000000 00000000 00000034 00000000  ........4.......
    47. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea922c0 00000000 00000000 ffffffff 00000000  ................
    48. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea922d0 00000000 00000000 00000000 00000000  ................
    49. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea922e0 00000000 00000000 aea922e8 aea922e8  ........."..."..
    50. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH: memory near r6:
    51. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92ab0 00000000 00000000 ff000000 ff000000  ................
    52. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92ac0 abababab abababab 00000019 000001e1  ................
    53. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92ad0 00000034 00000002 00000000 00000000  4...............
    54. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92ae0 00000000 00000000 00000000 00000000  ................
    55. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92af0 00000000 00000000 00000000 00000000  ................
    56. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92b00 00000000 00000000 00000000 00000000  ................
    57. 2019-08-09 17:45:10.958 14227-16278/? E/CRASH:     aea92b10 00000000 00000000 00000000 00000000  ................
    58. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b20 00000000 00000000 00000000 00000000  ................
    59. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b30 00000000 00000000 00000000 00000000  ................
    60. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b40 00000000 00000000 00000000 00000000  ................
    61. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b50 00000001 00000034 00000000 00000000  ....4...........
    62. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b60 00000034 00000000 00000000 ad15b820  4........... ...
    63. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b70 00000034 00000001 00000002 00000000  4...............
    64. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b80 00000034 00000000 00000000 00000000  4...............
    65. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92b90 00000034 00000000 00000000 00000000  4...............
    66. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92ba0 00000034 00000000 00000000 00000000  4...............
    67. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH: memory near r9:
    68. 2019-08-09 17:45:10.959 14227-16278/? E/CRASH:     aea92ab0 00000000 00000000 ff000000 ff000000  ................
    69. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92ac0 abababab abababab 00000019 000001e1  ................
    70. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92ad0 00000034 00000002 00000000 00000000  4...............
    71. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92ae0 00000000 00000000 00000000 00000000  ................
    72. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92af0 00000000 00000000 00000000 00000000  ................
    73. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b00 00000000 00000000 00000000 00000000  ................
    74. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b10 00000000 00000000 00000000 00000000  ................
    75. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b20 00000000 00000000 00000000 00000000  ................
    76. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b30 00000000 00000000 00000000 00000000  ................
    77. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b40 00000000 00000000 00000000 00000000  ................
    78. 2019-08-09 17:45:10.960 14227-16278/? E/CRASH:     aea92b50 00000001 00000034 00000000 00000000  ....4...........
    79. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b60 00000034 00000000 00000000 ad15b820  4........... ...
    80. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b70 00000034 00000001 00000002 00000000  4...............
    81. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b80 00000034 00000000 00000000 00000000  4...............
    82. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b90 00000034 00000000 00000000 00000000  4...............
    83. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92ba0 00000034 00000000 00000000 00000000  4...............
    84. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH: memory near sl:
    85. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b20 00000000 00000000 00000000 00000000  ................
    86. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b30 00000000 00000000 00000000 00000000  ................
    87. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b40 00000000 00000000 00000000 00000000  ................
    88. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b50 00000001 00000034 00000000 00000000  ....4...........
    89. 2019-08-09 17:45:10.961 14227-16278/? E/CRASH:     aea92b60 00000034 00000000 00000000 ad15b820  4........... ...
    90. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92b70 00000034 00000001 00000002 00000000  4...............
    91. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92b80 00000034 00000000 00000000 00000000  4...............
    92. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92b90 00000034 00000000 00000000 00000000  4...............
    93. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92ba0 00000034 00000000 00000000 00000000  4...............
    94. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92bb0 00000034 00000000 00000000 00000000  4...............
    95. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92bc0 26c10000 00000000 00000000 a1eef411  ...&............
    96. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92bd0 ee79a1fb 8bafb42d 120dbb00 26c1d566  ..y.-.......f..&
    97. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92be0 010302fd ff000100 ff000000 ff000000  ................
    98. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92bf0 ff000000 ff000000 ff000000 ff000000  ................
    99. 2019-08-09 17:45:10.962 14227-16278/? E/CRASH:     aea92c00 abababab abababab 00000019 00000219  ................
    100. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     aea92c10 b37c7200 00000000 00000003 00000000  .r|.............
    101. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH: memory near sp:
    102. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     9dd28e00 ad15b690 aea92ad0 a920f9c0 aea92210  .....*.... .."..
    103. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     9dd28e10 00000002 aea92210 00000000 c5199e20  ....."...... ...
    104. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     9dd28e20 00000000 00000000 00000000 00000000  ................
    105. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     9dd28e30 00000000 00000000 00000000 00000000  ................
    106. 2019-08-09 17:45:10.963 14227-16278/? E/CRASH:     9dd28e40 00000000 00000000 00000000 00000000  ................
    107. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28e50 00000000 00000000 aea92ad8 aea92ad0  .........*...*..
    108. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28e60 00000000 00000002 00000000 00000000  ................
    109. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28e70 00000000 aea92210 00000000 00000000  ....."..........
    110. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28e80 00000000 00000000 00000000 9dd28ed0  ................
    111. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28e90 aea92ad8 aea92210 a920f9c0 00000000  .*...".... .....
    112. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28ea0 00000000 00000000 00000000 00000001  ................
    113. 2019-08-09 17:45:10.964 14227-16278/? E/CRASH:     9dd28eb0 00000000 00000000 03020100 07060504  ................
    114. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     9dd28ec0 0b0a0908 cc491864 00000000 00000000  ....d.I.........
    115. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     9dd28ed0 00000000 00000000 00000000 00000000  ................
    116. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     9dd28ee0 00000000 00000000 00000000 00000000  ................
    117. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     9dd28ef0 00000000 00000000 00000000 aea92210  ............."..
    118. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH: code around pc:
    119. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     c5199e7c e1a00004 e5928340 e12fff31 e1a02000  ....@...1./.. ..
    120. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     c5199e8c e1a00007 e1a01005 e12fff38 e59d0050  ........8./.P...
    121. 2019-08-09 17:45:10.965 14227-16278/? E/CRASH:     c5199e9c e5901000 e5912180 e1a01006 e12fff32  .....!......2./.
    122. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199eac e59d1054 e5d1003c e20000fc e5c1003c  T...<.......<...
    123. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199ebc e281002c ebffbde5 e28d0088 ebe24775  ,...........uG..
    124. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199ecc e59f0030 e59d10a4 e79f0000 e5900000  0...............
    125. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199edc e0500001 028dd0a8 0cbd8b0c 028dd004  ..P.............
    126. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199eec 08bd8ff0 ebe106c0 008e0a28 007f84ca  ........(.......
    127. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199efc 0076dd87 008e08f4 008e0374 e92d4ff0  ..v.....t....O-.
    128. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f0c e24dd00c e1a0c001 e5901008 e3510000  ..M...........Q.
    129. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f1c 0a00007c e3a09000 e88d1001 e590e000  |...............
    130. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f2c e0693189 e08eb183 e59b2028 e59b8020  .1i.....( .. ...
    131. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f3c e3520001 0a00002c e3520002 1a00006e  ..R.,.....R.n...
    132. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f4c e59b2024 e3520004 3a00006b e1a05122  $ ....R.k..:"Q..
    133. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f5c e59c100c e59ca008 e0857085 e1a0b003  .........p......
    134. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199f6c e08a6187 e1a010a1 e1510006 2a000006  .a........Q....*
    135. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH: code around lr:
    136. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199e00 e3a00001 e3580001 e3a03000 03000002  ......X..0......
    137. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199e10 e1a00037 ea000003 e5950024 ebff78c3  7.......$....x..
    138. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199e20 ea00001c e1a00130 e3a01002 e0000490  ....0...........
    139. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199e30 e58d105c e59d104c e58d1060 e59d1048  \...L...`...H...
    140. 2019-08-09 17:45:10.966 14227-16278/? E/CRASH:     c5199e40 e58d1064 e3a01000 e58d4068 e59d4054  d.......h@..T@..
    141. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199e50 e58d106c e28d1058 e58d0058 e5940024  l...X...X...$...
    142. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199e60 ebff78e0 e5941024 e59d7050 e5940000  .x..$...Pp......
    143. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199e70 e5915008 e5972000 e5901028 e1a00004  .P... ..(.......
    144. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199e80 e5928340 e12fff31 e1a02000 e1a00007  @...1./.. ......
    145. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199e90 e1a01005 e12fff38 e59d0050 e5901000  ....8./.P.......
    146. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199ea0 e5912180 e1a01006 e12fff32 e59d1054  .!......2./.T...
    147. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199eb0 e5d1003c e20000fc e5c1003c e281002c  <.......<...,...
    148. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199ec0 ebffbde5 e28d0088 ebe24775 e59f0030  ........uG..0...
    149. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199ed0 e59d10a4 e79f0000 e5900000 e0500001  ..............P.
    150. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199ee0 028dd0a8 0cbd8b0c 028dd004 08bd8ff0  ................
    151. 2019-08-09 17:45:10.967 14227-16278/? E/CRASH:     c5199ef0 ebe106c0 008e0a28 007f84ca 0076dd87  ....(.........v.
    152. 2019-08-09 17:45:10.986 14227-14368/? E/CRASH: other thread is trapped; signum = 11
    153. 2019-08-09 17:45:10.987 14227-14368/? E/MessageQueue: IdleHandler threw exception
    154.    java.lang.Error: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
    155.    Build fingerprint: 'Android/osborn/osborn:7.1.1/NGI77B/1560252258:user/dev-keys'
    156.    Revision: '0'
    157.    pid: 14227, tid: 16278, name: Thread-351  >>> com.xxxxx.app.xxxxx <<<
    158.        r0 00000000  r1 00000001  r2 aea92ad0  r3 00000001
    159.        r4 00000002  r5 aea92210  r6 aea92ad0  r7 00000000
    160.        r8 00000000  r9 aea92ad0  sl aea92b40  fp 00000000
    161.        ip c5a7b668  sp 9dd28e20  lr c5199e20  pc c5199e9c  cpsr 00003f96
    162.  
    163.        at libunity.0080be9c(Native Method)
    164.        at libunity.0080d580(Native Method)
    165.        at libunity.0080d780(Native Method)
    166.        at Unknown.00008424(Unknown Source)
     
    Last edited: Aug 9, 2019
    cobrecht likes this.