Skip to content
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

Crash when integrating removal of already removed dictionary key #7488

Closed
rorbech opened this issue Mar 18, 2024 · 1 comment · Fixed by #7569
Closed

Crash when integrating removal of already removed dictionary key #7488

rorbech opened this issue Mar 18, 2024 · 1 comment · Fixed by #7569
Assignees

Comments

@rorbech
Copy link
Contributor

rorbech commented Mar 18, 2024

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.

 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

This should not cause a crash.

Steps & Code to Reproduce

See this test

Core version

Core version: v14.2.0-11-g687bb983e

Copy link

sync-by-unito bot commented Mar 18, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2029

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants