You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running different pieces of software (Rails, Jasmine, etc) with JRuby and WEBrick, I get from time to time the following error:
[2015-04-16 23:40:36] ERROR RuntimeError: can't add a new key into hash during iteration
org/jruby/RubyHash.java:986:in `[]='
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/utils.rb:205:in `register'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/utils.rb:161:in `register'
org/jruby/ext/thread/Mutex.java:149:in `synchronize'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/utils.rb:160:in `register'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/utils.rb:232:in `timeout'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/httprequest.rb:398:in `_read_data'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/httprequest.rb:409:in `read_line'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/httprequest.rb:316:in `read_header'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/httprequest.rb:92:in `parse'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/httpserver.rb:81:in `run'
/home/foo/.rbenv/versions/jruby-1.7.12/lib/ruby/1.9/webrick/server.rb:191:in `start_thread'
This happens in JRuby 1.7.12 (also seen on earlier versions).
I guess this is more-or-less this issue and that doesn't seem to be fixed at least in master.
The text was updated successfully, but these errors were encountered:
When running different pieces of software (Rails, Jasmine, etc) with JRuby and WEBrick, I get from time to time the following error:
This happens in JRuby 1.7.12 (also seen on earlier versions).
I guess this is more-or-less this issue and that doesn't seem to be fixed at least in master.
The text was updated successfully, but these errors were encountered: