Re: [MacRuby-devel] dtrace and macruby

2009-12-20 Thread Scott Thompson
> I have not had any trouble running macruby through dtrace here, can you send > the contents of your dtrace script so that I can compare to my working files? Thanks to everyone for their suggestions. I was doing the prior work on my office computer (a Mac Pro). I tried the same thing on thi

Re: [MacRuby-devel] dtrace and macruby - mailing lists

2009-12-18 Thread Ernest N. Prabhakar, Ph.D.
Hi Scott, On Dec 18, 2009, at 2:33 PM, Laurent Sansonetti wrote: > I'm not a DTrace expert but in my experience, dtrace takes a short time to > attach to a given process, and if the process exists prematurely it won't > work. I'm not aware of any way to work around that, except by patching the

Re: [MacRuby-devel] dtrace and macruby

2009-12-18 Thread Jordan Breeding
Scott, I have not had any trouble running macruby through dtrace here, can you send the contents of your dtrace script so that I can compare to my working files? Jordan On Dec 18, 2009, at 16:33, Laurent Sansonetti wrote: > Hi Scott, > > I'm not a DTrace expert but in my experience, dtrace ta

Re: [MacRuby-devel] dtrace and macruby

2009-12-18 Thread Laurent Sansonetti
Hi Scott, I'm not a DTrace expert but in my experience, dtrace takes a short time to attach to a given process, and if the process exists prematurely it won't work. I'm not aware of any way to work around that, except by patching the process to make it wait a bit more, as you did. This