#2927: Bug in network library, uncaught exception when dealing with ipv6 sockets
-------------------------------+--------------------------------------------
 Reporter:  tphyahoo           |          Owner:  bos             
     Type:  bug                |         Status:  assigned        
 Priority:  normal             |      Milestone:                  
Component:  libraries/network  |        Version:  6.10.1          
 Severity:  normal             |     Resolution:                  
 Keywords:  ipv6               |       Testcase:                  
       Os:  Unknown/Multiple   |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
Comment (by tphyahoo):

 Also, for what it's worth, a quick and dirty fix which at least keeps
 happs apps from dying is simply to turn off ipv6 support like so:

 {{{
 diff -rN old-network-2.2.0.1/Network.hs new-network-2.2.0.1/Network.hs
 22c22
 < #define IPV6_SOCKET_SUPPORT 1
 ---
 > # /* define IPV6_SOCKET_SUPPORT 1 */
 }}}

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