From owner-freebsd-questions@FreeBSD.ORG Sat Jun 25 16:53:19 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7F7C106566B for ; Sat, 25 Jun 2011 16:53:19 +0000 (UTC) (envelope-from inyaoo@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 955CB8FC13 for ; Sat, 25 Jun 2011 16:53:19 +0000 (UTC) Received: by gxk28 with SMTP id 28so1937290gxk.13 for ; Sat, 25 Jun 2011 09:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:user-agent :mime-version:content-type; bh=nqTZHFb8RiOmQinIYhP+xJzrQB4WS9K2/nRQ6yp8QIg=; b=RvbqSn/RI9m+24zy/cnxuOHCpfTuyGXsazMI2X+pKt0/wK7x4Fhd3Wlkwxa3aUgVOn JsLUggWfoQ0CWw2r8brng91qdADOjIWRhdqG5tWQ/IVG0Js9GAimYnVAyOkPzHjIe8dT XGhi3U6usC9zoY/HADylDg8hwYECj/fir/yjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=pJSzH8phI8k9jGfgCRbWupgor3CmnTQdAK2Lv8qLJ5g2r1FpozkW2NViyAiZRBWt6a PSs0C7xVPSp20Yh4kOdEUK/pctwuASRveBAuxIhTg+bgP+jp+unK6DFCM8pQ/cwPXNqI mXyegl8LPJ0Iyf2Pl0AynFVj3uGx5HIXg6uk8= Received: by 10.91.3.17 with SMTP id f17mr4924142agi.199.1309020795837; Sat, 25 Jun 2011 09:53:15 -0700 (PDT) Received: from localhost (tor-exit-readme-1wh1.kromyon.net [209.236.66.108]) by mx.google.com with ESMTPS id y15sm2114339ann.18.2011.06.25.09.53.12 (version=SSLv3 cipher=OTHER); Sat, 25 Jun 2011 09:53:14 -0700 (PDT) From: Pan Tsu To: freebsd-questions@freebsd.org Date: Sat, 25 Jun 2011 20:53:06 +0400 Message-ID: <86liwpyhsd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Subject: [dtrace] attaching to a PID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2011 16:53:19 -0000 Does anyone else see the following crash? $ sh -c 'sleep 60& dtrace -P syscall -p $!' dtrace: description 'syscall' matched 2092 probes Assertion failed: (dpr != NULL), file .../cddl/contrib/opensolaris/lib/libdtrace/common/dt_proc.c, line 751. Exit 134 Also triggers without specifying PID, e.g. by ustack() $ dtrace -P 'syscall { @[probefunc,ustack()] = count(); }' Not sure if I hosed my environment. -- FreeBSD 9.0-CURRENT #0 r223522M amd64