From owner-freebsd-current@FreeBSD.ORG Mon Jan 21 05:22:55 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67F416A41A for ; Mon, 21 Jan 2008 05:22:55 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 456F013C442 for ; Mon, 21 Jan 2008 05:22:55 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so248855nfb.33 for ; Sun, 20 Jan 2008 21:22:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ngbpiP9nfro4nJyCNZbhbNezEohiEe9AawQa+UEyOBQ=; b=PgLRjQWcA/eSpnm/PwTeyZ1DUOUoRwWRhbZiHnq8Wj/qAZRVXHd5x2hCuAh2OWJof1IX8nY3gUh5N1PmnpdzYR1OpFz9eCFsZ1DikGkvU0J+X9h30b09W8LNcesRyiCLO/OFdaMsQadsZZGxQEti4VMqMzKKBz1an9b1uqCGSIA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ImUJepOQ9ZoyE3jgPFnIOIKogSoaDKBmRMIgcLKIJzHz8xikai0Vn2PuDWNPrImHnjBGAOhs40AlSBzoJIyR0Y49OHjwIsJTQFxIipGTH8v1XnoSVoWVPobbKI4v4vlMamTcMZr5X7zumdnycFilkOXt5/aGN64yIcsxShF4LdM= Received: by 10.78.149.15 with SMTP id w15mr8344685hud.72.1200892973052; Sun, 20 Jan 2008 21:22:53 -0800 (PST) Received: by 10.78.16.10 with HTTP; Sun, 20 Jan 2008 21:22:53 -0800 (PST) Message-ID: Date: Mon, 21 Jan 2008 08:22:53 +0300 From: pluknet To: "Bruce M Simpson" In-Reply-To: <479012F5.9050408@incunabulum.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <478B89F6.1010703@incunabulum.net> <479012F5.9050408@incunabulum.net> Cc: FreeBSD Current Subject: Re: exmap port - shared memory profiler X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 05:22:55 -0000 On 18/01/2008, Bruce M Simpson wrote: > pluknet wrote: > > As I can see this port depends on sysutil/pmap which is broken on 7.0. > > I just submitted PR with patch in it. Look at ports/119704, please. > > btw, procstat provides similar functionality when specified with -v flag. > > > Actually, procstat doesn't provide the functionality which > pmap_helper.ko or exmap does, although it is still a useful tool to have. > > I unfortunately don't have time to look at sysutils/pmap or do further > work on exmap at this moment, which is why I'm asking people for help as > they may also benefit from the tool. > > Thanks for the feedback! > BMS > I've slightly cleared exmap port to more working state. Now it compiles (with also patched sysutils/pmap) and all binaries from this port works (including gtk tool) on 7.0 (still not tested on 6.x and HEAD). It is accessible from http://pluknet.nm.ru/dev/exmap.tar.gz wbr, pluknet