expo / vector-icons

https://icons.expo.fyi
MIT License
648 stars 114 forks source link

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

Open VadymBezsmertnyi opened 3 days ago

VadymBezsmertnyi commented 3 days ago

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 commented 2 days ago

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