Skip to content
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

Increase in Crashes since android 13 #1469

Closed
eomene opened this issue Oct 13, 2023 · 38 comments · Fixed by #1491
Closed

Increase in Crashes since android 13 #1469

eomene opened this issue Oct 13, 2023 · 38 comments · Fixed by #1491
Assignees
Labels
Bug Something isn't working

Comments

@eomene
Copy link

eomene commented Oct 13, 2023

Environment

How do you use Sentry?
Sentry SaaS (sentry.io) or self-hosted/on-premise (which version?)
Saas

Which version of the SDK?
1.6.0

How did you install the package? (Git-URL, Assetstore)
git url

Which version of Unity?
2021.3.31

Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Android

Steps to Reproduce

We really cant. Its random, but the crashes all have sentry in them. Multiple variations of it. Not sure if it happens when trying to get other errors in our game. They all started going up around Sept 12th

We get a hard crash and the crashes have been significantly increasing recently. Without any new release. We updated the plugin and this has not helped. There is really nothing else we can share than this

Any logs or screenshots

Screenshot 2023-10-13 at 15 55 43
@alfbbtech
Copy link

Same problem, identical, same everything

@bitsandfoxes
Copy link
Contributor

Thanks for reaching out! This sounds an awful lot like getsentry/sentry-java#2955

@getsantry getsantry bot removed the status in GitHub Issues with 👀 Oct 16, 2023
@bitsandfoxes bitsandfoxes added the Bug Something isn't working label Oct 16, 2023
@alfbbtech
Copy link

Removed Sentry, lol, no crashes

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 Oct 17, 2023
@bitsandfoxes bitsandfoxes self-assigned this Oct 17, 2023
@bitsandfoxes
Copy link
Contributor

bitsandfoxes commented Oct 17, 2023

Hey @eomene, can you share the actual event with me? Either here or stefan@sentry.io
Thanks!

@andrey-vishnitskiy-hypemasters
Copy link

andrey-vishnitskiy-hypemasters commented Oct 19, 2023

I got the same scenario, got a crash rate 5 times less after removing Sentry

Unity 2020.3.43 and 2020.3.48
Tried Sentry SDK 1.5.0 and 1.6.0

Affects Android 12, 13 (no affect on 9, 10, 11)

Also, it has a dramatic increase in crash rate together with IronSource SDK

CleanShot 2023-10-19 at 16 20 20@2x

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 Oct 19, 2023
@eomene
Copy link
Author

eomene commented Oct 19, 2023

Hey @eomene, can you share the actual event with me? Either here or stefan@sentr.io Thanks!

Thanks for the reply. We are already following this up with our sergio and anthony .

@ArnauKokoro
Copy link

ArnauKokoro commented Oct 29, 2023

Same here!

It's been two weeks looking for the problem. It begins when we were forced by Google to update from API 31 to API 33.

For more info I'll share on stefan@sentr.io a series of errores we are having.

I would say is something about logging here:
Sentry.Unity.Integrations.UnityLogHandlerIntegration:LogFormat(LogType, Object, String, Object[])

Thanks!

@bitsandfoxes
Copy link
Contributor

This has not been forgotten. We're still looking into it.

@ghost
Copy link

ghost commented Nov 8, 2023

same thing for us, i managed to reproduce the issue constantly on Realme 10 device and Motorola G100. Sentry causes crash about 1-2 minutes into gameplay. started when we were forced by google to target API level 33 two months ago.
mobile game using unity 2021.3.f29
Sentry Unity SDK versions 1.5.0/1.6.0/1.7.0
we have other plugins such as Mixpanel, Firebase & Singular.
when we created a build that has all of them but with Sentry removed, the game stopped crashing.
this is a serious issue and it would be a shame if we had to stop using Sentry.

please do everything that you can to resolve this ASAP. thanks
if there is a workaround for the issue until a fix is introduced, please share with us

i hope that the following screenshots will provide your developers with some insights. also i hope that if you get a hold on the devices mentioned above, they will have an easier time reproducing and resolving - notice the devices there cause those devices reproduce constantly.
image
image
image

@kahest
Copy link
Member

kahest commented Dec 11, 2023

I hate to pile on here, but crashes subsided slightly with the fix (both 1.7.1-beta and 1.7.1) but still 20% crash rates. Removing sentry fixes it. Unfortunately, I don't have any crash data in Sentry with the patched versions -- but crashlytics shows them.

@tmfconan this is very likely (still) a different root cause - could you create a separate GH issue for that please?

@ghost
Copy link

ghost commented Dec 11, 2023

@bruno-garcia - I don't have data I can share now, but I could create a specific build and reproduce the error with it.
then I will be able to send you logcat logs (I am not familiar with tombstone). I will try to do this before the end of the week

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 Dec 11, 2023
@supervacuus
Copy link

supervacuus commented Dec 11, 2023

then I will be able to send you logcat logs (I am not familiar with tombstone). I will try to do this before the end of the week

Thanks @matanplay! If you can interact with your device via adb, you can execute

$ adb bugreport

