-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Android app crashes with error split_config.arm64_v8a.apk!libmonosgen-2.0.so #109921
Comments
Can you please elaborate a bit more on what you were doing when you saw this? Ideally with a reproduction project? Or at the very least with some relevant code and a detailed description of what you were doing leading up to this? Based on just this information it will be impossible to diagnose what you were doing and how we can potentially fix it or at least give you some useful information about it. Thanks |
Unfortunately I have no way to reliably reproduce this crash, this only happens on production release app not in lower environment. And we only see crashes on google play console. |
Not to pile on, but I also see this issue in the Google Play Console for a production .NET MAUI Android application. Here are some additional details I see there from Google Play: [split_config.arm64_v8a.apk!libmonosgen-2.0.so] Problem
Additional information:
|
Is there any updates on the issue? |
Its very frustrating, issue only occur on production release build, and from crash logs no clue of code error. We can't provide any reproducing steps. |
@sunilsolanki-alight @alexanderdibenedetto can you upload here Also, please try with NET9 rc2 if you can (I understand Google Play Console allows for this kind of A/B testing/beta testing), to see whether the bug still exists there. |
We are having this exact issue on our Android release to Play Store with MAUI 8.0.82. We don't know how to reproduce it. Please fix. |
@grendello please see the uploaded zip file containing this library. |
Same issue here, reported in the PlayStore:
Device: Galaxy S22 Ultra with Android 14 (SDK 34) |
Hi I've the some issue in play console backtrace: What to do? |
This issue causes most of our production issues currently according to Google Play:
|
Thanks, symbolication of the trace you provided in #109921 is as follows:
This looks like a JIT issue with some generic class, if other people provide their copy of @steveisok can you take a look and route appropriately? |
Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger |
Tagging subscribers to this area: @steveisok, @vitek-karas |
Hi, |
@kg |
The stack trace in this case suggests heap corruption, specifically of field and/or method metadata. The asan stacktrace (thank you very much for providing it!) also suggests this. Are your application(s) making much use of pinvoke, JNI, etc? Calling into any third-party native libraries? Thanks. |
Description
split_config.arm64_v8a.apk!libmonosgen-2.0.so
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.91 SR9.1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.91 SR9.1
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
The text was updated successfully, but these errors were encountered: