-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Android 9: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) in libNativeScript.so #1413
Comments
I can replicate this segmentation fault. What is your pattern of communication between JS land and Java land? To be more specific I am asking if you have a similar scenario like this one: #1366 |
Environment
"markingMode": "none"
is activated.Describe the bug
After our app went live in the Play Store a couple of days ago, the Google Play Consoles crash report shows a concerning high rate of crashes with the following details:
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) libNativeScript.so
The crash report just consists of
I am unable to reproduce this on my two test devices (Samsung J6 and Nokia 6.1) and the 4 different emulator images I have, but the reports show that all crashes are on Android 9, and nearly half of the devices are Sony XZ3's.
These crashes do not show up in Firebase Crashlytics (others, much less frequent ones do).
Based on Sentry.io logs, I am unable to find any sessions for these devices, so my guess is that the app crashes on launch.
Is there a way to troubleshoot this or narrow it down somehow?
The text was updated successfully, but these errors were encountered: