google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

Crash when exiting arcore instance #707

Closed yonathankevinr closed 4 years ago

yonathankevinr commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

Hi, our device crash very often when exiting the ar core

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Open ar core
  2. Close ar core
  3. Open ar core again
  4. Close ar core again, some times it crashed. Sometimes need to reopen 3 - 4 times

Backtrace

2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: backtrace: 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #00 pc 011859f0 /data/app/com.google.ar.core-suCxe8gnWHA6E53t7UdeSA==/lib/arm/libarcore_c.so 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #01 pc 01151951 /data/app/com.google.ar.core-suCxe8gnWHA6E53t7UdeSA==/lib/arm/libarcore_c.so 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #02 pc 01151a87 /data/app/com.google.ar.core-suCxe8gnWHA6E53t7UdeSA==/lib/arm/libarcore_c.so 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #03 pc 01150491 /data/app/com.google.ar.core-suCxe8gnWHA6E53t7UdeSA==/lib/arm/libarcore_c.so (ArSession_destroy+52) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #04 pc 00009357 /data/app/com.gameloft.android.ANMP.GloftGGHM-y5022xt3k_UsDdwTGEiipA==/lib/arm/libarcore_sdk_jni.so 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #05 pc 0004da4b /data/app/com.gameloft.android.ANMP.GloftGGHM-y5022xt3k_UsDdwTGEiipA==/oat/arm/base.odex (offset 0x4b000) (com.google.ar.core.Session.nativeCloseSession [DEDUPED]+82) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #06 pc 00420f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #07 pc 003f9a89 /system/lib/libart.so (art_quick_invoke_stub+224) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #08 pc 000a1a0d /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+136) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #09 pc 001eceef /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+230) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #10 pc 001e7b69 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+784) 2020-04-02 14:24:00.023 12592-12592/? A/DEBUG: #11 pc 003f55c9 /system/lib/libart.so (MterpInvokeDirect+196)

yonathankevinr commented 4 years ago

Wrong section sorry