-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Native crash on realm-android 3.5.0 #5300
Comments
Do you have the Realm file from when it causes this crash? |
parsed backtrace
|
I created realm/realm-core#2866 so our Core people can take a look |
Should be the same issue reported to core realm/realm-core#2832 Same issue with #5178 The fix is in core The current snapshot should contain the fix. |
@byronshlin have you tried the fix? did it work? |
also |
I think i got the same problem with 4.0.0-RC1. I am having a hard time reproducing it. Just happens from time to time an various devices. Afterwards i need to clean my app data, otherwise the app crashes after the start.
|
Thank you @skienzl. I have created realm/realm-core#2893 to track your case. |
A fix for this has been merged to |
I meet this error in 5.5.0 version.And I am using the Realm.compact() too,so how can i do,update to v6.0.0 version? |
`realmConfig = new RealmConfiguration.Builder()
`private void cleanRealmCache() {
this is our code. |
Close as outdated. Also, issues created in Core have been closed, so most likely this has been fixed. |
Steps & Code to Reproduce
The text was updated successfully, but these errors were encountered: