curi (Elliot Temple)
- Login: curi
- Email: curi@curi.us
- Registered on: 11/06/2008
- Last sign in: 08/09/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/09/2026
-
09:47 PM Ruby Bug #22237 (Closed): GC.auto_compact corrupts a String or segfaults from String#tr with dup or gsub
- `GC.auto_compact = true` can cause memory corruption or segfaults with string methods. Ruby 4.0.6, arm64 macOS, YJIT enabled, 100 runs: 35 clean, 27 corruption, 38 segfault. I also saw the issue with Ruby 4.0.4, x86-64 Debian, or YJIT di...