General

Profile

eugeneius (Eugene Kenny)

  • Login: eugeneius
  • Registered on: 01/08/2017
  • Last sign in: 09/08/2022

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

10/26/2020

11:31 PM Ruby master Bug #17220: Rails Active Job integration test fails with Ruby 3.0.0 since 2038cc6cab6ceeffef3ec3a765c70ae684f829ed
I checked the glibc source, and it intentionally keeps the thread alive:
```c
/* If the runlist is empty, t...
eugeneius (Eugene Kenny)

10/15/2020

11:57 PM Ruby master Bug #17220: Rails Active Job integration test fails with Ruby 3.0.0 since 2038cc6cab6ceeffef3ec3a765c70ae684f829ed
Here's a small script that reproduces the problem:
```ruby
require "socket"
Socket.getaddrinfo("localhost", ni...
eugeneius (Eugene Kenny)

05/25/2018

04:09 PM Ruby master Bug #14742: Deadlock when autoloading different constants in the same file from multiple threads
It looks like the fix was un-reverted in r63392. Thank you for working on this, Eric! eugeneius (Eugene Kenny)

05/08/2018

02:16 AM Ruby master Bug #14742 (Closed): Deadlock when autoloading different constants in the same file from multiple threads
The following example deadlocks consistently:
~~~ ruby
# a.rb
autoload :Foo, __dir__ + "/b"
autoload :Bar, __di...
eugeneius (Eugene Kenny)
01:27 AM Ruby master Bug #10892: Deadlock in autoload
The simpler repro script runs successfully from 2.3.0 onwards, and `git bisect` between 2.2.0 and 2.3.0 shows that r5... eugeneius (Eugene Kenny)

01/08/2017

02:34 AM Ruby master Bug #13107: def_delegators causes random errors in MRI 2.4.0
Here's another patch that also fixes the problem, while keeping the optimisation from r55376.
I'll admit that I ha...
eugeneius (Eugene Kenny)
02:11 AM Ruby master Bug #13107: def_delegators causes random errors in MRI 2.4.0
The `mongo` gem is also affected by this bug (https://jira.mongodb.org/browse/RUBY-1191). Running the tests in the `s... eugeneius (Eugene Kenny)

Also available in: Atom