disabled objectspace causes failures in Net/HTTP
------------------------------------------------
Key: JRUBY-1503
URL: http://jira.codehaus.org/browse/JRUBY-1503
Project: JRuby
Issue Type: Bug
Reporter: Evan Weaver
Assignee: Thomas E Enebo
The default disabled objectspace is making something in Net/HTTP blow
up. You can reproduce it by running the jruby mongrel 1.1 tests.
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email