Net::FTP.nlst hangs on JRuby 1.6.2/Hotspot 1.6.0_24 Darwin-x86_64. ------------------------------------------------------------------
Key: JRUBY-5865 URL: http://jira.codehaus.org/browse/JRUBY-5865 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.6.2 Environment: bash-3.2$ jruby --version jruby 1.6.2 (ruby-1.8.7-p330) (2011-05-23 e2ea975) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_24) [darwin-x86_64-java] bash-3.2$ uname -a Darwin myhostname 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386 i386 Reporter: Prashant Srinivasan The following runs fine on MRI, but on JRuby hangs in the f.nlst line. I can provide more data if you tell me what you need :) require 'net/ftp' f = Net::FTP.new("host", "user", "passwd") p f.pwd p f.nlst("/export/my_dir/sub_dir/sub_sub_dir") #jruby hangs here. -- This message is automatically generated by JIRA. 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