From owner-freebsd-stable@FreeBSD.ORG Wed Nov 24 05:44:44 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 3E302106566C; Wed, 24 Nov 2010 05:44:44 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 95AD28FC17; Wed, 24 Nov 2010 05:44:43 +0000 (UTC) Received: by wwd20 with SMTP id 20so9157717wwd.31 for ; Tue, 23 Nov 2010 21:44:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=RluBcmxOEWN7klRXNtWEqI78FLeaj8NlFARN8evES7M=; b=QQQnyRYFvPNmFK5rsEZeONSELhzTD0TOCcorTFo17KJt5vJebE2ulMc0guHfy9mwkk B9jRHxqahouAy8dW8Tymmxnd/3tC6C2Jxc0SbgoyTprQZSUz523Tf3y06K4ZNaWxvjDN VLcb663kSMK1kZByd9ZNsNovls4AmmBV8GT0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=U29wis66ogAdajyZBy3u4+DT9j04OfpPSkVEDutrz/FdCILN3WzNf9EZlJ23iURJrv csGbTidjD2IRAQV/EyuMddXLOjMeavPRzJ2vCFL48YFg6Jw4KStbXD8UKc1OQFyxn26J +iGJUrG0bfvHwLhp7DHOuDYD6zuAvBNemh0Uc= MIME-Version: 1.0 Received: by 10.227.141.205 with SMTP id n13mr3778275wbu.28.1290577481688; Tue, 23 Nov 2010 21:44:41 -0800 (PST) Received: by 10.227.136.73 with HTTP; Tue, 23 Nov 2010 21:44:41 -0800 (PST) In-Reply-To: <20101124052847.GA15050@icarus.home.lan> References: <20101123082046.GA62301@compaq.yuetime> <4CEBB613.5010009@freebsd.org> <20101123131353.GA7243@icarus.home.lan> <20101123145159.157170lfpi646gw0@webmail.leidinger.net> <20101123204540.GA6744@icarus.home.lan> <4CEC28B5.5080807@freebsd.org> <20101124052847.GA15050@icarus.home.lan> Date: Tue, 23 Nov 2010 23:44:41 -0600 Message-ID: From: Zhihao Yuan To: Jeremy Chadwick Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alexander Leidinger , freebsd-stable@freebsd.org, Andriy Gapon 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: Wed, 24 Nov 2010 05:44:44 -0000 I'm sorry, I'm not going to split the topics. So here is the current status: built kernel WITH_CTF and build world without CTF (I assume CTF is just a kernel feature). And the problem is exactly the same as I posted before, say "line 88" staff. And, there are many people who have the same problem. Is it caused by some other options in our KERNCONF? Or it just does not work on some platforms.... On Tue, Nov 23, 2010 at 11:28 PM, Jeremy Chadwick wrote: > On Tue, Nov 23, 2010 at 10:20:52PM -0600, Zhihao Yuan wrote: > > As I posted in another email, the gcc crashes in latest RELENG_8. Another > > explanation is that buildworld WITH_CTF=1 can crashes the gcc. I > overwrote > > the gcc with the version in 8.1_RELEASE, and I'm rebuilding everything. > > > > I just want to know whether I'm supposed to be able to use Dtrace just > with > > a CTF-enabled kernel. And, if so, what should I do to make it actually > > works. Thanks... guys. > > > > On Tue, Nov 23, 2010 at 4:50 PM, Zhihao Yuan wrote: > > > > > Can not rebuild kernel. As you known, I installed the latest kernel > last > > > night. This afternoon, I installed the latest 'world', which makes the > > > 'world' and the kernel a little bit de-synchronized. And, I found that > the > > > devd can not be started, s I tried to build the kernel again. > > > > > > Here I met the biggest problem: I can not rebuild the kernel now! For > each > > > time the make process stopped at stage 2.3, and gives me a core dump > > > finally. What's wrong? > > > > > > On Tue, Nov 23, 2010 at 2:52 PM, Zhihao Yuan > wrote: > > > > > >> That's what I have done. I did not used WITH_CTF=1 on buildworld. > Anyway, > > >> I;m using it to rebuild the world, which takes some time. > > >> > > >> On Tue, Nov 23, 2010 at 2:48 PM, Andriy Gapon > wrote: > > >> > > >>> on 23/11/2010 22:45 Jeremy Chadwick said the following: > > >>> > make buildkernel WITH_CTF=1 > > >>> > > >>> I believe the above to be necessary and sufficient part (for using > DTrace > > >>> on > > >>> kernel). > > I don't have this problem (re: gcc crashing on buildworld, with or > without WITH_CTF=1). If gcc is crashing with signal 11: > http://www.freebsd.org/doc/en/books/faq/troubleshoot.html#SIGNAL11 > > Kindly requested: please apply some focus to a single issue or start > separate threads for the problems you're experiencing (though I > understand how some can be related to one another). So far there's been > 3 or 4 separate topics/items mentioned during the course of this thread > (how to get DTrace working, problems with devd, and now gcc crashing), > and it's becoming more and more difficult to follow what's going on. > > -- > | Jeremy Chadwick jdc@parodius.com | > | Parodius Networking http://www.parodius.com/ | > | UNIX Systems Administrator Mountain View, CA, USA | > | Making life hard for others since 1977. PGP: 4BD6C0CB | > > -- Zhihao Yuan The best way to predict the future is to invent it.