-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS device crash at JSGlobalContextRelease #2233
Comments
@cesargdm any solution? |
@AKACC Didn't find any, migrated to WatermelonDB |
It's a serious problems, |
Still facing this problem !!! -realm version: "^2.29.2", |
realm is still not usable! Either debugging OR realm .. I choose to debug. |
Same issue happened to my app! This crash happens not very often, but really annoying! |
Closing this as it will be resolved with the support for Hermes and the Flipper debugger. Please see here to try it out and provide feedback. Thanks for your patience! |
Goals
Use realm in device while remote debugging
Actual Results
While not making any read or write, (actually happens moments after writing data and being queried), the app suddenly crashes at physical iOS device at line 41 in file
RealmJS.xcodeproj/RealmJS/JSC/jsc_protected.hpp
.NOTE: Only happens while remote debbuging
Steps to Reproduce
Run on device, debbuging mode.
After crash some data happens to be missing.
Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: