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. Dismiss Notice

Mass Crashes

Discussion in 'Unity Ads & User Acquisition' started by echeg, Mar 23, 2021.

  1. echeg

    echeg

    Joined:
    Aug 1, 2012
    Posts:
    90
    This morning, without any updates, massive application crashes began.
    Unity v2020.2.4f1
    Unity Ads v3.6.1

    upload_2021-3-23_15-22-53.png

    Logs are relatively diverse:

    Code (CSharp):
    1. java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2. Version '2020.2.4f1 (becced5a802b)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    3. Build fingerprint: 'HONOR/STK-L21VHN/HWSTK-HF:10/HONORSTK-LX1/10.0.0.233C185:user/release-keys'
    4. Revision: '0'
    5. ABI: 'arm64'
    6. Timestamp: 2021-03-23 14:55:32+0300
    7. pid: 9119, tid: 9119, name: .monsterbreaker  >>> com.qcore.monsterbreaker <<<
    8. uid: 10369
    9. signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    10. Cause: null pointer dereference
    11.     x0  0000000000000000  x1  000000784bdb91ec  x2  7265646f63654400  x3  726f7463656c6553
    12.     x4  0000000000000000  x5  0000000000000000  x6  716e7362646b6452  x7  7f7f7f7f7f7f7f7f
    13.     x8  0101010101010101  x9  000000784bb16000  x10 000000700002dc08  x11 000000784bdb9488
    14.     x12 00000000ffffffff  x13 0000000000000000  x14 4b3d092f234ec266  x15 cae6c696f68e9634
    15.     x16 000000784fe5f0f0  x17 000000792cefb220  x18 00000078306933a0  x19 0000000000000003
    16.     x20 0000000000000000  x21 000000700001fd40  x22 0000007fe9fb83d8  x23 000000700002dc08
    17.     x24 000000700002dc18  x25 0000000000000000  x26 0000007fe9fb8670  x27 0000000000000000
    18.     x28 00000070000b81a0  x29 0000007fe9fb8330
    19.     sp  0000007fe9fb8300  lr  000000784edea9dc  pc  000000784edea9dc
    20.  
    21. backtrace:
    22.       #00 pc 00000000034529dc  [anon:libwebview reservation]
    23.  
    24.     at [anon:libwebview reservation].0x34529dc(Native Method)
    25.  
    26. ----------------
    27. 0.
    28. main
    29. group=main, state=runnable, tid=1, priority=5
    30.  
    31. main
    32.     at J.N.M1Y_XVCN(Native Method)
    33.     at org.chromium.content.browser.BrowserStartupControllerImpl.a(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    34.     at org.chromium.content.browser.BrowserStartupControllerImpl.g(chromium-TrichromeWebViewGoogle.aab-stable-438909033:11)
    35.     at t6.run(chromium-TrichromeWebViewGoogle.aab-stable-438909033:20)
    36.     at org.chromium.base.ThreadUtils.f(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    37.     at sp0.j(chromium-TrichromeWebViewGoogle.aab-stable-438909033:32)
    38.     at sp0.b(chromium-TrichromeWebViewGoogle.aab-stable-438909033:22)
    39.     at sp0.l(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    40.     at com.android.webview.chromium.WebViewChromiumFactoryProvider.g(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    41.     at com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle.aab-stable-438909033:14)
    42.     at android.webkit.WebView.<init>(WebView.java:433)
    43.     at android.webkit.WebView.<init>(WebView.java:355)
    44.     at android.webkit.WebView.<init>(WebView.java:338)
    45.     at android.webkit.WebView.<init>(WebView.java:325)
    46.     at android.webkit.WebView.<init>(WebView.java:315)
    47.     at com.unity3d.services.core.webview.WebView.<init>(WebView.java:22)
    48.     at com.unity3d.services.core.webview.WebViewApp.<init>(WebViewApp.java:56)
    49.     at com.unity3d.services.core.webview.WebViewApp.<init>(WebViewApp.java:39)
    50.     at com.unity3d.services.core.webview.WebViewApp$1.run(WebViewApp.java:293)
    51.     at android.os.Handler.handleCallback(Handler.java:888)
    52.     at android.os.Handler.dispatchMessage(Handler.java:100)
    53.     at android.os.Looper.loop(Looper.java:213)
    54.     at android.app.ActivityThread.main(ActivityThread.java:8178)
    55.     at java.lang.reflect.Method.invoke(Native Method)
    56.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
    57.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101)
    58.  
    59.  

    Code (CSharp):
    1. java.util.concurrent.TimeoutException: com.unity3d.player.ReflectionHelper$1.finalize() timed out after 10 seconds
    2.     at com.unity3d.player.ReflectionHelper.nativeProxyFinalize(Native Method)
    3.     at com.unity3d.player.ReflectionHelper.b(Unknown Source)
    4.     at com.unity3d.player.ReflectionHelper$1.finalize(Unknown Source)
    5.     at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:206)
    6.     at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:189)
    7.     at java.lang.Thread.run(Thread.java:818)
    8.  
    9. #0. main
    10.     at com.unity3d.player.ReflectionHelper.nativeProxyInvoke(Native Method)
    11.     at com.unity3d.player.ReflectionHelper.a(Unknown Source)
    12.     at com.unity3d.player.ReflectionHelper$1.invoke(Unknown Source)
    13.     at java.lang.reflect.Proxy.invoke(Proxy.java:397)
    14.     at $Proxy10.hashCode(Unknown Source)
    15.     at java.util.Collections.secondaryHash(Collections.java:3405)
    16.     at java.util.HashMap.put(HashMap.java:385)
    17.     at java.util.HashSet.add(HashSet.java:95)
    18.     at java.util.LinkedHashSet.<init>(LinkedHashSet.java:82)
    19.     at com.unity3d.ads.properties.AdsProperties.getListeners(AdsProperties.java:39)
    20.     at com.unity3d.services.ads.api.Listener$5.run(Listener.java:76)
    21.     at android.os.Handler.handleCallback(Handler.java:739)
    22.     at android.os.Handler.dispatchMessage(Handler.java:95)
    23.     at android.os.Looper.loop(Looper.java:145)
    24.     at android.app.ActivityThread.main(ActivityThread.java:7007)
    25.     at java.lang.reflect.Method.invoke(Native Method)
    26.     at java.lang.reflect.Method.invoke(Method.java:372)
    27.     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
    28.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199
    Code (CSharp):
    1. java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2. Version '2020.2.4f1 (becced5a802b)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    3. Build fingerprint: 'HONOR/STK-L21VHN/HWSTK-HF:10/HONORSTK-LX1/10.0.0.233C185:user/release-keys'
    4. Revision: '0'
    5. ABI: 'arm64'
    6. Timestamp: 2021-03-23 14:01:59+0300
    7. pid: 10902, tid: 10902, name: .monsterbreaker  >>> com.qcore.monsterbreaker <<<
    8. uid: 10367
    9. signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
    10. Cause: null pointer dereference
    11.     x0  0000000000000000  x1  0000007ba14901ec  x2  7265646f63654400  x3  726f7463656c6553
    12.     x4  0000000000000000  x5  0000000000000000  x6  716e7362646b6452  x7  7f7f7f7f7f7f7f7f
    13.     x8  0101010101010101  x9  0000007ba11ed000  x10 000000740002dc08  x11 0000007ba1490488
    14.     x12 00000000ffffffff  x13 0000000000000000  x14 4b3d092f234ec266  x15 cae6c696f68e9634
    15.     x16 0000007ba55360f0  x17 0000007c83b71220  x18 0000007b866fc3a0  x19 0000000000000003
    16.     x20 0000000000000000  x21 000000740001fd40  x22 0000007fe651a838  x23 000000740002dc08
    17.     x24 000000740002dc18  x25 0000000000000000  x26 0000007fe651aad0  x27 0000000000000000
    18.     x28 00000074000b81a0  x29 0000007fe651a790
    19.     sp  0000007fe651a760  lr  0000007ba44c19dc  pc  0000007ba44c19dc
    20.  
    21. backtrace:
    22.       #00 pc 00000000034529dc  [anon:libwebview reservation]
    23.  
    24.     at [anon:libwebview reservation].0x34529dc(Native Method)
    25.  
    26. main
    27.     at J.N.M1Y_XVCN(Native Method)
    28.     at org.chromium.content.browser.BrowserStartupControllerImpl.a(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    29.     at org.chromium.content.browser.BrowserStartupControllerImpl.g(chromium-TrichromeWebViewGoogle.aab-stable-438909033:11)
    30.     at t6.run(chromium-TrichromeWebViewGoogle.aab-stable-438909033:20)
    31.     at org.chromium.base.ThreadUtils.f(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    32.     at sp0.j(chromium-TrichromeWebViewGoogle.aab-stable-438909033:32)
    33.     at sp0.b(chromium-TrichromeWebViewGoogle.aab-stable-438909033:22)
    34.     at sp0.l(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    35.     at com.android.webview.chromium.WebViewChromiumFactoryProvider.g(chromium-TrichromeWebViewGoogle.aab-stable-438909033:2)
    36.     at com.android.webview.chromium.WebViewChromium.init(chromium-TrichromeWebViewGoogle.aab-stable-438909033:14)
    37.     at android.webkit.WebView.<init>(WebView.java:433)
    38.     at android.webkit.WebView.<init>(WebView.java:355)
    39.     at android.webkit.WebView.<init>(WebView.java:338)
    40.     at android.webkit.WebView.<init>(WebView.java:325)
    41.     at android.webkit.WebView.<init>(WebView.java:315)
    42.     at com.unity3d.services.core.webview.WebView.<init>(WebView.java:22)
    43.     at com.unity3d.services.core.webview.WebViewApp.<init>(WebViewApp.java:56)
    44.     at com.unity3d.services.core.webview.WebViewApp.<init>(WebViewApp.java:39)
    45.     at com.unity3d.services.core.webview.WebViewApp$1.run(WebViewApp.java:293)
    46.     at android.os.Handler.handleCallback(Handler.java:888)
    47.     at android.os.Handler.dispatchMessage(Handler.java:100)
    48.     at android.os.Looper.loop(Looper.java:213)
    49.     at android.app.ActivityThread.main(ActivityThread.java:8178)
    50.     at java.lang.reflect.Method.invoke(Native Method)
    51.     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
    52.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101)
    53.  
     
    Last edited: Mar 23, 2021
  2. echeg

    echeg

    Joined:
    Aug 1, 2012
    Posts:
    90
  3. kyle-unity

    kyle-unity

    Unity Technologies

    Joined:
    Jan 6, 2020
    Posts:
    336