[Ruby] rdoc S.T.B.

Aaron Patterson aaron.patterson at gmail.com
Wed Apr 25 16:52:32 PDT 2007


On 4/25/07, Daevid Vincent <daevid at daevid.com> wrote:
>
> Thanks Aaron for the reply.
>
> Nope.
> I read "blah blah blah blah strace blah blah pid blah blah"... ;-p
>
> I'm not a low-level guru like that.
> Could you tell me what/how to do that,
> and I'd be happy to provide that output.


Ummmm....  Find the pid for the process you're running, then to 'strace -p
your pid here'.  Or just do 'strace your process here'.

Either way, you should probably take a look at the man page for strace.
You'll get lots of output, but at least you'll see where your process is
stuck.

-- 
Aaron Patterson
http://tenderlovemaking.com/


More information about the Ruby mailing list