General

Profile

rmosolgo (Robert Mosolgo)

  • Login: rmosolgo
  • Email: rdmosolgo@gmail.com
  • Registered on: 11/08/2014
  • Last sign in: 12/23/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 3 2 5

Activity

12/28/2023

03:57 PM Ruby master Bug #20089: Fiber#kill transfers to root fiber
That definitely makes sense for a Fiber killing _itself_, but would you say that killing a _different_ Fiber should c... rmosolgo (Robert Mosolgo)

12/27/2023

10:20 PM Ruby master Bug #20081: Transfered Fiber doesn't return to Fiber that started it
Thanks for taking a look! I was going from the example in the docs (https://docs.ruby-lang.org/en/master/Fiber.html#m... rmosolgo (Robert Mosolgo)

12/26/2023

04:46 PM Ruby master Bug #20089 (Open): Fiber#kill transfers to root fiber
I was hoping to use `Fiber#kill` to clean up formerly `.transfer`-d Fibers and work around https://bugs.ruby-lang.org... rmosolgo (Robert Mosolgo)

12/23/2023

05:57 PM Ruby master Bug #20081: Transfered Fiber doesn't return to Fiber that started it
I see that Ruby 3.3 has `Fiber#kill` coming (https://github.com/ruby/ruby/pull/7823), which I _think_ will solve my p... rmosolgo (Robert Mosolgo)
05:44 PM Ruby master Bug #20081 (Open): Transfered Fiber doesn't return to Fiber that started it
Hi! I'm trying to figure out how to make sure that Fibers started with `.transfer` end up _terminated_, not just susp... rmosolgo (Robert Mosolgo)

08/28/2023

04:06 PM Ruby master Bug #19853 (Closed): Segfault when calling `system` from a non-blocking fiber
Hi! I'm trying to improve my Ruby library to support transfer-based fibers (https://github.com/rmosolgo/graphql-ruby/... rmosolgo (Robert Mosolgo)

01/31/2022

02:47 PM Ruby master Bug #17263: Fiber context switch degrades with number of fibers, limit on number of fibers
I heard someone ran into this error in a GraphQL-Ruby context, so I thought I'd check out this script on the latest R... rmosolgo (Robert Mosolgo)

05/21/2021

02:36 PM Ruby master Bug #17875: Segfault when reusing a closed Fiber scheduler inside a Thread
Oh, thanks! I installed 3.1.0-dev and it worked fine for me, too. (That is, it failed with a nice error message and b... rmosolgo (Robert Mosolgo)

05/20/2021

08:46 PM Ruby master Bug #17875: Segfault when reusing a closed Fiber scheduler inside a Thread
Ah, yes, thanks for linking back to that. It sure looks like the same thing. I searched for "fiber scheduler segfault... rmosolgo (Robert Mosolgo)
08:12 PM Ruby master Bug #17875 (Closed): Segfault when reusing a closed Fiber scheduler inside a Thread
Hi! I've been trying to learn the new `Fiber.scheduler` API. I ran into this segfault when I was misusing scheduler i... rmosolgo (Robert Mosolgo)

Also available in: Atom