ramosian-glider / sanitizers

0 stars 0 forks source link

AddressSanitizer isn't supported on FreeBSD #126

Closed ramosian-glider closed 9 years ago

ramosian-glider commented 9 years ago

Originally reported on Google Code with ID 125

This is a defect/enhancement request to support AS on FreeBSD as well.

Reported by eitan@eitanadler.com on 2012-11-11 15:03:49

ramosian-glider commented 9 years ago
We don't have a FreeBSD machine to experiment on, but any patches are welcome.
Do you know which is exactly the state of ASan on FreeBSD?

Reported by ramosian.glider on 2012-11-11 15:11:39

ramosian-glider commented 9 years ago
$ make -j 10
Error expanding embedded variable.
$ uname -a
FreeBSD src.fst.su 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr  9 21:23:18 UTC 2012
    root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

Reported by aazaharov81 on 2012-12-14 12:51:05


ramosian-glider commented 9 years ago
You need GNU make, not BSD make, because of non-portable constructs in the makefile.
 try "gmake -j 10" (devel/gmake is the port)

Reported by eitan@eitanadler.com on 2012-12-14 12:53:14

ramosian-glider commented 9 years ago
We do not support *BSD.
The patches that will make asan work on *BSD are more than welcome
(please send to llvm-commits@), but this particular bug is not actionable on our side.

Reported by konstantin.s.serebryany on 2013-02-15 14:22:56

ramosian-glider commented 9 years ago
Adding Project:AddressSanitizer as part of GitHub migration.

Reported by ramosian.glider on 2015-07-30 09:13:40