Closed qusaieilouti99 closed 1 year ago
Hi,
Thank you for your feedback. This seems to be a crash in React Native code (https://github.com/facebook/react-native/blob/main/ReactCommon/hermes/executor/HermesExecutorFactory.cpp). @cortinico, have you seen this?
John Paul
Do you mean this issue should be there not here? or I can get some help here
Do you mean this issue should be there not here? or I can get some help here
This looks like an integration bug of various libraries concurrently accessing Hermes. The crash is happening inside the RN code: https://github.com/facebook/react-native/blob/0.70-stable/ReactCommon/hermes/executor/HermesExecutorFactory.cpp#L119-L123
However:
note that I have latest realm version 11.3.0 installed this might be related to the issue
I would invite you to create a reproducer and potentially removing other libraries. Like is this crash happening inside a vanilla RN app + Hermes? Also I'd open an issue on Realm's end as they might also have relevant context here.
Closing, since no actionable info and likely not a Hermes bug.
Bug Description
I upgraded my project from 0.68 to 0.70.6 and enabled hermes, the app is working fine on debug mode either simulator or real device. note that I have latest realm version 11.3.0 installed this might be related to the issue
the crash is only showing on release mode after launching the app.
Crash Report
gradle clean
and confirmed this bug does not occur with JSCHermes version: latest bundled with react-native 0.70.6 React Native version (if any):0.70.6 OS version (if any): IOS 16.1 expo: 47 realm: 11.3.0 useFrameworks: off
Platform (most likely one of arm64-v8a, armeabi-v7a, x86, x86_64):
Steps To Reproduce
always happening while running on release mode or after run a TestFlight version of the app.
Package.json
The Expected Behavior
It should run without any crashes