From: "halorgium (Tim Carey-Smith)" Date: 2013-04-20T20:36:44+09:00 Subject: [ruby-core:54479] [CommonRuby - Feature #8263] Support discovering yield state of individual Fibers Issue #8263 has been updated by halorgium (Tim Carey-Smith). I have implemented Fiber#backtrace in Rubinius and have a demo of what I wanted to achieve. https://gist.github.com/halorgium/c770d3cf27f6279e5e43 This depends on another change, Thread#root_fiber, which returns the root_fiber of the specified Thread. ---------------------------------------- Feature #8263: Support discovering yield state of individual Fibers https://bugs.ruby-lang.org/issues/8263#change-38782 Author: halorgium (Tim Carey-Smith) Status: Open Priority: Normal Assignee: Category: Target version: =begin Related to #8215, when debugging a multi-Fiber application or library it is useful to be able to look at the stack for the (({Thread})) which is possible right now. Currently it is not possible to discover where the Fiber was yielded. Is this something that could be added? (()) =end -- http://bugs.ruby-lang.org/