You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will crash with Assertion failed: ref + size <= next->first with (ref, size, next->first, next->second, get_file_path_for_assertions()). To experience this problem you have to:
populate a linklist with more than 1000 unresolved links
create all the objects so the links become resolved
commit the result
clear the list.
This happens typically when you synchronize your local realm with MongoDB Realm.
The text was updated successfully, but these errors were encountered:
The application will crash with
Assertion failed: ref + size <= next->first with (ref, size, next->first, next->second, get_file_path_for_assertions())
. To experience this problem you have to:This happens typically when you synchronize your local realm with MongoDB Realm.
The text was updated successfully, but these errors were encountered: