SIGBUS in loadLibrary in Android 12/13 #1900
Closed
efroemling
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the most recent update to my app I just started seeing a significant number of crash reports of bus-errors happening in the loadLibrary() call where I load my native .so (one of the first things that happens in my app). Reports indicate this is happening in Android 13 & 12 but nothing older and is affecting ~0.2% of my users.
Any idea what might be going south here or how I could further diagnose this? I'm seeing a few records of this crash in older app versions but something in my latest update kicked it into overdrive. This update was mostly just dependency version bumps for stuff like firebase-bom and crashlytics. I can try the usual steps of rolling everything back/etc. but wanted to ask here if anyone has any insight first.
I'm building with ndk 25.2.9519653, targetSdkVersion 33, and minSdkVersion 21.
Thanks in advance for any help,
-Eric
Beta Was this translation helpful? Give feedback.
All reactions