At 10:09 PM 1/1/2002 -0500, Dan Sugalski wrote:
>Dunno if this is affecting anyone else, but I'm finding the test suite 
>hangs on cygwin with the new IO code in the interp tests. That's mine and 
>sort of busted, but something to keep in mind.
>
>                                         Dan
>
>--------------------------------------"it's like this"-------------------
>Dan Sugalski                          even samurai
>[EMAIL PROTECTED]                         have teddy bears and even
>                                      teddy bears get drunk

See if this helps the freeze...
FWIW, I just got VC++ working on my Win2000 and the test worked ok.


--- io_os.c.orig        Tue Jan  1 21:17:39 2002
+++ io_os.c     Tue Jan  1 21:18:08 2002
@@ -215,6 +215,7 @@
  #ifdef EAGAIN
                                  case EAGAIN:    return bytes;
  #endif
+                                default:        return -1;
                          }
                  }
          }



Reply via email to