Hi,
Are the Address and Memory Sanitizers functional with GCC/G++? I see that there is an option to turn them on in the instrumentation section of project properties but it keeps throwing up errors like these:
==9338==ERROR: AddressSanitizer failed to allocate 0xdfff0001000 (15392894357504) bytes at address 2008fff7000 (errno: 12)
==9338==ReserveShadowMemoryRange failed while trying to map 0xdfff0001000 bytes. Perhaps you’re using ulimit -v
Thanks.