[MacRuby] #696: net/ftp doesn't work
#696: net/ftp doesn't work ---------------------------------------+------------------------------------ Reporter: daniel.fontaine@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ Net::FTP.new(server, user, password) gives the following error in MacRuby 0.6 EOFError: end of file reached from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' from /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/monitor.rb:188:in `synchronize' Works fine under standard ruby. -- Ticket URL: <http://www.macruby.org/trac/ticket/696> MacRuby <http://macruby.org/>
#696: net/ftp doesn't work ---------------------------------------+------------------------------------ Reporter: daniel.fontaine@… | Owner: pthomson@… Type: defect | Status: assigned Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ Changes (by pthomson@…): * owner: lsansonetti@… => pthomson@… * status: new => assigned Comment: Looks like a problem with socket-based I/O. You can call #readline or #gets once on an FTP socket, but further invocations get stuck inside an infinite loop in rb_io_read_internal(). -- Ticket URL: <http://www.macruby.org/trac/ticket/696#comment:1> MacRuby <http://macruby.org/>
#696: net/ftp doesn't work ---------------------------------------+------------------------------------ Reporter: daniel.fontaine@… | Owner: pthomson@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------------+------------------------------------ Changes (by martinlagardette@…): * status: assigned => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: Fixed with r4342. -- Ticket URL: <http://www.macruby.org/trac/ticket/696#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby