#4251: GHC hangs during Network.HTTP.simpleHTTP on Windows XP SP3, Windows 7
------------------------------------------+---------------------------------
  Reporter:  balta2ar                     |          Owner:                  
      Type:  bug                          |         Status:  closed          
  Priority:  high                         |      Milestone:  Not GHC         
 Component:  libraries (other)            |        Version:  6.12.3          
Resolution:  invalid                      |       Keywords:  hang, simplehttp
  Testcase:                               |      Blockedby:                  
Difficulty:                               |             Os:  Unknown/Multiple
  Blocking:                               |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |  
------------------------------------------+---------------------------------

Comment(by ganesh):

 dmwit gave me a helpful tip - even though it doesn't actually go wrong on
 all platforms, it does loop for quite a while before it escapes. So
 putting in a print statement allows one to observe it on Linux.

 I've now applied a patch based on his (I chose to add a new class member
 rather than pushing a flag around everywhere). You can get a copy from
 git://github.com/haskell/HTTP.git or https://github.com/haskell/HTTP

 Please could all the people who had problems test this out before I
 release it?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4251#comment:16>
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