React native app gets crash logs with "SIGSEGV: Segmentation violation (invalid memory reference) "

2.5k Views Asked by At

I've just integrated the bugsnag in my react native app and suddenly I started receiving Segmentation violation (invalid memory reference) reports for the android phones only. The logs don't show where the error happens, I can see only this line -onlyreanimated::NativeProxy::installJSIBindings()

The app doesn't crash in development(on simulators) or during the testing, the breadcrumbs are not useful either.

Has anyone received similar logs and how did you pinpoint what the issue is? Any advice is greatly appreciated as I'm going in circles trying to figure this out.

1

There are 1 best solutions below

1
Marcus Jureves Ribeiro On

It seems to be related to this issue on code push, I'm facing the same problem here, using RN 0.70.4. And the react-native-code-push library seems to have some other problems with the new versions, like this one.