after a crash, which will download crash-relevant context from the device as a zip file. In the zip file under the path /FS/data/tombstones, you can find the tombstones, which are files that contain a collection of stack traces, memory views, memory mappings of all loaded binaries, open file descriptors, etc., which provide much more insight than logcat (although these logs are also often helpful).

@bitsandfoxes
Copy link
Contributor

I'm looking for help in following up on this. As of now, I have not been able to reproduce the issue with the Unity SDK versions 1.7.1-beta or newer.

@flashup
Copy link

flashup commented Feb 5, 2024

Hello, we have similar crashes.

Environment
How do you use Sentry?
self-hosted Sentry 22.10.0

Which version of the SDK?
1.8.0

How did you install the package?
git url

Which version of Unity?
2022.3.17

Is this happening in Unity (editor) or on a player like Android, iOS, Windows?
Android

Steps to Reproduce
In our case most crashes happen when the application is unpausing (returns from background in foreground mode).
With disabled SentrySDK the crash is gone.

Any logs or screenshots

Exception Type: Unknown (SIGSEGV)

Application Specific Information:
Segfault

Thread 0 Crashed:
0   <unknown>                       0x0                 <unknown>
1   boot.oat                        0x7115e168          <unknown> + 1897259368
EOF

And we managed to catch the crash on development build:

