Post

Replies

Boosts

Views

Activity

Reply to Errors running with ASAN when targeting iOS Devices
I'm facing similar issue when turn on ASN and "Detect use of stack after return" as well (doesn't fails when "detect" is off). I just run the same base code from Xcode 12 on real iOS14 device and after a while I get the following log: ==3408==ERROR: AddressSanitizer: allocator is out of memory trying to allocate 0x717c5c bytes ==3408==FATAL: AddressSanitizer: internal allocator is out of memory trying to allocate 0x50 bytes But I don't get it when run from Xcode11.5.1 and iOS13 device. Is it a bug?
Sep ’20