From owner-cvs-all@FreeBSD.ORG Thu Dec 9 23:08:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D6316A4CE; Thu, 9 Dec 2004 23:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC53D43D5A; Thu, 9 Dec 2004 23:08:41 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB9N8flq095394; Thu, 9 Dec 2004 23:08:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB9N8fkt095393; Thu, 9 Dec 2004 23:08:41 GMT (envelope-from pav) Message-Id: <200412092308.iB9N8fkt095393@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 9 Dec 2004 23:08:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/valgrind Makefileports/devel/valgrind/files Makefile ports/devel/valgrind-snapshot/files patch-coregrind-vg_proxylwp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 23:08:42 -0000 pav 2004-12-09 23:08:41 UTC FreeBSD ports repository Modified files: devel/valgrind Makefile devel/valgrind-snapshot Makefile Added files: devel/valgrind/files patch-coregrind-vg_proxylwp.c devel/valgrind-snapshot/files patch-coregrind-vg_proxylwp.c Log: - 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 (maintainer) Revision Changes Path 1.9 +1 -1 ports/devel/valgrind-snapshot/Makefile 1.1 +10 -0 ports/devel/valgrind-snapshot/files/patch-coregrind-vg_proxylwp.c (new) 1.11 +1 -1 ports/devel/valgrind/Makefile 1.1 +10 -0 ports/devel/valgrind/files/patch-coregrind-vg_proxylwp.c (new)