keithdoggett (Keith Doggett)
- Login: keithdoggett
- Registered on: 10/06/2022
- Last sign in: 10/06/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
10/20/2022
-
09:35 PM Ruby Bug #19043: Segfault on macOS 11.7 while using StringScanner in multiple threads
- eightbitraptor (Matthew Valentine-House) wrote in #note-2:
> Have you tried replicating with `GC.auto_compact=true` and `GC.stress=true`?
Thanks for the response. We tried to replicate the crash with `GC.stress=true` but were unabl...
10/06/2022
-
09:08 PM Ruby Bug #19043 (Open): Segfault on macOS 11.7 while using StringScanner in multiple threads
- During testing on our CI, one of the runners failed due to a segfault that appears to have originated from the `StringScanner` class, specifically the `scan_until` method. The test ensures that we are able to properly parse strings in a ...