General

Profile

dmitry_uk (D R)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

10/05/2015

05:23 PM Ruby Bug #11567 (Closed): Segmentation fault CFUNC :gets
Running the below code under 2.2.3 results in a segmentation fault. Runs without issue on 2.1.6. Output attached as a text file.
```ruby
require 'open3'
require 'pp'
data_accessor = Mutex.new
results = {}
threads = []
200.ti...
dmitry_uk (D R)

Also available in: Atom