petercooper (Peter Cooper)
- Login: petercooper
- Registered on: 04/11/2026
- Last sign in: 04/11/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/11/2026
-
01:27 PM Ruby Bug #21992 (Closed): Defining BasicObject#initialize causes segmentation fault
- Simplest reproduction:
``` ruby
class BasicObject
def initialize
end
end
```
In Ruby HEAD, 4.0.2, 3.4.7, and 3.3.11 on macOS, this leads to an immediate segmentation fault. I also got this on Ruby 3.4.1 on Linux.
What I...