Antti Laitala

Results 6 comments of Antti Laitala

Just chiming in to say that this keeps constantly happening for us also to a very large number of users with tens of thousands of crashes per day. It would...

We are not using sync at all. Realm storage engine has always been somewhat volatile, but with the most recent updates it's just gone to a whole new level of...

@dianaafanador3 we are using Realm v10.24.1 on iOS, which is the platform experiencing these crashes. Android has no crashes whatsoever and they are using an older Java Realm version v10.5.1.

This was simple to reproduce. First create some data (doesn't matter what the data is): ``` class O: Object { @objc dynamic var i = 0 } var conf =...

Maintaining the enumeration order when deleting the objects doesn't crash.

I can see that this has been set as `P2`, but would it be possible to enhance the error message given in this scenario? Our current project has quite a...