-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common ARCore crash #1371
Comments
Any updates on this issue? @devbridie @fredsa |
Is this being worked on? @devbridie @fredsa |
Same here, my App is crashing lately very often.
|
@RGregat I'm splitting yours to a separate issue; if you have the reproduction device / app, could you please enable ARCore call logging and attach a log of up to a minute or so before the crash to #1374? |
Yes no problem, I try to log a crash tomorrow. |
Seeing what appears to be the same issue in a Unity Android AR application using https://docs.unity3d.com/Packages/[email protected]/manual/index.html which in turn uses an older version of AR Core: The repro is random (but relatively consistent at roughly 20% of sessions) and the crash stack shows a null pointer dereference in
|
I also still see this type of stack trace in my own app a year later with similar cause of
|
SPECIFIC ISSUE ENCOUNTERED
Pretty recent but common issue/crash. This has occurred 118 times to 37 of our users during the past 30 days.
Has only occurred on these Android SDK versions: Android 12 (SDK 31), Android 12L (SDK 32).
And currently this has only occurred on Samsung Galaxy and Google Pixel devices. I can share a list of all the affected devices if needed.
Build fingerprint: 'samsung/beyondxeea/beyondx:12/SP1A.210812.016/G977BXXUBHVC6:user/release-keys'
Revision: '9'
ABI: 'arm64'
Processor: '0'
Timestamp: 2022-04-08 18:30:23.678990403+0200
Process uptime: 7008s
Cmdline: package
pid: 32457, tid: 9484, name: ms_depth >>> package <<<
uid: 10415
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
x0 0000006f6410e2f0 x1 0000000000000000 x2 0000000000000004 x3 0000000000000010
x4 0000006f6410e2f4 x5 0000006fc4186690 x6 00000000beefc87d x7 0000000000000000
x8 0000000000000000 x9 000000700433b168 x10 0000000000000000 x11 0000ffff00000eff
x12 00000000e56e38e0 x13 0000000000000000 x14 0000000000000001 x15 0000000000000001
x16 0000006e5e5e8b08 x17 00000072671c1fb0 x18 0000006ed5996010 x19 0000006e6ed03aa0
x20 000000709410b058 x21 0000006e6ed034d0 x22 000000709410b010 x23 0000006e6ed03260
x24 000000709410b080 x25 0000000000000000 x26 0000006f742bc9e0 x27 0000006e6ed05000
x28 0000000000000004 x29 000000709410b050
lr 0000006e5e30b178 sp 0000006e6ed02ff0 pc 0000006e5e30b184 pst 0000000080000000
backtrace:
#00 pc 0000000001bf2184 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#1 pc 0000000001c41818 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#2 pc 0000000001c4fdc0 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#3 pc 0000000001c51074 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#4 pc 000000000109dfa8 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#5 pc 000000000109c7e0 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#6 pc 0000000001098a38 /data/app/~~VwWireBk1RHKteH1NttyEQ==/com.google.ar.core-2-WcUhVP1vVU6DmXlGW0kg==/base.apk!libarcore_c.so (BuildId: 36e548a6f909114c94dc435361b26f72)
#7 pc 00000000000b4ad8 /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+264) (BuildId: eb0c8b7f827292af83855e89b431276a)
#8 pc 0000000000052c08 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: eb0c8b7f827292af83855e89b431276a)
VERSIONS USED
STEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
ADDITIONAL COMMENTS
The text was updated successfully, but these errors were encountered: