BIND 10 #953: asiodns IOFetchTest.TcpSendReceive2 test failure: Address already in use

BIND 10 Development do-not-reply at isc.org
Fri May 20 13:10:57 UTC 2011


#953: asiodns IOFetchTest.TcpSendReceive2 test failure: Address already in use
-------------------------------------+-------------------------------------
            Reporter:  jreed         |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  major         |                    Milestone:  New
           Component:  Unclassified  |  Tasks
           Sensitive:  0             |                     Keywords:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------
 In asiodns/tests:

 {{{

 [ RUN      ] IOFetchTest.TcpPrematureStop
 [       OK ] IOFetchTest.TcpPrematureStop
 [ RUN      ] IOFetchTest.TcpTimeout
 2011-05-19 22:49:47 ERROR [unittest.asiolink] ASIODNS_OPENSOCK, error 111
 opening TCP socket to 127.0.0.1(5301)
 [       OK ] IOFetchTest.TcpTimeout
 [ RUN      ] IOFetchTest.TcpSendReceive2
 terminate called after throwing an instance of 'asio::system_error'
   what():  Address already in use
 /bin/sh: line 5:  5143 Aborted                 ${dir}$tst
 FAIL: run_unittests
 ===================================
 }}}

 A few minutes later netstat showed many (maybe 10) TIME_WAIT for 5301:

 {{{

 tcp        0      0 127.0.0.1:39450         127.0.0.1:5301
 TIME_WAIT   -
 ....

 }}}

 So nothing connected, but recent.

 I guess really two jobs were doing exact same thing at same time -- hard
 to imagine that though.

-- 
Ticket URL: <http://bind10.isc.org/ticket/953>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list