From owner-freebsd-stable@FreeBSD.ORG Sat Dec 4 19:42:42 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAADD106564A; Sat, 4 Dec 2010 19:42:42 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA7A8FC08; Sat, 4 Dec 2010 19:42:41 +0000 (UTC) Received: from www.liukuma.net (localhost [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 3AFD61CC67; Sat, 4 Dec 2010 21:25:11 +0200 (EET) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 3AFD61CC67 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=liukuma.net; s=liukudkim; t=1291490711; bh=2F9G4UH8sdMV38b47g0BCLUi3MiD3xmPBXbsMyqYn4U=; h=Message-ID:From:To:Cc:References:In-Reply-To:Subject:Date: MIME-Version:Content-Type:Content-Transfer-Encoding; b=H47N2t/YUYKmiOG7Qg0ZeWMlLjJwICyvIPIGPVr1r2iudA4TQQfDKAHplLk4NRCRf D6LZzf5lAD0FtEsa5DLSkgXkPl8ZmlNE3Uky6v5phadcAG61X8pVsTp9VUWFePaa+6 VnsYkOrvkUAqiGrCu6LdBgCnc830X8xOYvIg18Hc= X-Virus-Scanned: amavisd-new at liukuma.net Received: from www.liukuma.net ([127.0.0.1]) by www.liukuma.net (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id MrigPAz14iQz; Sat, 4 Dec 2010 21:25:07 +0200 (EET) Received: from rivendell (a91-155-174-194.elisa-laajakaista.fi [91.155.174.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTPSA id 3D00C1CC60; Sat, 4 Dec 2010 21:25:05 +0200 (EET) X-DKIM: Sendmail DKIM Filter v2.8.3 www.liukuma.net 3D00C1CC60 Message-ID: From: "Reko Turja" To: "Zhihao Yuan" , "Andriy Gapon" References: <20101123131353.GA7243@icarus.home.lan><20101123132519.GA1426@icarus.home.lan><4CEBC155.9090706@freebsd.org><20101202002734.GA84177@icarus.home.lan><20101202022416.GA86118@icarus.home.lan><4CF8FDC8.7050702@freebsd.org><4CF97D6A.7020900@freebsd.org> In-Reply-To: Date: Sat, 4 Dec 2010 21:25:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Cc: freebsd-stable@freebsd.org Subject: Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Dec 2010 19:42:42 -0000 From: "Zhihao Yuan" Subject: Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE > My world and kernel are sync. Is it possible that the dtrace-enabled=20 > kernel > must be compiled with '-g'? > > On Fri, Dec 3, 2010 at 5:29 PM, Andriy Gapon =20 > wrote: >> I suppose that you have some problem with either your local=20 >> environment or >> following the procedures. Most of all, I still suspect that your=20 >> world and >> your >> kernel are out of sync. Changed CFLAGS? -Reko=20