sczimmer (Scott Zimmermann)
- Login: sczimmer
- Registered on: 08/01/2023
- Last sign in: 08/01/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/01/2023
-
11:22 PM Ruby Bug #19793: Segmentation fault when requiring files after defining Object#method_missing
- thanks, you all are fast :)
-
04:08 PM Ruby Bug #19793 (Closed): Segmentation fault when requiring files after defining Object#method_missing
- I was doing ruby koans to learn ruby and I got a segmentation fault when it gets to the part where it uses `Symbol.all_symbols`. I realized it happens with any large Array, but I cannot reproduce in a small test script, just when it runs...