Project

General

Profile

Actions

Bug #1500

closed

test_io runs forever in windows

Added by rogerdpack (Roger Pack) almost 15 years ago. Updated almost 13 years ago.

Status:
Third Party's Issue
Target version:
ruby -v:
TRUNK
Backport:
[ruby-core:23517]

Description

=begin
Don't know if this is expected, but running

loop {a << IO.pipe; }

runs forever in windows (from test_dup_many).
Thanks!
-=r
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #373: MingwでIO#dupがブロックするClosednobu (Nobuyoshi Nakada)Actions
Actions #1

Updated by jonco (Jon Coppeard) almost 15 years ago

=begin
I am seeing this too.

Ruby version: ruby-1.9.1-p129
Cygwin version: CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34
Windows version: Windows XP Professional Ver 5.1 Build 2600 Service Pack 2

If I remove test_io, then all other tests pass.

Cheers,

Jon
=end

Actions #2

Updated by rogerdpack (Roger Pack) almost 15 years ago

=begin

If I remove test_io, then all other tests pass.

They all pass? no failures?
Thanks.
-=r
=end

Actions #3

Updated by yugui (Yuki Sonoda) over 14 years ago

  • Assignee set to usa (Usaku NAKAMURA)
  • Target version set to 1.9.2

=begin

=end

Actions #4

Updated by usa (Usaku NAKAMURA) over 14 years ago

  • Assignee changed from usa (Usaku NAKAMURA) to nobu (Nobuyoshi Nakada)

=begin
cygwin.
=end

Actions #5

Updated by rogerdpack (Roger Pack) over 14 years ago

=begin
Note that this occurs on non cygwin as well.
=end

Actions #6

Updated by hperkins (Hal Perkins) over 14 years ago

=begin
Also observed on Mac OS X 10.5.7 with Ruby 1.9.1-p243. After building with defaults (no options to configure or make), all tests pass except for #226, test_io.rb. That test fails with the message "not finished in 10 seconds [ruby-dev:32566]"
=end

Actions #7

Updated by rogerdpack (Roger Pack) over 14 years ago

=begin
Turns out not to be that

loop {a << IO.pipe; }

runs forever in mingw, but that IO#dup in mingw hangs the process if it is called once, fails, and is called again (same fd).
I'm going to ping the mingw people about it.
Until then could someone please apply the patch to add a timeout, from 373? Otherwise make test-all hangs in mingw.
Thanks!
-r
=end

Actions #8

Updated by rogerdpack (Roger Pack) about 14 years ago

  • Status changed from Open to Third Party's Issue

=begin
Turns out to be a bug in msvcrt.dll [I think].
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0