diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 23:08:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 23:08:41 +0000 |
commit | 0b3795dfcfad7e4dfeae43c6876d92760d389b5a (patch) | |
tree | 5f95556bff3accad33262f01b895587ae099c6a8 /devel/valgrind-snapshot/Makefile | |
parent | edc017dfd39e943503abefa10b66b2c1c0d79b27 (diff) |
- Starting from some point after FreeBSD 5.2.1, valgrind did not terminate
correctly, but got stuck in state ``umtx''. This was mentioned on the lists
and in kern/68992 [closed], but I was never able to fix the problem.
On FreeBSD >= 502120, the kernel's and valgrind's definition of
UMTX_CONTESTED flag were out of sync, which is why valgrind did not terminate
on these systems.
PR: ports/74903
Submitted by: Simon Barner <barner@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=123592
Diffstat (limited to 'devel/valgrind-snapshot/Makefile')
-rw-r--r-- | devel/valgrind-snapshot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile index 1e4240e498e1..38f0f3571857 100644 --- a/devel/valgrind-snapshot/Makefile +++ b/devel/valgrind-snapshot/Makefile @@ -7,7 +7,7 @@ PORTNAME= valgrind PORTVERSION= 352 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.rabson.org/ PKGNAMESUFFIX= -snapshot |