Fryguy (Jason Frey)
- Login: Fryguy
- Email: fryguy9@gmail.com
- Registered on: 04/15/2010
- Last sign in: 03/08/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Like
Activity
09/13/2021
- 05:01 PM Ruby master Bug #18164: Segfault after spawn when using modified ENV
- Speculation ahead, but I'm at the point where I don't understand the Ruby C code anymore...but I think what's happeni...
- 04:55 PM Ruby master Bug #18164: Segfault after spawn when using modified ENV
- This seems to not segfault
```
ENV = {}
spawn({}, "true", :unsetenv_others => true)
ENV.replace({})
```
whi... - 04:08 PM Ruby master Bug #18164 (Closed): Segfault after spawn when using modified ENV
- The attached segfault.rb causes a segfault on Ruby 3.0.2 (also on 2.7.2+). This is the smallest reproducer we could ...
Also available in: Atom