-
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
App crashes while initializing Realm with configuration #4476
Comments
Your report indicates that this happened with Realm 2.1.0. Have you seen this with Realm 2.1.1 or later? A corruption issue was fixed in 2.1.1 which may have been responsible for this crash. Updating to this version won't automatically repair already corrupt files, so existing users who have experienced corruption will need to delete their affected Realm files. You can send these Realm files to us for forensic recovery if the data is critical. It's possible that your issue is unrelated to this corruption issue, however. So if you can reproduce this with a fresh Realm file created with Realm 2.1.1 or later, please let us know here, making sure to share as much relevant information as you can gather. Thanks. |
Hi @apalvai, I'm just following up on my last comment from two weeks ago. Thanks! |
I'm closing this issue because of inactivity, @apalvai please feel free to reopen it or create a new one if you have any additional info or need any help. |
@stel we are still seeing this crash with v2.3.0 of RealmSwift library. |
@apalvai could you please file a new issue, sharing enough information to allow us to reproduce this? We'd love to fix this, but it's hard to do without more information from you. |
@apalvai could you please share an affected Realm file in realm/realm-core#2441 so we can investigate this? |
@apalvai do you use encryption? |
We recently updated out app to use swift version of library from the objc version.
App crashes as soon as it tries to create Realm instance.
Below is the stack trace of the crashed thread.
RealmSwift Version: 2.1.0
Xcode: 8.1
iOS Versions: 9 & 10
The text was updated successfully, but these errors were encountered: