junjihashimoto (Junji Hashimoto)
- Login: junjihashimoto
- Registered on: 07/10/2017
- Last sign in: 07/10/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/10/2017
-
01:18 AM Ruby Bug #13735 (Closed): Initialization-error of sortedset
- When we use multithreading environment, sortedset-initialization always fails.
Reproducible programs and the logs are below.
~~~ ruby
$ cat sortedset-test.rb
require "set"
def func1
set = SortedSet.new([2, 1, 5, 6, 4, 5, ...