#5531: Segfault on Windows
---------------------------------+------------------------------------------
    Reporter:  awson             |       Owner:                
        Type:  bug               |      Status:  new           
    Priority:  normal            |   Component:  Runtime System
     Version:  7.2.1             |    Keywords:                
    Testcase:                    |   Blockedby:                
          Os:  Windows           |    Blocking:                
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown  
---------------------------------+------------------------------------------
 This segfaults on Windows:
 {{{
 import Network.Curl (curlGetString)

 main :: IO ()
 main = fmap snd (curlGetString "https://github.com/simonmar"; []) >>=
 putStrLn
 }}}

 It does not depend on options either curl package or this code is compiled
 with.

 7.2.1 and 7.3.20111004 and definitely affected.

 Compiled with 7.0.3 this example crashes when linked with -debug runtime
 but work pretty fine otherwise.

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