-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Container overflow detected #3150
Comments
some log: ==14725==ERROR: AddressSanitizer: container-overflow on address 0x60300056ac58 at pc 0x00010549606a bp 0x7fff5bd69a30 sp 0x7fff5bd691e8 0x60300056ac60 is located 0 bytes to the right of 32-byte region [0x60300056ac40,0x60300056ac60) SUMMARY: AddressSanitizer: container-overflow ??:0 __asan_memcpy |
Realm Objective-C only supports being built with Address Sanitizer enabled when its core database library is also built with Address Sanitizer enabled. Since we don't have publicly-available builds of the core database library with ASan support, you'll need to avoid building Realm Objective-C with ASan enabled for now. |
When I get a model with NSPredicate, the results count is more than zero. But I cannot get the item with [results objectAtIndex:0]. It crashed and told me container overflow detected. Is this issue occurred to anybody ? Need help.
The text was updated successfully, but these errors were encountered: