mstate (Mike State)
- Login: mstate
- Email: mstate@gmail.com
- Registered on: 11/05/2015
- Last sign in: 11/12/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/12/2015
-
04:45 PM Ruby Bug #11662: Hash#delete causes segmentation fault at 0x00000000001ec8
- Yes, we are using threads. @tmp_handlers is only called from one other location in line #129.
~~~
@tmp_handlers[id.to_s] = handler
~~~
Should it be safe to add a key to a hash while another thread is deleting a key from the same ...
11/05/2015
-
09:13 PM Ruby Bug #11662 (Closed): Hash#delete causes segmentation fault at 0x00000000001ec8
- I have seen this bug happen several times, but only when the system is under heavy load. I have to apologize that don't have any means of easily reproducing it. I saw the same bug appear (segmentation fault at same line 296) on ruby 2....