dmitry_uk (D R)
- Login: dmitry_uk
- Email: dmitry_risich@yahoo.com
- Registered on: 10/05/2015
- Last sign in: 10/13/2015
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...