Hi JRubyists,

The default disabled objectspace is making something in Net/HTTP blow
up. This is a difficult one to isolate; maybe someone else can take a
look:

chloe:~/p/mongrel/trunk eweaver$ jruby +O test/test_configurator.rb
--name test_base_handler_config
Loaded suite test/test_configurator
Started
.
Finished in 1.395 seconds.

1 tests, 8 assertions, 0 failures, 0 errors
chloe:~/p/mongrel/trunk eweaver$ jruby -O test/test_configurator.rb
--name test_base_handler_config
Loaded suite test/test_configurator
Started
E
Finished in 0.31 seconds.

  1) Error:
test_base_handler_config(ConfiguratorTest):
EOFError: End of file reached
    /opt/local/jruby/lib/ruby/1.8/net/protocol.rb:132:in `timeout'
    /opt/local/jruby/lib/ruby/1.8/timeout.rb:52:in `timeout'
    /opt/local/jruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill'
    /opt/local/jruby/lib/ruby/1.8/net/protocol.rb:132:in `readuntil'
    /opt/local/jruby/lib/ruby/1.8/net/protocol.rb:126:in `readline'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:1047:in `read_status_line'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:1047:in `read_new'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:1047:in `request'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:945:in `request_get'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:380:in `get_response'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:452:in `start'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:452:in `get_response'
    /opt/local/jruby/lib/ruby/1.8/net/http.rb:452:in `get'
    ./test/testhelp.rb:40:in `test_base_handler_config'
    test/test_configurator.rb:71:in `test_base_handler_config'

1 tests, 5 assertions, 0 failures, 1 errors

Thanks

Evan

-- 
Evan Weaver
Cloudburst, LLC

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to