Gabriel Horner created JRUBY-6539:
-------------------------------------

             Summary: IO.capture3 in 1.9 mode fails with nil.value call
                 Key: JRUBY-6539
                 URL: https://jira.codehaus.org/browse/JRUBY-6539
             Project: JRuby
          Issue Type: Bug
          Components: Standard Library
    Affects Versions: JRuby 1.6.6
         Environment: mac osx 10.7
            Reporter: Gabriel Horner
            Assignee: Thomas E Enebo


This is directly caused by the Open3.popen3 hack as explained in 
http://jira.codehaus.org/browse/JRUBY-6409.

$ irb -ropen3
>> ar = Open3.capture3('ls')
NoMethodError: undefined method `value' for nil:NilClass
    
/Users/me/Developer/.rbenv/versions/jruby-1.6.7/lib/ruby/1.9/open3.rb:281:in 
`capture3'
    org/jruby/RubyIO.java:3773:in `popen3'
    /Users/me/Developer/.rbenv/versions/jruby-1.6.7/lib/ruby/1.9/open3.rb:74:in 
`popen3'
    
/Users/me/Developer/.rbenv/versions/jruby-1.6.7/lib/ruby/1.9/open3.rb:271:in 
`capture3'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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


Reply via email to