From owner-p4-projects@FreeBSD.ORG Sun Aug 19 20:34:50 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 93F8C16A41B; Sun, 19 Aug 2007 20:34:50 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6722216A419 for ; Sun, 19 Aug 2007 20:34:50 +0000 (UTC) (envelope-from phk@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 587F113C461 for ; Sun, 19 Aug 2007 20:34:50 +0000 (UTC) (envelope-from phk@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7JKYoAr091344 for ; Sun, 19 Aug 2007 20:34:50 GMT (envelope-from phk@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7JKYo1A091341 for perforce@freebsd.org; Sun, 19 Aug 2007 20:34:50 GMT (envelope-from phk@freebsd.org) Date: Sun, 19 Aug 2007 20:34:50 GMT Message-Id: <200708192034.l7JKYo1A091341@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to phk@freebsd.org using -f From: Poul-Henning Kamp To: Perforce Change Reviews Cc: Subject: PERFORCE change 125363 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:34:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=125363 Change 125363 by phk@phk_critter on 2007/08/19 20:34:03 More fallout from ps_strings issue Affected files ... .. //depot/projects/valgrind/README_FREEBSD#2 edit Differences ... ==== //depot/projects/valgrind/README_FREEBSD#2 (text+ko) ==== @@ -1,4 +1,8 @@ -Sun Aug 19 20:26:48 UTC 2007 +Sun Aug 19 20:26:48 UTC 2007 PS_STRINGS Valgrind barfs all over the place on setproctitle. + + This also manifests itself in a corrupted environment in + children of child processes when --trace-children=yes is used. + To cope correctly Valgrind must install the modified argv/envp pointers in the ps-strings area, and mark it as accessible.