|
From: Julian S. <js...@ac...> - 2015-08-27 11:43:12
|
>> ==51151== at 0x1004C8C3F: _platform_memchr$VARIANT$Haswell (in >> /usr/lib/system/libsystem_platform.dylib) > This is missing system library suppression for a hardware-specific > optimisation path. No need to suppress. Instead, we need to intercept calls to this function. Have a look at the "memchr" section in shared/vg_replace_strmem.c. It's a 1-liner fix. Or 2 lines if you duplicate the comment :) J |