-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
SIGSEGV crash in libhwui.so on Pixel android 12 only #32547
Comments
Without a repo this is essentially impossible to debug. The stacktrace also has no mention of RN libraries so I'm unsure what we can do about this. |
|
If you have Webviews in your app you could try and add |
It sounds very similar to the problem i am having! With the same version of react-native only on android 12(pixel) devices unsing react-navigation and hermes. I am upgrading react-native hoping it will fix the issue. Please let me know if you find a solution to the problem. Are you using any other libraries? @punksta |
Thanks @JensDeTaey27 |
Link to related webview issue: react-native-webview/react-native-webview#1915 |
In my case, the crash happens only when I navigate to a stack and the initial screen of the stack renders a env: |
I'm suffering from this as well, attempting to display firebase reCAPTCHA window
|
I am also getting crash on Android Model:Pixel 4a (5G) Exception Type: Unknown (SIGSEGV) Application Specific Information:
|
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
This issue was closed because the author hasn't provided the requested feedback after 7 days. |
Description
I am getting crashes on android.
The crash occur only on Pixel devices in production and only on android 12.
I am using hermes and react-navigation.
Version
0.64.2
Output of
react-native info
Steps to reproduce
It's hard to reproduce. It occur irregularly in prod only. I couldn't reproduce it on my pixel 3a.
Snack, code example, screenshot, or link to a repository
https://play.google.com/store/apps/details?id=com.dietdoctor.EatApp - app
The text was updated successfully, but these errors were encountered: