#2103: Some functions in network library do not work on NetBSD
-------------------------------+--------------------------------------------
Reporter: iquiw | Owner:
Type: bug | Status: reopened
Priority: high | Milestone: 6.10.1
Component: libraries/network | Version: 6.8.3
Severity: major | Resolution:
Keywords: network | Difficulty: Unknown
Testcase: | Architecture: x86
Os: NetBSD |
-------------------------------+--------------------------------------------
Comment (by iquiw):
I don't know whether it is bug or not.[[BR]]
NetBSD's getaddrinfo() returns IPv6 addrinfo first, so I think the socket
in the program is bound to IPv6 address.
Here is output of "netstat -nf inet6" when the program runs.
{{{
$ netstat -nf inet6
Active Internet6 connections
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp6 0 0 *.4444 *.* LISTEN
tcp6 0 0 *.6000 *.* LISTEN
tcp6 0 0 *.25 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
udp6 0 0 *.*
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2103#comment:8>
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