James Stone
James Stone
Thanks @chrisrohrer that is good information. The exception is from ObjectiveC which is why our conversion handlers don't recognize it. Do you have a `configuration.schemaVersion` set? As of 10.46.0 you...
I think this may have been fixed by https://github.com/realm/realm-core/pull/7723 @danieltabacaru do you think so? @chrisrohrer if you are able to, could you try to reproduce this with core v14.10.1? (the...
Hi @denys-meloshyn thanks for reporting this. With so few details it is difficult to guess what is going on here. Can you provide any more details about it? - what...
Another [failure](https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-core/detail/PR-6670/3/pipeline/63). ``` Thread[03]: C:\jenkins\workspace\realm_realm-core_PR-6670\test\test_lang_bind_helper.cpp:3114: ERROR in LangBindHelper_ImplicitTransactions_NoExtremeFileSpaceLeaks: Unhandled exception after line 3114 struct realm::SystemError: SetEndOfFile() failed: unknown error (1224) ``` The extra info here is error code 1224, which...
Possibly fixed by https://github.com/realm/realm-core/pull/6807
Hi @ionelmoisuc, thanks for reporting this. Are you able to share the Realm file with us? If so, please send it to [[email protected]](mailto:[email protected]) and mention this Github issue so that...
@ScottThomasMiller thanks for reporting this. We have seen a similar case in https://github.com/realm/realm-core/issues/7798 where the exception being thrown comes from a callback in obj-c and our C++ exception handling doesn't...
Internal team context for an approach to the solution from [execption_to_status](https://github.com/realm/realm-core/blob/master/src/realm/exceptions.cpp#L67-L82) tgoyne: I think for ideal handling of this we want core to define a NSException subclass which holds a...
Good idea! What motivates this change? > The idea here is to get more test coverage for clients connecting to the wrong base url It actually appears that the code...
Building with `-D CMAKE_CXX_STANDARD=20` works on evergreen's ubuntu 24.04 builders; they use gcc 13.2.0. I think it should be sufficient to add this to the builder I just added in...