BIND 10 #1705: attempt to run multiple auth servers causes FATAL [b10-auth.server_common] SRVCOMM_EXCEPTION_ALLOC exception when allocating a socket: File exists
BIND 10 Development
do-not-reply at isc.org
Sat Feb 25 07:41:40 UTC 2012
#1705: attempt to run multiple auth servers causes FATAL [b10-auth.server_common]
SRVCOMM_EXCEPTION_ALLOC exception when allocating a socket: File exists
-------------------------------------+-------------------------------------
Reporter: jreed | Owner: vorner
Type: | Status: reviewing
defect | Milestone:
Priority: major | Sprint-20120306
Component: | Resolution:
Inter-module communication | Sensitive: 0
Keywords: | Sub-Project: Core
Defect Severity: N/A | Estimated Difficulty: 0
Feature Depending on Ticket: | Total Hours: 0
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jinmei):
Why is this still open?
But as it's still open: I noticed one thing:
{{{#!c++
int new_fd(dup(fd));
close(fd);
return (new_fd);
}}}
dup(2) can fail. We should catch that situation.
--
Ticket URL: <https://bind10.isc.org/ticket/1705#comment:5>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list