-
-
Notifications
You must be signed in to change notification settings - Fork 55
SIGSEGV errors on old Android devices when Sentry is enabled. #1591
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
Comments
@bitsandfoxes @kahest the affected user is asking for an update, is there any? |
@rodolfoBee I don't have any updates, I'm not working on this currently |
I think we're a bit lost here without a proper way to reproduce this. |
It's possible that the fix we ran out in #1469 causes friction with the limited memory available on old devices. |
Hey @bitsandfoxes |
Hey @bitsandfoxes, |
One thing you could do immediately to unblock yourself from those issues on low-end devices is to disable android-native support. That way you get all of the offerings the Unity SDK has without having to rely on the Lite package. |
Yeah I'm pretty sure that we won't like to skip over the native support, |
Thanks! We'll take a look! |
Is there a solution? I also encountered the same problem, my version is 2.0.1 |
Hey, I really need some help here.
Are there any events getting sent to Sentry from the build? Could you confirm the reporting SDKs version number (that can be found all the way at the bottom of the issue page) Are there any logs at all you can provide us? |
After the SDK is initialized, it will crash for about 1 minute |
Could you help me out here? Could you give that a try with an "empty" Unity project with Sentry added? As a minimal repro? Does that crash as well? |
Yes, I did this, and will crash |
Thanks for confirming. We've got a lead. |
Found the issue. Fixed the issue. PR is in the works. The crashes will stop with the next release. Sorry this took some time, and thanks for your patience. |
Environment
How do you use Sentry?
Sentry SaaS
Which version of the SDK?
Which version of Unity?
2022.3.13f1
Steps to Reproduce
Reproduction app is available in the internal issue.
Expected Result
The application runs with no errors on all devices.
Actual Result
Android 5 and older devices experience a SIGSEGV error. Link to event also in the internal ticket.
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: