From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 17:44:49 2010 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 C68DF10656A6 for ; Fri, 3 Sep 2010 17:44:49 +0000 (UTC) (envelope-from alp@rsu.ru) Received: from mail.r61.net (mail.r61.net [195.208.245.249]) by mx1.freebsd.org (Postfix) with ESMTP id 49EE88FC1A for ; Fri, 3 Sep 2010 17:44:48 +0000 (UTC) Received: from pyhalov.cc.rsu.ru (pyhalov.cc.rsu.ru [195.208.252.128]) (authenticated bits=0) by mail.r61.net (8.14.4/8.14.1) with ESMTP id o83HJi4D003323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Sep 2010 21:19:48 +0400 (MSD) (envelope-from alp@rsu.ru) Message-ID: <4C812E30.30609@rsu.ru> Date: Fri, 03 Sep 2010 21:19:44 +0400 From: Alexander Pyhalov User-Agent: Thunderbird 2.0.0.23 (X11/20091202) MIME-Version: 1.0 To: Rui Paulo References: <236CEF13-3153-4ACA-9C67-B0116FF76EB3@FreeBSD.org> In-Reply-To: <236CEF13-3153-4ACA-9C67-B0116FF76EB3@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: DTrace userland project 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: Fri, 03 Sep 2010 17:44:49 -0000 Hello. I've just tried to compile postgresql 84 with enabled dtrace on FreeBSD-current (checked out repository two days ago). I have the following error in compile time: dtrace -C -G -s utils/probes.d access/common/heaptuple.o access/common/indextuple.o ... // here follows other object files dtrace: (malloc) /usr/src/lib/libc/stdlib/malloc.c:2636: Failed assertion: "(run->regs_mask[elm] & (1U << bit)) == 0" gmake: *** [utils/probes.o] Abort trap: 6 (core dumped) Rui Paulo wrote: > Hi, > The DTrace userland project is near completion and you can start using parts of it right away (only on FreeBSD HEAD right now). > > For more information on how to use DTrace with userland, please read: > http://wiki.freebsd.org/DTrace/userland > > This project is being sponsored by the FreeBSD Foundation. > > Regards, > -- > Rui Paulo > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"