From owner-freebsd-stable@FreeBSD.ORG Sat Apr 10 01:33:33 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7371C16A4CE; Sat, 10 Apr 2004 01:33:33 -0700 (PDT) Received: from herring.rabson.org (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9004243D54; Sat, 10 Apr 2004 01:33:32 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.rabson.org (herring.rabson.org [10.0.0.2]) by herring.rabson.org (8.12.11/8.12.11) with ESMTP id i3A8XFQB014001; Sat, 10 Apr 2004 09:33:20 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Garrett Rooney Date: Sat, 10 Apr 2004 09:33:14 +0100 User-Agent: KMail/1.6.1 References: <200404091207.10055.dfr@nlsystems.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404100933.14838.dfr@nlsystems.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.rabson.org X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: Valgrind for FreeBSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2004 08:33:33 -0000 On Saturday 10 April 2004 01:20, Garrett Rooney wrote: > On Apr 9, 2004, at 7:07 AM, Doug Rabson wrote: > > As some of you might be aware, recently I've been working on > > porting the > > excellent valgrind debugger to FreeBSD (both -stable and -current). > > If you are interested in trying it out, you can find details on how > > to get the latest version at http://www.rabson.org/#valgrind. > > Enjoy... > > For anyone trying to build on FreeBSD 5.1, it requires a small tweak, > since libc_r in that version did not have support for > pthread_spinlock_t's. I believe this is the correct change, since > __FreeBSD_version 501107 seems to be the next bump after the addition > of pthread_spinlock_t support. Patch applied. Thanks!