-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Live app crashes on launch for some users. #4452
Comments
@cemkacmaz Can you share more details? What version of Realm are you using? It seems you are using a little bit old version. Can you share a reproducible project? What is your code around crash occurred? |
Hi again, I am using Realm 2.0.3. I cannot share a reproducible project because it only occured for 10 users so far. It happens when I try to modify a realm object (add to its rlmarray) or when create realm object |
Thanks for reporting this @cemkacmaz. We've made some bug fixes in a few parts of the code since your version (2.0.3) that are involved in this backtrace. Could you please update to the latest version of Realm (2.1.1) and file a new issue if this persists? By the way, in the future, it'd be very helpful if you filled out the new issue template and aimed to provide as much information as possible to help us diagnose the issue. Sharing detailed steps explaining how to trigger a crash is often necessary for us to be able to reproduce on our end and subsequently fix. Thanks! |
Thank you for quick response @jpsim. We updated the app with the latest version of Realm (2.1.1). |
Realm crashes on launch for my app for some users. Log is at below.
The text was updated successfully, but these errors were encountered: