On 04/07/2016 15:56, Jeffrey Walton wrote:
>>> Mystery solved... GCC 4.8 does not provide a symbolizer.
>>>
>>> From a new comment on the GCC bug report
>>> (https://bugzilla.redhat.com/show_bug.cgi?id=1250844#c6):
>>
>> Even with symbolizer you may face some issue with ASAN on ARM.
>> Check this llvm bug report [1].
>>
>> [1] https://llvm.org/bugs/show_bug.cgi?id=22741
> 
> Thanks, that makes sense. I could not understand why code that had
> been stable for nearly 20 years was producing a finding under GCC 4.8
> Asan.
> 
> The next mystery is why its producing a finding at all.
> 

The issue I referenced is about the stacktrace generated by
compiler-rt/libsanitizer when asan reports an error, not that asan is
generating a false-positive.
 
_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to