-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Realm 0.86.0 crashes when call clear() #1886
Comments
@beeender Here is the crash log. Thanks!
|
@zard17 Is encryption enabled in you app? |
I succeeded to reproduce this on our unit test.
|
Yep, can't delete any realm objects right now with 0.86 just a native crash. Here is the tombstone crash report. |
@creativepsyco Thanks. Your tombstone aligns with ours, and we are investigating a potential bug in our underlying storage engine. |
We will release a workaround shortly but we have identified a subtle bug in our underlying storage engine. I can't say when it is solved but we are working on it. |
The code snippet by @zaki50 show what the issue is: The object To summarize: accessing a |
I'll close this issue. I created #1945 to track the resolution of the issue found by this issue. |
I have updated Realm on my application from 0.85 to 0.86 and a crash occured at librealm_jni whenever I call clear. Below is my code which is working on 0.85.
The text was updated successfully, but these errors were encountered: