Date: Sat, 25 Jun 2011 20:53:06 +0400 From: Pan Tsu <inyaoo@gmail.com> To: freebsd-questions@freebsd.org Subject: [dtrace] attaching to a PID Message-ID: <86liwpyhsd.fsf@gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86liwpyhsd.fsf>