Skip to content
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

[expo 51](Fatal signal 11 (SIGSEGV)) The Expo app crashes after coming out of background mode and making any change #306

Open
VadymBezsmertnyi opened this issue Jul 4, 2024 · 1 comment

Comments

@VadymBezsmertnyi
Copy link

Expo app crashes after coming out of background mode and making any change. Upon investigation, it was found that the expo/vector-icons library is causing a fatal error with the message "Fatal signal 11 (SIGSEGV)". This suggests that there might be a segmentation fault, which is typically a low-level error indicating that the app is trying to access restricted memory.

"@expo/vector-icons": "^14.0.2",
 "expo": "^51.0.18",
 "react-native": "0.74.3",
 "react-native-gesture-handler": "~2.16.1",
@VadymBezsmertnyi VadymBezsmertnyi changed the title [expo 51] The Expo app crashes after coming out of background mode and making any change [expo 51](Fatal signal 11 (SIGSEGV)) The Expo app crashes after coming out of background mode and making any change Jul 4, 2024
@VadymBezsmertnyi
Copy link
Author

I also tried react-native-vector-icons, but the error still occurs. It might be that I have too many modal windows and bottom sheets, sometimes on the map, which causes the issue. I will probably manually add icons instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant