[asterisk-dev] [Code Review] 4380: tcptls: Bad file descriptor error when reloading chan_sip
Kevin Harwell
reviewboard at asterisk.org
Tue Jan 27 16:54:07 CST 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4380/
-----------------------------------------------------------
(Updated Jan. 27, 2015, 4:54 p.m.)
Status
------
This change has been marked as submitted.
Review request for Asterisk Developers.
Changes
-------
Committed in revision 431218
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
-----
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20150127/7e6f9687/attachment.html>
More information about the asterisk-dev
mailing list