mwaldvogel (Michael Waldvogel)
- Login: mwaldvogel
- Registered on: 01/09/2024
- Last sign in: 04/30/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/30/2026
-
04:33 AM Ruby Bug #21856: Massive performance degradation of `rb_obj_free` for `T_CLASS` since Ruby 4.0
- Could we possibly check on this again? I checked master and found the change, but couldn't find it in neither 4.0.2 nor in 4.0.3. I looked in the repository on github as well into the official 4.0.3 tarball published on ruby-lang.org. It...
01/10/2024
-
09:50 AM Ruby Bug #20172: Socket.addrinfo failing randomly
- mame (Yusuke Endoh) wrote in #note-2:
> Yeah, it is probably due to the change of #19965. I cannot debug it soon because I don't have a gentoo environment. I suspect `pthread_create` is somehow failing. Does `10000.times { Thread.new {}... -
08:43 AM Ruby Bug #20172: Socket.addrinfo failing randomly
- We can at least exclude that it is due to heavy load. I will provide you access to one of the VMs by tomorrow. That way it should be easier to analyze.
01/09/2024
-
10:56 PM Ruby Bug #20172 (Closed): Socket.addrinfo failing randomly
- I've recently updated one of my linux systems (Gentoo) to glibc 2.38 (that was the only change). After the update most of the time the below error happens. Among other things this breaks rubygems for me. I've reinstalled ruby 3.2.2 with ...