-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4380/
-----------------------------------------------------------

(Updated Jan. 27, 2015, 2:25 p.m.)


Review request for Asterisk Developers.


Changes
-------

Updated per feedback.


Bugs: ASTERISK-24728
    https://issues.asterisk.org/jira/browse/ASTERISK-24728


Repository: Asterisk


Description
-------

While running through some scenarios using chan_sip and tcp a problem would 
occur that resulted in a flood of bad file descriptor messages on the cli:

tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor

The message is received because the underlying socket has been closed, so is 
valid. This is probably happening because unloading of chan_sip is not atomic. 
That however is outside the scope of this patch. This patch simply stops the 
logging of multiple occurrences of that message.


Diffs (updated)
-----

  branches/11/main/tcptls.c 431201 

Diff: https://reviewboard.asterisk.org/r/4380/diff/


Testing
-------

This issue was found while doing some testing. Ran those tests again to make 
sure that the messages no longer consumed the cli and only printed once.


Thanks,

Kevin Harwell

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to