From: Steven Lumos Date: 2006-10-25T06:54:53+09:00 Subject: Kernel#caller for non-current thread Looks like it can be done in C by: set ruby_frame to the particular th->frame, call backtrace(), and set it back. Is there a better way or has anybody already done it? Steve