General

Profile

tomanderson (Thomas Ender)

  • Login: tomanderson
  • Registered on: 02/08/2021
  • Last sign in: 06/02/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

04/09/2021

12:33 PM Ruby master Bug #17791 (Third Party's Issue): Ractor exception when using Nokogiri
Parsing xml using nokogiri:
``` ruby
doc = Nokogiri.XML('<foo><bar /></foo>', nil, 'EUC-JP')
```
Suppose I want...
tomanderson (Thomas Ender)

02/09/2021

01:05 PM Ruby master Bug #17612: ractor crash with some simple codes
@ko1 Here is my error log when running your simpler code:
irb(main):036:0> 2.times.map{ Ractor.new{ loop{ rand.to_...
tomanderson (Thomas Ender)

02/08/2021

06:56 AM Ruby master Bug #17612 (Closed): ractor crash with some simple codes
I found these codes will crash because of **Ractor** :
``` ruby
e = (1..1000).to_a
arr = [e,e,e,e]
...
tomanderson (Thomas Ender)

Also available in: Atom