From owner-freebsd-stable@FreeBSD.ORG Tue Nov 23 22:50:21 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 19441106564A; Tue, 23 Nov 2010 22:50:21 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6D7238FC17; Tue, 23 Nov 2010 22:50:20 +0000 (UTC) Received: by eyb7 with SMTP id 7so5022494eyb.13 for ; Tue, 23 Nov 2010 14:50:19 -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=+YYj0ptwkeP2r2m2WF0qZo/8urEesoS7zJtgo/FLt+U=; b=dGR9aX4qocFCWgmKlWLyZeo6yHSFnsdCBVxRmIbz2U1zdAk7u3Z4xrnocMaaXrITYr 8534jaA2veQ+JiDkRdjxqk7Tc5Nl86jnhanzQuu9azOBxKJ7pBPk8kS7wjFpEUtH4fBG R8XcYAlkeagxH1+vqHEAJBC0k3Ee1bryj4yL0= 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=pkOwU7O8YEZcMK1bBCQDGKBYDozScAm1TwdWz1Bz4SPzAaXlqH3zpzHTyMaQJRMqBX R1nH+gYJdTBpi7sOKZArqpT5nIgIwXLaAoTaWfb44rzmJynbbY4IKgJhlbnOWSKMB7gd JLqdSxv5oS/Lfgv0Bhxq4/Z1nXYQo3gYSn2jY= MIME-Version: 1.0 Received: by 10.213.36.5 with SMTP id r5mr7703393ebd.3.1290552619045; Tue, 23 Nov 2010 14:50:19 -0800 (PST) Received: by 10.213.4.206 with HTTP; Tue, 23 Nov 2010 14:50:18 -0800 (PST) In-Reply-To: References: <20101123081244.GA38354@icarus.home.lan> <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> Date: Tue, 23 Nov 2010 16:50:18 -0600 Message-ID: From: Zhihao Yuan To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alexander Leidinger , freebsd-stable@freebsd.org, Jeremy Chadwick 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: Tue, 23 Nov 2010 22:50:21 -0000 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). >> >> -- >> Andriy Gapon >> > > > > -- > Zhihao Yuan > The best way to predict the future is to invent it. > > -- Zhihao Yuan The best way to predict the future is to invent it.