From owner-freebsd-questions@FreeBSD.ORG Thu Jul 30 16:54:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61BC9106567D for ; Thu, 30 Jul 2009 16:54:47 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) Received: from csmtp1.one.com (csmtp1.one.com [195.47.247.21]) by mx1.freebsd.org (Postfix) with ESMTP id 246CD8FC1C for ; Thu, 30 Jul 2009 16:54:46 +0000 (UTC) (envelope-from mailinglist@diamondbox.dk) Received: from diamond.diamondbox.dk (0x4dd7c703.adsl.cybercity.dk [77.215.199.3]) by csmtp1.one.com (Postfix) with ESMTP id 14EE41BC006AE; Thu, 30 Jul 2009 16:35:40 +0000 (UTC) Message-ID: <4A71CBD9.7020001@diamondbox.dk> Date: Thu, 30 Jul 2009 18:35:37 +0200 From: Nikolaj Thygesen Organization: diamondbox.dk User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Roland Smith References: <20090729220911.GA656@slackbox.xs4all.nl> <20090730070749.GA19973@slackbox.xs4all.nl> In-Reply-To: <20090730070749.GA19973@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Underwood , freebsd-questions@freebsd.org Subject: Re: Parallel debugging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 16:54:47 -0000 Roland Smith wrote: > gprof is part of the base system. Valgrind is available in ports, but > only for the i386 architecture. > > Roland > Unfortunately, Valgrind is rather hopeless on fbsd for multithreaded programs. I had to resort to using Ubuntu when Valgrinding. N :o)