-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Description
On WP-iOS 19.9.0.0, we identified a crash caused by react-native-reanimated and JSI when opening and closing the editor several times. This issue was hard to reproduce, as it looked like that only happened on specific devices and/or OS versions, but we managed to reproduce it almost consistently and released a hotfix (WP-iOS 19.9.1.0) to address it (reference).
However, after releasing the hotfix, we noticed that we're still getting crashes related to JSI, although the number is quite lower than the original issue. There's no clue yet about what's causing the crash, so we'd need to investigate it further.
Crash reports
- Sentry event -
EXC_BAD_ACCESS(NOTE: This event is grouping non-related events, so when checking the stack trace verify that is related toPostPostViewController)
- Sentry event -
NSt3__112system_errorE - Sentry event -
N8facebook3jsi7JSErrorE - Sentry event -
JSCRuntime destroyed with a dangling API object
UPDATE: We have identified another issue with Reanimated on Android that might be related to this one:
Step-by-step reproduction instructions
We haven't found yet a way to reproduce it, hence no reproduction instructions can be provided.
Expected behaviour
We shouldn't get crash reports related to the react-native-reanimated library or JSI.
Actual behaviour
We are receiving crash reports related to react-native-reanimated and JSI.
Screenshots or screen recording (optional)
N/A
WordPress information
- WordPress version: N/A
- Gutenberg version: N/A
- Are all plugins except Gutenberg deactivated? N/A
- Are you using a default theme (e.g. Twenty Twenty-One)? N/A
Device information
- Device: N/A
- Operating system: N/A
- WordPress app version: WP-IOS 19.9.1.0
