-
Notifications
You must be signed in to change notification settings - Fork 168
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
Assertion failed: backlink_ndx != not_found #7594
Comments
➤ PM Bot commented: Jira ticket: RCORE-2083 |
I still get this crash in latest version |
Does your realm config have |
I'm using realm swift with default configs. I only set the classes that realm should use |
@andrefmsilva thanks for reporting this. |
hi @ironage i'm still testing but i think it got fixed in latest realm swift version. |
i got the crash again.
|
Models
crash here:
|
@andrefmsilva thanks for the extra info there. Could you provide an example of the contents in
It would be most helpful if you could narrow down which object in particular is causing the assertion and describe the contents of its list for us. Thank you for your patience as we work to find the source of this! |
i will try to create a sample app but i can already respond some of the questions.
Structure example:
The app also crashes when i try to delete a |
@ironage do you need logs from realm? i can enabled them and see if we get some extra info |
@andrefmsilva yes, logs would help us here if you don't mind sharing, please use the most verbose mode if possible. Is this app using realm sync? Can you share what the schema is of the Type1/Type2/Type3 classes? I'm specifically interested in any links to or from those objects. |
Although we never got a full repro case here, I am fairly certain I have fixed the issue in #7830. @andrefmsilva please try out the fix and feel free to reopen if you still have issues. |
Thanks @ironage |
If no problems arise it will be tomorrow or early next week. |
The text was updated successfully, but these errors were encountered: