#1129: recvFrom blocking
----------------------------------+-----------------------------------------
    Reporter:  JuanMarcus         |       Owner:         
        Type:  bug                |      Status:  new    
    Priority:  normal             |   Milestone:         
   Component:  libraries/network  |     Version:  6.6    
    Severity:  blocker            |    Keywords:         
  Difficulty:  Unknown            |    Testcase:         
Architecture:  Unknown            |          Os:  Windows
----------------------------------+-----------------------------------------
Using recvFrom inside a thread on Windows blocks the whole process,
 instead of blocking only the calling thread. On linux, the same function
 works perfectly fine.

 Using only recv works fine on both systems.

 Windows: latest MinGW, MSYS, GHC 6.6 or 6.4
 Linux: gcc 3.3.5, posix threads, ghc 6.2 or 6.4

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1129>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to