From owner-freebsd-stable@FreeBSD.ORG Sat Sep 20 21:51:16 2008 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 71ABD1065B61 for ; Sat, 20 Sep 2008 21:51:16 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 37F618FC21 for ; Sat, 20 Sep 2008 21:51:16 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id m8KLpDal035910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 20 Sep 2008 16:51:14 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id m8KLpCXP035909; Sat, 20 Sep 2008 16:51:12 -0500 (CDT) (envelope-from dan) Date: Sat, 20 Sep 2008 16:51:12 -0500 From: Dan Nelson To: Michel Talon , freebsd-stable@FreeBSD.org Message-ID: <20080920215111.GI34468@dan.emsphone.com> References: <20080920143952.GA16747@lpthe.jussieu.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080920143952.GA16747@lpthe.jussieu.fr> X-OS: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: Re: Problem with dtrace 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, 20 Sep 2008 21:51:16 -0000 In the last episode (Sep 20), Michel Talon said: > Still testing FreeBSD-7.1-beta encountered the following (perhaps > to be expected) result with dtrace: > > dtrace -m kernel -> some output -> deadlock after a few seconds. > > Less demanding tracing worked OK. proc, profile, and syscall probes work fine for me; it seems to be just fbt probes that cause problems. Enabling any one will cause a trap 12 a few instructions inside the probed function when it gets called. -- Dan Nelson dnelson@allantgroup.com