On 07/20/2017 05:09 PM, Matthias Klose wrote:
> On 20.07.2017 14:45, Tim Ruehsen wrote:
>> Package: gcc-6
>> Version: 6.4.0-1
>> Severity: important
>>
>> Dear Maintainer,
>>
>> building autotools packages with address sanitizer currently breaks with
>> gcc-6 and gcc-7.
>> gcc-5 is not effected.
>
Any program:
#include
int main(void)
{
printf("Hello\n");
}
$ gcc-6 -g -fsanitize=address -fno-omit-frame-pointer x.c -o x
$ ./x
==29033==Shadow memory range interleaves with an existing memory
mapping. ASan cannot proceed correctly. ABORTING.
==29033==ASan shadow was supposed to be l
2 matches
Mail list logo