coatl / sequence

Sequence provides a unified api for access to sequential Ruby data types, like Strings, Arrays, Files, IOs, and Enumerations.
sequence.rubyforge.org
Other
14 stars 2 forks source link

test_size error #8

Open rdp opened 14 years ago

rdp commented 14 years ago
  1) Error:
test_size(SequenceTests::IO):
RuntimeError: predata mismatch inside pipe
    ./test/test_rexscan.rb:260:in `a_seq'
    ./test/test_rexscan.rb:430:in`test_size'

1350 tests, 176728 assertions, 0 failures, 1 errors            
coatl commented 14 years ago

This error indicates that what's written to one side of a socket pair isn't read by the other.... is it necessary to put sockets in binary mode on windows or something dumb like that before they'll work properly?