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 Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and lik

Discussion in 'Android' started by pKallv, Mar 12, 2021.

  1. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,177
    I realise I probably have a memory leak but do not know how to find it. Tried the Memory Profiler (in review) but could only do one snapshot.

    Not very technical either.

    Can anyone share some ideas around this topic?

    Code (CSharp):
    1. Warning Mar 12, 2021, 06:44:53.209 262 Internal: JobTempAlloc has allocations that are more than 4 frames old - this is not allowed and likely a leak
    2. Warning Mar 12, 2021, 06:44:53.281 264 Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 5)
    3. Warning Mar 12, 2021, 06:44:53.281 264 Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
    4. Warning Mar 12, 2021, 06:44:53.281 264 Internal: deleting an allocation that is older than its permitted lifetime of 4 frames (age = 6)
     
  2. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,177
    I do not know if this is related but I was running the Unity logicat and get the following error.

    Code (CSharp):
    1. 2021/03/12 15:35:59.764 18247 18308 Error SharedPreferencesImpl Couldn't create directory for SharedPreferences file /data/user/0/com.TheFroghouseAB.xxxxxxxxz/shared_prefs/com.TheFroghouseAB.FamilyQuiz.v2.playerprefs.xml
    2. 2021/03/12 15:35:59.765 18247 18282 Error Unity SqliteException: Unable to open the database file
    3. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at Mono.Data.Sqlite.SQLite3.Open (System.String strFilename, Mono.Data.Sqlite.SQLiteOpenFlagsEnum flags, System.Int32 maxPoolSize, System.Boolean usePool) [0x00000] in <00000000000000000000000000000000>:0
    4. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in <00000000000000000000000000000000>:0
    5. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at FQ_Database.ReadDatabaseNS.ReadRecordForDiffLevel (System.Int32 _idNr) [0x00000] in <00000000000000000000000000000000>:0
    6. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at FQ_Obsolete.FQ_ObsoleteQuestions.CheckNumberOfObsoleterecords () [0x00000] in <00000000000000000000000000000000>:0
    7. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at FQ_Manager.SetupMainGame () [0x00000] in <00000000000000000000000000000000>:0
    8. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at UnityEngine.Events.UnityAction.Invoke () [0x00000] in <00000000000000000000000000000000>:0
    9. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at UnityEngine.Events.UnityEvent.Invoke () [0x00000] in <00000000000000000000000000000000>:0
    10. 2021/03/12 15:35:59.765 18247 18282 Error Unity   at UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1].Invoke (T1 handler, UnityEngine.EventSystems.BaseEventData eventData) [0x00000
    11. 2021/03/12 15:35:59.765 18247 18325 Error art ashmem_create_region failed for 'indirect ref table': Too many open files
    12. 2021/03/12 15:35:59.768 18247 18371 Error vulkan dequeueBuffer failed: Unknown error 2147483646 (-2147483646)
    13. 2021/03/12 15:35:59.777 18247 18371 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    14. 2021/03/12 15:35:59.777 18247 18371 Error CRASH Version '2020.2.7f1 (c53830e277f1)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    15. 2021/03/12 15:35:59.777 18247 18325 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    16. 2021/03/12 15:35:59.777 18247 18371 Error CRASH Build fingerprint: 'samsung/zenltexx/zenlte:7.0/NRD90M/G928FXXS5CRH1:user/release-keys'
    17. 2021/03/12 15:35:59.777 18247 18371 Error CRASH Revision: '9'
    18. 2021/03/12 15:35:59.777 18247 18325 Error CRASH Version '2020.2.7f1 (c53830e277f1)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    19. 2021/03/12 15:35:59.777 18247 18371 Error CRASH ABI: 'arm64'
    20. 2021/03/12 15:35:59.777 18247 18371 Error CRASH Timestamp: 2021-03-12 15:35:59+0100
    21. 2021/03/12 15:35:59.777 18247 18371 Error CRASH pid: 18247, tid: 18371, name: <unknown>  >>> <unknown> <<<
    22. 2021/03/12 15:35:59.777 18247 18371 Error CRASH uid: 10204
    23. 2021/03/12 15:35:59.777 18247 18371 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10
    24. 2021/03/12 15:35:59.777 18247 18325 Error CRASH Build fingerprint: 'samsung/zenltexx/zenlte:7.0/NRD90M/G928FXXS5CRH1:user/release-keys'
    25. 2021/03/12 15:35:59.777 18247 18371 Error CRASH Cause: null pointer dereference
    26. 2021/03/12 15:35:59.777 18247 18325 Error CRASH Revision: '9'
    27. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x0  0000000000000000  x1  0000007375cfe010  x2  0000000000000002  x3  0000000000000400
    28. 2021/03/12 15:35:59.777 18247 18325 Error CRASH ABI: 'arm64'
    29. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x4  0000000000000100  x5  0000000000000001  x6  00000073a4051000  x7  0000000000000000
    30. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x8  00000072f0e495c0  x9  0000000000000bf0  x10 0000000000000010  x11 0000000000000000
    31. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x12 00000000000001ff  x13 0000000000000000  x14 0000000000000000  x15 002dd3f818abd71d
    32. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x16 000000737e809a10  x17 00000073a1d5df50  x18 00000000ffffffff  x19 00000072f0c0fc80
    33. 2021/03/12 15:35:59.777 18247 18325 Error CRASH Timestamp: 2021-03-12 15:35:59+0100
    34. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x20 00000072f0e495c0  x21 00000072f0c0fc80  x22 000000731003bda0  x23 0000000000000050
    35. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x24 0000000000000001  x25 00000072f0c20750  x26 00000072f0c2a9f0  x27 0000078000000438
    36. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     x28 00000072a000018c  x29 0000007375cfe370
    37. 2021/03/12 15:35:59.777 18247 18325 Error CRASH pid: 18247, tid: 18325, name: <unknown>  >>> <unknown> <<<
    38. 2021/03/12 15:35:59.777 18247 18371 Error CRASH     sp  0000007375cfe010  lr  000000737e0d50b4  pc  000000737e0d50d4
    39. 2021/03/12 15:35:59.777 18247 18325 Error CRASH uid: 10204
    40. 2021/03/12 15:35:59.777 18247 18371 Error CRASH
    41. 2021/03/12 15:35:59.777 18247 18371 Error CRASH backtrace:
    42. 2021/03/12 15:35:59.777 18247 18371 Error CRASH       #00 pc 00000000003570d4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    43. 2021/03/12 15:35:59.777 18247 18325 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    44. 2021/03/12 15:35:59.777 18247 18371 Error CRASH       #01 pc 00000000003665dc  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    45. 2021/03/12 15:35:59.777 18247 18325 Error CRASH Cause: null pointer dereference
    46. 2021/03/12 15:35:59.777 18247 18371 Error CRASH       #02 pc 000000000034acf8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    47. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #03 pc 00000000003466d4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    48. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #04 pc 0000000000666168  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    49. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x0  0000000000000000  x1  0000000000000000  x2  000000737aa22eb0  x3  0000000000000000
    50. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #05 pc 000000000066c810  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    51. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x4  0000000000000000  x5  000000737e57edc8  x6  0000000000000000  x7  0000000000000000
    52. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #06 pc 0000000000664b90  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    53. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x8  0000000000000000  x9  0000000000000068  x10 0000000000000001  x11 0000000000000410
    54. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #07 pc 000000000025f3a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    55. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x12 000000000003fe20  x13 0000000000000000  x14 000000000003fe1f  x15 2e8ba2e8ba2e8ba3
    56. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #08 pc 0000000000068258  /system/lib64/libc.so (__pthread_start(void*)+196) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    57. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x16 000000737e809938  x17 00000073a1d5d95c  x18 000000739f0b30e0  x19 0000007310070861
    58. 2021/03/12 15:35:59.778 18247 18371 Error CRASH       #09 pc 000000000001dc00  /system/lib64/libc.so (__start_thread+16) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    59. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x20 000000737aa22f68  x21 0000000000000061  x22 000000737aa234e8  x23 0000000000000049
    60. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x24 000000737aa22f78  x25 0000000000000000  x26 0b2915b6259c1ab0  x27 0000000000000000
    61. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     x28 000000000000000b  x29 000000737aa23430
    62. 2021/03/12 15:35:59.778 18247 18325 Error CRASH     sp  000000737aa22f10  lr  000000737e064864  pc  000000737e064878
    63. 2021/03/12 15:35:59.778 18247 18325 Error CRASH
    64. 2021/03/12 15:35:59.778 18247 18325 Error CRASH backtrace:
    65. 2021/03/12 15:35:59.778 18247 18325 Error CRASH       #00 pc 00000000002e6878  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    66. 2021/03/12 15:35:59.778 18247 18325 Error CRASH       #01 pc 00000000002e2fbc  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    67. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #02 pc 00000000002effec  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    68. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #03 pc 00000000004ac8d8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    69. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #04 pc 0000000000660ec8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    70. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #05 pc 00000000004ad57c  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    71. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #06 pc 00000000004acf74  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    72. 2021/03/12 15:35:59.779 18247 18325 Error CRASH       #07 pc 00000000004ad110  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    73. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #08 pc 00000000001e1658  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    74. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #09 pc 00000000001e1910  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    75. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #10 pc 00000000001e19d0  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    76. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #11 pc 00000000001e1b50  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    77. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #12 pc 00000000001e10a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    78. 2021/03/12 15:35:59.780 18247 18325 Error CRASH       #13 pc 000000000025f3a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    79. 2021/03/12 15:35:59.781 18247 18325 Error CRASH       #14 pc 0000000000068258  /system/lib64/libc.so (__pthread_start(void*)+196) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    80. 2021/03/12 15:35:59.781 18247 18325 Error CRASH       #15 pc 000000000001dc00  /system/lib64/libc.so (__start_thread+16) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    81. 2021/03/12 15:36:02.589 18247 18247 Debug ViewRootImpl@ae97b6b[UnityPlayerActivity] ViewPostImeInputStage processPointer 0
    82. 2021/03/12 15:36:02.590 18247 18247 Error CRASH other thread is trapped; signum = 11
    83. 2021/03/12 15:36:02.616 18247 18247 Error InputEventReceiver Exception dispatching input event.
    84. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Exception in MessageQueue callback: handleReceiveCallback
    85. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    86. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Version '2020.2.7f1 (c53830e277f1)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    87. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Build fingerprint: 'samsung/zenltexx/zenlte:7.0/NRD90M/G928FXXS5CRH1:user/release-keys'
    88. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Revision: '9'
    89. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI ABI: 'arm64'
    90. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Timestamp: 2021-03-12 15:35:59+0100
    91. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI pid: 18247, tid: 18325, name: <unknown>  >>> <unknown> <<<
    92. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI uid: 10204
    93. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    94. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI Cause: null pointer dereference
    95. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x0  0000000000000000  x1  0000000000000000  x2  000000737aa22eb0  x3  0000000000000000
    96. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x4  0000000000000000  x5  000000737e57edc8  x6  0000000000000000  x7  0000000000000000
    97. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x8  0000000000000000  x9  0000000000000068  x10 0000000000000001  x11 0000000000000410
    98. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x12 000000000003fe20  x13 0000000000000000  x14 000000000003fe1f  x15 2e8ba2e8ba2e8ba3
    99. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x16 000000737e809938  x17 00000073a1d5d95c  x18 000000739f0b30e0  x19 0000007310070861
    100. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x20 000000737aa22f68  x21 0000000000000061  x22 000000737aa234e8  x23 0000000000000049
    101. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x24 000000737aa22f78  x25 0000000000000000  x26 0b2915b6259c1ab0  x27 0000000000000000
    102. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     x28 000000000000000b  x29 000000737aa23430
    103. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     sp  000000737aa22f10  lr  000000737e064864  pc  000000737e064878
    104. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI
    105. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI backtrace:
    106. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #00 pc 00000000002e6878  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    107. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #01 pc 00000000002e2fbc  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    108. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #02 pc 00000000002effec  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    109. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #03 pc 00000000004ac8d8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    110. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #04 pc 0000000000660ec8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    111. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #05 pc 00000000004ad57c  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    112. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #06 pc 00000000004acf74  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    113. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #07 pc 00000000004ad110  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    114. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #08 pc 00000000001e1658  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    115. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #09 pc 00000000001e1910  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    116. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #10 pc 00000000001e19d0  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    117. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #11 pc 00000000001e1b50  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    118. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #12 pc 00000000001e10a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    119. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #13 pc 000000000025f3a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    120. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #14 pc 0000000000068258  /system/lib64/libc.so (__pthread_start(void*)+196) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    121. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI       #15 pc 000000000001dc00  /system/lib64/libc.so (__start_thread+16) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    122. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI
    123. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x2e6878(Native Method)
    124. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x2e2fbc(Native Method)
    125. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x2effec(Native Method)
    126. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x4ac8d8(Native Method)
    127. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x660ec8(Native Method)
    128. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x4ad57c(Native Method)
    129. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x4acf74(Native Method)
    130. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x4ad110(Native Method)
    131. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x1e1658(Native Method)
    132. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x1e1910(Native Method)
    133. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x1e19d0(Native Method)
    134. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x1e1b50(Native Method)
    135. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at libunity.0x1e10a4(Native Method)
    136. 2021/03/12 15:36:02.616 18247 18247 Error MessageQueue-JNI     at li
    137. 2021/03/12 15:36:02.617 18247 18247 Debug AndroidRuntime Shutting down VM
    138. 0001/01/01 00:00:00.000 -1 -1 Info  --------- beginning of crash
    139. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime FATAL EXCEPTION: main
    140. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Process: com.TheFroghouseAB.FamilyQuiz, PID: 18247
    141. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime java.lang.Error: FATAL EXCEPTION [main]
    142. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Unity version     : 2020.2.7f1
    143. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Device model      : samsung SM-G928F
    144. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Device fingerprint: samsung/zenltexx/zenlte:7.0/NRD90M/G928FXXS5CRH1:user/release-keys
    145. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Build Type        : Release
    146. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Scripting Backend : IL2CPP
    147. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime ABI               : arm64-v8a
    148. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Strip Engine Code : true
    149. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime
    150. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Caused by: java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    151. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Version '2020.2.7f1 (c53830e277f1)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    152. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Build fingerprint: 'samsung/zenltexx/zenlte:7.0/NRD90M/G928FXXS5CRH1:user/release-keys'
    153. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Revision: '9'
    154. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime ABI: 'arm64'
    155. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Timestamp: 2021-03-12 15:35:59+0100
    156. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime pid: 18247, tid: 18325, name: <unknown>  >>> <unknown> <<<
    157. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime uid: 10204
    158. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    159. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime Cause: null pointer dereference
    160. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x0  0000000000000000  x1  0000000000000000  x2  000000737aa22eb0  x3  0000000000000000
    161. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x4  0000000000000000  x5  000000737e57edc8  x6  0000000000000000  x7  0000000000000000
    162. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x8  0000000000000000  x9  0000000000000068  x10 0000000000000001  x11 0000000000000410
    163. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x12 000000000003fe20  x13 0000000000000000  x14 000000000003fe1f  x15 2e8ba2e8ba2e8ba3
    164. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x16 000000737e809938  x17 00000073a1d5d95c  x18 000000739f0b30e0  x19 0000007310070861
    165. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x20 000000737aa22f68  x21 0000000000000061  x22 000000737aa234e8  x23 0000000000000049
    166. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x24 000000737aa22f78  x25 0000000000000000  x26 0b2915b6259c1ab0  x27 0000000000000000
    167. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     x28 000000000000000b  x29 000000737aa23430
    168. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     sp  000000737aa22f10  lr  000000737e064864  pc  000000737e064878
    169. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime
    170. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime backtrace:
    171. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #00 pc 00000000002e6878  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    172. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #01 pc 00000000002e2fbc  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    173. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #02 pc 00000000002effec  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    174. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #03 pc 00000000004ac8d8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    175. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #04 pc 0000000000660ec8  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    176. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #05 pc 00000000004ad57c  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    177. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #06 pc 00000000004acf74  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    178. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #07 pc 00000000004ad110  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    179. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #08 pc 00000000001e1658  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    180. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #09 pc 00000000001e1910  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    181. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #10 pc 00000000001e19d0  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    182. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #11 pc 00000000001e1b50  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    183. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #12 pc 00000000001e10a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    184. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #13 pc 000000000025f3a4  /data/app/com.TheFroghouseAB.FamilyQuiz-1/lib/arm64/libunity.so (BuildId: ba44befdcd5932e85167edfd19c261cac0cc589c)
    185. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #14 pc 0000000000068258  /system/lib64/libc.so (__pthread_start(void*)+196) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    186. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime       #15 pc 000000000001dc00  /system/lib64/libc.so (__start_thread+16) (BuildId: 0823626294ab008e93e3f03fd5facdee)
    187. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime
    188. 2021/03/12 15:36:02.624 18247 18247 Error AndroidRuntime     at libunity.0x2e6878(Native Method)
    189. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x2e2fbc(Native Method)
    190. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x2effec(Native Method)
    191. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x4ac8d8(Native Method)
    192. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x660ec8(Native Method)
    193. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x4ad57c(Native Method)
    194. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x4acf74(Native Method)
    195. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x4ad110(Native Method)
    196. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x1e1658(Native Method)
    197. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x1e1910(Native Method)
    198. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x1e19d0(Native Method)
    199. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x1e1b50(Native Method)
    200. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x1e10a4(Native Method)
    201. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libunity.0x25f3a4(Native Method)
    202. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libc.__pthread_start(void*)(__pthread_start:196)
    203. 2021/03/12 15:36:02.625 18247 18247 Error AndroidRuntime     at libc.__start_thread(__start_thread:16)
    204. 2021/03/12 15:36:03.240 18247 18802 Error art ashmem_create_region failed for 'indirect ref table': Too many open files
    205.  
     
  3. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,177
    I found this line:

    Code (CSharp):
    1. art ashmem_create_region failed for 'indirect ref table': Too many open files