Open
Description
Description
Problem
Using react-native-code-push
, i am seeing a dealloc invalid memory access when SkiaUiIiew's dealloc
attempts to lock on _mutex_
. This is resulting in a EXC_BAD_ACCESS
(KERN_INVALID_ADDRESS).
React Native Skia Version
1.11.8
React Native Version
0.77.1
Using New Architecture
- Enabled
Steps to Reproduce
- Setup a sample react-native app that mounts a skia view
- trigger a JS bundle reload via a codepush (using
react-native-code-push
Snack, Code Example, Screenshot, or Link to Repository
here is a sample stack trace
