[Home]

Summary:ASTERISK-24728: tcptls: Bad file descriptor error when reloading chan_sip
Reporter:Kevin Harwell (kharwell)Labels:
Date Opened:2015-01-27 13:28:50.000-0600Date Closed:2015-01-27 16:56:20.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Frequent
Related
Issues:
causesASTERISK-26903 Listening TCP/TLS sockets stop when temporarily out of open files
Environment:Attachments:
Description:While running through some scenarios using chan_sip and tcp a problem occurs that results in a flood of bad file descriptor messages on the cli:
{noformat}
[Jan 12 15:16:26] ERROR[24921]: tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor
[Jan 12 15:16:26] ERROR[24921]: tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor
[Jan 12 15:16:26] ERROR[24921]: tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor
[Jan 12 15:16:26] ERROR[24921]: tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor
[Jan 12 15:16:26] ERROR[24921]: tcptls.c:712 ast_tcptls_server_root: Accept failed: Bad file descriptor
{noformat}
Comments: