#234 closed defect (fixed)
Spurious warnings about unsupported address family
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.8.4 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
As reported by Neil Silverman, he experiences spurious error messages as follows:
ERROR : [2011-03-03T21:33:40+0000] msg=<Address family not supported by protocol>, subroutine=<socket>
It could be that they arise from cached adresses, because we do:
fd = socket(p->ai_family, p->ai_socktype, p->ai_protocol);
but later then use the cached address with:
fd = socket(p->ai_family, SOCK_STREAM, 0);
Change History (3)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Milestone: | 2.8.3 → 2.8.4 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
It has been confirmed that the fix doesn't solve the issue, and that the problem arises from the port check.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Believed to be fixed by changeset [334].
Note:
See TracTickets
for help on using tickets.
Believed to be fixed in changeset [313].