Closed GoogleCodeExporter closed 9 years ago
Hi,
Is it critical for you to run tests with PaX enabled? Can you run the tests on
a normal linux?
Original comment by dvyu...@google.com
on 1 Oct 2013 at 2:21
You may try to change the shadow offset using
"-mllvm -asan-mapping-offset-log=N"
See more compile-time flags in
lib/Transforms/Instrumentation/AddressSanitizer.cpp
But these options are by no means supported -- use them on your own risk.
Original comment by konstant...@gmail.com
on 1 Oct 2013 at 7:40
This is not actionable on our side.
Please reopen if you have suggestions.
Original comment by konstant...@gmail.com
on 3 Oct 2013 at 12:21
From http://blog.siphos.be/2013/12/december-hardened-meeting/ :
>> And on the ASAN (Address Sanitizer) debacle; well… still the same.
>> Doesn’t work with PaX. I think there is a standstill on this.
Sure, this will not get fixed by itself.
Patches to support PaX are welcome,
*especially* if they are accompanied by a public LLVM build bot.
Original comment by konstant...@gmail.com
on 26 Dec 2013 at 11:58
Note that issue 246 deals with very similar problems
Original comment by konstant...@gmail.com
on 26 Dec 2013 at 12:42
If anyone is still interested in using AddressSanitizer (or other Clang
sanitizers) under PaX kernels, I've implemented the necessary patches - details
are here: http://endl.ch/clang-sanitizers-with-pax
Original comment by ndlma...@gmail.com
on 25 Jan 2015 at 8:41
Thanks for the details and work to get it working.
As you pointing out it should not be runing in production.
Original comment by zo...@gentoo.org
on 25 Jan 2015 at 9:46
Original issue reported on code.google.com by
zo...@gentoo.org
on 30 Sep 2013 at 8:19