02-02 17:03:24.072: A/DEBUG(19305):       #00 pc 0000000000000000  <unknown>
02-02 17:03:24.072: A/DEBUG(19305):       #01 pc 000000000201e984  /memfd:/jit-cache (deleted) (java.io.BufferedWriter.write+228)
02-02 17:03:24.072: A/DEBUG(19305):       #02 pc 0000000002012980  /memfd:/jit-cache (deleted) (io.sentry.vendor.gson.stream.JsonWriter.string+352)
02-02 17:03:24.072: A/DEBUG(19305):       #03 pc 00000000020219a0  /memfd:/jit-cache (deleted) (io.sentry.vendor.gson.stream.JsonWriter.value+128)
02-02 17:03:24.072: A/DEBUG(19305):       #04 pc 000000000202cd00  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectWriter.value+64)
02-02 17:03:24.072: A/DEBUG(19305):       #05 pc 0000000002036b30  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectWriter.value+48)
Full log
02-02 17:03:24.072: A/DEBUG(19305): backtrace:
02-02 17:03:24.072: A/DEBUG(19305):       #00 pc 0000000000000000  <unknown>
02-02 17:03:24.072: A/DEBUG(19305):       #01 pc 000000000201e984  /memfd:/jit-cache (deleted) (java.io.BufferedWriter.write+228)
02-02 17:03:24.072: A/DEBUG(19305):       #02 pc 0000000002012980  /memfd:/jit-cache (deleted) (io.sentry.vendor.gson.stream.JsonWriter.string+352)
02-02 17:03:24.072: A/DEBUG(19305):       #03 pc 00000000020219a0  /memfd:/jit-cache (deleted) (io.sentry.vendor.gson.stream.JsonWriter.value+128)
02-02 17:03:24.072: A/DEBUG(19305):       #04 pc 000000000202cd00  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectWriter.value+64)
02-02 17:03:24.072: A/DEBUG(19305):       #05 pc 0000000002036b30  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectWriter.value+48)
02-02 17:03:24.072: A/DEBUG(19305):       #06 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #07 pc 00000000001460ac  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #08 pc 00000000002e4db0  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #09 pc 00000000002dfe3c  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+900) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #10 pc 00000000005a41a4  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+868) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #11 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #12 pc 0000000000385ce8  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.protocol.Gpu.serialize+92)
02-02 17:03:24.072: A/DEBUG(19305):       #13 pc 00000000002b56e0  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.9123860073240645759+240) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #14 pc 0000000000593ea8  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #15 pc 0000000000140468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #16 pc 000000000203acc0  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectSerializer.serialize+1616)
02-02 17:03:24.072: A/DEBUG(19305):       #17 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #18 pc 00000000001460ac  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #19 pc 00000000002e4db0  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #20 pc 00000000002dfe3c  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+900) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #21 pc 00000000005a2a10  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+648) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #22 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #23 pc 000000000034e108  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.JsonObjectWriter.value+4)
02-02 17:03:24.072: A/DEBUG(19305):       #24 pc 00000000005a2d20  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #25 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #26 pc 000000000034e270  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.JsonObjectWriter.value)
02-02 17:03:24.072: A/DEBUG(19305):       #27 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #28 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #29 pc 00000000003828bc  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.protocol.Contexts.serialize+80)
02-02 17:03:24.072: A/DEBUG(19305):       #30 pc 00000000002b56e0  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.9123860073240645759+240) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #31 pc 0000000000593ea8  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #32 pc 0000000000140468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #33 pc 000000000203acc0  /memfd:/jit-cache (deleted) (io.sentry.JsonObjectSerializer.serialize+1616)
02-02 17:03:24.072: A/DEBUG(19305):       #34 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #35 pc 00000000001460ac  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #36 pc 00000000002e4db0  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #37 pc 00000000002dfe3c  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+900) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #38 pc 00000000005a2a10  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+648) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #39 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #40 pc 000000000034e108  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.JsonObjectWriter.value+4)
02-02 17:03:24.072: A/DEBUG(19305):       #41 pc 00000000005a2d20  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #42 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #43 pc 000000000034f058  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.JsonSerializer.serialize+140)
02-02 17:03:24.072: A/DEBUG(19305):       #44 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #45 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #46 pc 000000000037bbc4  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.CacheUtils.store+188)
02-02 17:03:24.072: A/DEBUG(19305):       #47 pc 00000000005a58b0  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1136) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #48 pc 0000000000131994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #49 pc 000000000037d640  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.PersistingScopeObserver.store+8)
02-02 17:03:24.072: A/DEBUG(19305):       #50 pc 00000000005a50a8  /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+1168) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #51 pc 0000000000131914  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #52 pc 000000000037d340  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.PersistingScopeObserver.lambda$setContexts$9$io-sentry-cache-PersistingScopeObserver+4)
02-02 17:03:24.072: A/DEBUG(19305):       #53 pc 00000000005a2d20  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #54 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #55 pc 000000000037d0cc  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.PersistingScopeObserver$$ExternalSyntheticLambda3.run+8)
02-02 17:03:24.072: A/DEBUG(19305):       #56 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #57 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #58 pc 000000000037d2dc  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.PersistingScopeObserver.lambda$serializeToDisk$10$io-sentry-cache-PersistingScopeObserver)
02-02 17:03:24.072: A/DEBUG(19305):       #59 pc 00000000005a2d20  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #60 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #61 pc 000000000037d18c  [anon:dalvik-classes.dex extracted in memory from /data/app/com.APP_BUNDLE_ID-y87oRYXz_a6PX3inEtYOJQ==/base.apk] (io.sentry.cache.PersistingScopeObserver$$ExternalSyntheticLambda6.run+8)
02-02 17:03:24.072: A/DEBUG(19305):       #62 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #63 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #64 pc 00000000001e7200  /apex/com.android.runtime/javalib/core-oj.jar (java.util.concurrent.Executors$RunnableAdapter.call+4)
02-02 17:03:24.072: A/DEBUG(19305):       #65 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #66 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #67 pc 00000000001ed242  /apex/com.android.runtime/javalib/core-oj.jar (java.util.concurrent.FutureTask.run+62)
02-02 17:03:24.072: A/DEBUG(19305):       #68 pc 00000000005a39c0  /apex/com.android.runtime/lib64/libart.so (MterpInvokeSuper+2312) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #69 pc 0000000000131894  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_super+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #70 pc 00000000001f3c16  /apex/com.android.runtime/javalib/core-oj.jar (java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run+38)
02-02 17:03:24.072: A/DEBUG(19305):       #71 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #72 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #73 pc 00000000001f828a  /apex/com.android.runtime/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor.runWorker+158)
02-02 17:03:24.072: A/DEBUG(19305):       #74 pc 00000000005a2d20  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1432) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #75 pc 0000000000131814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #76 pc 00000000001f7038  /apex/com.android.runtime/javalib/core-oj.jar (java.util.concurrent.ThreadPoolExecutor$Worker.run+4)
02-02 17:03:24.072: A/DEBUG(19305):       #77 pc 00000000005a450c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1740) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #78 pc 0000000000131a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.072: A/DEBUG(19305):       #79 pc 00000000000ea9d8  /apex/com.android.runtime/javalib/core-oj.jar (java.lang.Thread.run+8)
02-02 17:03:24.073: A/DEBUG(19305):       #80 pc 00000000002b56e0  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.9123860073240645759+240) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #81 pc 0000000000593ea8  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #82 pc 0000000000140468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #83 pc 0000000000137334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #84 pc 00000000001460ac  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #85 pc 00000000004b2f58  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #86 pc 00000000004b4008  /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #87 pc 00000000004f4558  /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1176) (BuildId: 8fab55c3ae576efb1a33ea41d3593be6)
02-02 17:03:24.073: A/DEBUG(19305):       #88 pc 00000000000e24a4  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: ceedf0f98da575de138b0c631aceca44)
02-02 17:03:24.073: A/DEBUG(19305):       #89 pc 0000000000083d98  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: ceedf0f98da575de138b0c631aceca44)

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 2 Feb 5, 2024
@markushi
Copy link
Member

markushi commented Feb 6, 2024

Hey @flashup, thanks for providing additional information and context! Are you able to reproduce this issue locally on one of your devices?
If so running

adb bugreport

and sharing the resulting .zip, which will contain the tombstones would help us a lot in understanding the issue better.

@flashup
Copy link

flashup commented Feb 6, 2024

@markushi Sure, here is the report.zip

@supervacuus
Copy link

Thanks for the report, @flashup; this is a different issue (tracking here: #1555)

@bitsandfoxes
Copy link
Contributor

Considering this closed as any currently known issues have a different cause.
We're following this up getsentry/sentry-native#961 to increase stability make sure we're not experiencing any regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
Archived in project
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.