Open GoogleCodeExporter opened 9 years ago
forget to mention that to run this test I'm using this freshly compiled clang
3.5
Original comment by mr.code...@gmail.com
on 30 Apr 2014 at 8:47
We do not support FreeBSD ourselves, let me contact the folks who did the
FreeBSD port
Original comment by konstant...@gmail.com
on 30 Apr 2014 at 8:50
Unfortunately the compiler-rt is not included in the version of the llvm
included/used in the ports (llvm-3.5.r203994). That is why I used the original
source code from svn.
Also I don't know if this has anything to do with it but I'm running this test
machine on vmware host.
Original comment by mr.code...@gmail.com
on 30 Apr 2014 at 2:37
Please note that adding FreeBSD support for sanitizers is still in progress.
Currently, by 'check-all' we pass the common tests with no unexpected failures
and the next thing to do is to pass Asan tests. By conincidence, the process
memory mapping is what we are working on these days, so soon there should be a
patch put on review that address this specific issue with interleaving memory
regions.
Original comment by kutuzov....@gmail.com
on 5 May 2014 at 8:19
Original comment by konstant...@gmail.com
on 6 May 2014 at 8:36
Thank you for the reply/information.
Please let me know when you will have any working version - I'll gladly test it.
Original comment by mr.code...@gmail.com
on 6 May 2014 at 11:55
[deleted comment]
I have thi sissue on Linux 64bit.
g++ ./app.cpp -O0 --std=c++0x -pthread -Wall -fsanitize=address
-fno-omit-frame-pointer
Original comment by ColinTre...@gmail.com
on 23 Jul 2014 at 4:44
With this kernel patch applied:
http://reviews.llvm.org/D3732#21
and this clang patch applied:
http://reviews.llvm.org/D4623
the latest revisions should pass Asan tests on FreeBSD 9.2 without unexpected
failures. It's also known that at least one of the recent revisions does work
on FreeBSD 10.0 with a couple minor changes.
Original comment by kutuzov....@gmail.com
on 9 Aug 2014 at 11:34
r218042 pass Asan test without unexpected failures on FreeBSD 10.0 with the
/usr/src/sys/kern/kern_proc.c file patched and the
kern.proc_vmmap_skip_resident_count kernel state set to 1. Attached are the
patched and original versions of the source file.
Original comment by kutuzov....@gmail.com
on 22 Sep 2014 at 6:32
Attachments:
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:05
Adding Project:AddressSanitizer as part of GitHub migration.
Original comment by ramosian.glider@gmail.com
on 30 Jul 2015 at 9:06
Original issue reported on code.google.com by
mr.code...@gmail.com
on 30 Apr 2014 at 8:44