-
Notifications
You must be signed in to change notification settings - Fork 171
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
bug in handover #1104
Comments
Address sanitizer to the rescue: test_lang_bind_helper.cpp:8233: Begin LangBindHelper_HandoverBetweenThreads==11622==ERROR: AddressSanitizer: heap-use-after-free on address 0x606000002fd8 at pc 0x5d08e1 bp 0x2b097a231250 sp 0x2b097a231248 0x606000002fd8 is located 24 bytes inside of 56-byte region [0x606000002fc0,0x606000002ff8) previously allocated by thread T1 here: Thread T1 created by T0 here: Thread T2 created by T0 here: SUMMARY: AddressSanitizer: heap-use-after-free ../src/realm/descriptor.hpp:693 realm::Descriptor::unbind_ref() const |
fixed by #1109 |
Sometimes the handover verifier reports that two tableviews which should be identical are in fact different.
https://ci.realm.io/job/core_osx/1835/testReport/junit/%28root%29/DefaultSuite/LangBindHelper_HandoverBetweenThreads/
The text was updated successfully, but these errors were encountered: