-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[libGLES_mali.so] crash #1825
Comments
Hey @Yauheni777, so sorry to see you run into issues. We'll do whatever we can to get this resolved as fast as possible. |
Looking online for crashes on flutter/flutter#117950 (comment) from 2023:
And this is from Unity from May 2024:
Doesn't seem to be much we (Sentry) can do about this from looking online, it's not caused by Sentry directly. |
Hi @Yauheni777 we were unable to reproduce this crash using our sample app. We've run it both on Pixel 6 and Pixel 8 devices and forced the landscape orientation (from the breadcrumbs list you've attached I assume that's what your app is doing), but it launched just fine without any crashes. I believe we need a little bit more information/reproduction steps from your side to help us narrow the problem down. Feel free to open PRs to modify the sample app to reflect your setup. Here are some screenshots from the Sentry issues that our sample app captures: |
Hello!
Input data:
We installed sentry as a unity package: https://github.com/getsentry/sentry-unity/releases/tag/2.1.15
On server Sentry SaaS (sentry.io)
SDK version - 2.1.15
Installed via git url
Unity version 2022.3.35f1
Problem reproduces only in 14 android google pixel devices:
We couldn't reproduce the problem manually, we only know that the problem is in sentry. We released 2 absolutely identical versions, one with sentry removed, the other without. In the version with sentry we get a gles crash:
This is what crash looks like on google play console:
This is what crash looks like on sentry
It is possible that the crash may be related to the fact that the Sentry SDK uses Android View, which in turn is used with GLES: https://github.com/getsentry/sentry-java/blob/main/sentry-android-core/src/main/java/io/sentry/android/core/ViewHierarchyEventProcessor.java
This crash is a critical issue for us
┆Issue is synchronized with this Jira Improvement by Unito
The text was updated successfully, but these errors were encountered: