This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Layout ASTextNode crashes when using with Realm #3118
Comments
Here is full backtrace:
|
@tungvoduc Hey, We had some code changes in this area recently. Can you try master and see if you can reproduce that Issue. Thank you! |
Closing since there's been no reply. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently integrated Realm to my existing project and encountered a lot of crashes when using ASTextNode. All of them are libc++abi.dylib: terminating with uncaught exception of type realm::IncorrectThreadException: Realm accessed from incorrect thread..
Realm is not thread safe so I am making sure all accesses and to Realm objects happen in main thread. Note that it does not crash when the app is active but mostly when I open the app from background. And it looks like the crashes happen only when the attributed string contains emojis or special characters. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: