From: SASADA Koichi Date: 2013-04-28T07:40:19+09:00 Subject: [ruby-core:54633] Re: [CommonRuby - Feature #8291][Open] Allow retrieving the root Fiber of a Thread (2013/04/19 15:53), halorgium (Tim Carey-Smith) wrote: > Currently (({Thread.backtrace})) returns the stack frames for the currently running (({Fiber})). > It is not possible to retrieve the backtrace. > > Building on http://bugs.ruby-lang.org/issues/8263, this would allow for this feature. Sorry, I can't understand your proposal. Different discussion from #8263 ? BTW, there are no Thread.backtrace method. Thread.backtrace #=> ruby 2.1.0dev (2013-03-18 trunk 39808) [i386-mswin32_100] t.rb:1:in `
': undefined method `backtrace' for Thread:Class (NoMethodError) -- // SASADA Koichi at atdot dot net