Re: DTrace userland

2012-02-28 Thread Marc Abramowitz
process _exiting_... Marc On Mon, Feb 27, 2012 at 11:10 PM, Marc Abramowitz msabr...@gmail.comwrote: Another strange behavior: [Tab 1] $ /bin/sleep 300 [1] 1806 [Tab 2] $ sudo dtrace -n 'pid1806:sleep::entry' $ echo $? 158 [Tab 1] [1]+ Killed: 9 /bin/sleep 300

Re: DTrace userland

2012-02-28 Thread Marc Abramowitz
On Tue, Feb 28, 2012 at 12:58 PM, Rui Paulo rpa...@freebsd.org wrote: Please file a PR. These are problems that we have to fix. I submitted a PR for the kernel panic at http://www.freebsd.org/cgi/query-pr.cgi?pr=165541 Marc ___

Re: DTrace userland

2012-02-28 Thread Marc Abramowitz
On Tue, Feb 28, 2012 at 12:24 PM, Marc Abramowitz msabr...@gmail.comwrote: Here's another way to cause a kernel panic: [marca@freebsd9-0 ~]$ sudo kldload dtraceall ... [marca@freebsd9-0 ~]$ sudo dtrace -n 'pid$target:test:main:entry' -c ./test dtrace: description 'pid

DTrace userland

2012-02-27 Thread Marc Abramowitz
I'm using FreeBSD 9.0 on amd64 in VMware Fusion and trying to DTrace userland programs. I think I must be doing something wrong. I recompiled my kernel and world, following the instructions at http://wiki.freebsd.org/DTrace and I've read http://wiki.freebsd.org/DTrace/userland: The test.c pid

Re: DTrace userland

2012-02-27 Thread Marc Abramowitz
at 10:22 PM, Marc Abramowitz msabr...@gmail.comwrote: I'm using FreeBSD 9.0 on amd64 in VMware Fusion and trying to DTrace userland programs. I think I must be doing something wrong. I recompiled my kernel and world, following the instructions at http://wiki.freebsd.org/DTrace and I've read http