ruby - Rails spring testunit Bad file descriptor -


i'm trying use spring 1.4.0 rails 3.2.22/ruby 2.2.5, , doing :

bundle exec spring testunit <test_file.rb>

outputs :

/users/igor/.rbenv/versions/2.2.5/gemsets/<app>/gems/spring-1.4.0/lib/spring/application/boot.rb:7:in 'for_fd': bad file descriptor - not socket file descriptor (errno::ebadf) /users/igor/.rbenv/versions/2.2.5/gemsets/<app>/gems/spring-1.4.0/lib/spring/application/boot.rb:7:in '<top (required)>' -e:1:in 'require' -e:1:in '<main>'

from gathered in spring source code, faulty instruction unixsocket.for_fd(3), should first available file handle, why caught bad file descriptor ?

any appreciated, !


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -