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
Syncing removal of a dictionary key can cause a crash if the dictionary key is already removed locally. This dotnet CollectionMerge-test triggers the crash.
Process /usr/local/share/dotnet/dotnet:82213 exited with code '134': libc++abi: terminating due to uncaught exception of type realm::KeyNotFound: Cannot remove key "key1" from dictionary: key not found
Expected results
Syncing removal of a dictionary key can cause a crash if the dictionary key is already removed locally. This dotnet
CollectionMerge
-test triggers the crash.This should not cause a crash.
Steps & Code to Reproduce
See this test
Core version
Core version: v14.2.0-11-g687bb983e
The text was updated successfully, but these errors were encountered: