lucasamorim (Lucas Amorim)
- Login: lucasamorim
- Registered on: 11/17/2015
- Last sign in: 12/02/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/01/2015
-
06:53 AM Ruby Bug #11756 (Closed): SEGV Thread#inspect when sets the thread#name as a OpenStruct
- How to reproduce:
Run this script:
~~~ruby
require 'ostruct'
thread = Thread.new { 0 }
thread.name = OpenStruct.new
puts thread.inspect
~~~
Result:
~~~
../thread_name.rb:6: [BUG] Segmentation fault at 0x000000000000...