React Native Android App crash: Fatal signal 11 (SIGSEGV), code

Viewed 3175

When I run the app:

react-native run-android

On physical devices the application sometimes (just sometimes) when it has to interact with Realm DB the app just closes itself without visible error. while in Android Emulator it works okay.

In android studio Logcat, as error throws me this when the app crashes:

2020-08-26 18:17:22.063 21369-21417/com.geslubapp A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 21417 (mqt_js), pid 21369 (com.geslubapp)

enter image description here

Version:

react-native: 0.62.2 react: 16.11.0

0 Answers
Related