James Stone
James Stone
Another instance on [checkiOSSimulator_Debug](https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-core/detail/PR-6777/10/pipeline/68): ``` /Users/realm/workspace/realm_realm-core_PR-6777/test/test_shared.cpp:1403: [realm-core-13.16.1] Assertion failed: false 0 realm-tests 0x000000010fce3d3c _ZN5realm4utilL18terminate_internalERNSt3__118basic_stringstreamIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE + 28 1 realm-tests 0x000000010fce3bf3 _ZN5realm4util19terminate_with_infoEPKcS2_lS2_OSt16initializer_listINS0_9PrintableEE + 387 2 realm-tests 0x000000010fce3a61 _ZN5realm4util9terminateEPKcS2_lOSt16initializer_listINS0_9PrintableEE + 81 3 realm-tests...
A failure [happened](https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-core/detail/PR-6795/5/pipeline/68/) during our iOS debug tests with the additional logging: ``` Exception during Many_ConcurrentReaders: Reason: 'Failed to open Realm file at path '/Users/realm/Library/Developer/CoreSimulator/Devices/1E734FAD-B627-4EAE-87ED-9E1A566847A8/data/Containers/Data/Application/901A737A-6290-4D89-B027-26C431287365/Documents/Many_ConcurrentReaders.1.path.realm': header has invalid mnemonic. The...
Another instance of this failure during [iOS Simulator run](https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-core/detail/PR-7067/15/pipeline/): ```Assertion failed: unexpected_exception with (e.what()) = ["Failed to open Realm file at path '/Users/realm/Library/Developer/CoreSimulator/Devices/4448661A-919D-4EC9-AC2C-094E9A2BC82C/data/Containers/Data/Application/453DB752-A18D-4629-9CBC-32BECD0E821B/Documents/Many_ConcurrentReaders.1.path.realm': header has invalid mnemonic. The file is...
"SetEndOfFile() failed: unknown error (1224)" appears to be the windows error `ERROR_USER_MAPPED_FILE`. From what I can tell, a process is not allowed to truncate a file if another process has...
These all seem like good changes to me 👍 If we don't figure out that core race (or positively identify it as a false positive), we should probably get all...
I'm totally in favour of all this work, if you can find the time to update it and get it in. If it is difficult to bring this code up...
I observe the same error with modoboa: 1.13.1 and Amavis frontend: 1.2.3 on Ubuntu 18.04.2 LTS. The specific cron job that's failing is `./env/bin/python instance/manage.py qcleanup` I'm disabling the job...
@PatTheMav I'm using Python 3.6.7. It seems to me that `memoryview` should implement comparison, maybe it is an oversight. Functionally it could be the equivalent of `a.tolist() < b.tolist()`;
@PatTheMav many thanks for that workaround! I applied the patch and it's working for me as well. I'll enable the cron job again. Probably the issue is really the fault...
Hi @clement-ilango the stack traces you provided show you are using a core version of v14.5.1, and the relevant fix is in v14.6.0. For the .Net SDK this is version...