[asterisk-bugs] [JIRA] (ASTERISK-23192) [patch] main/bridging.c sometimes fails to pthread_join the bridge thread
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Mon Jan 27 18:47:04 CST 2014
Rusty Newton created ASTERISK-23192:
---------------------------------------
Summary: [patch] main/bridging.c sometimes fails to pthread_join the bridge thread
Key: ASTERISK-23192
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23192
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/Bridging
Affects Versions: 1.8.26.0, 11.8.0
Reporter: Corey Farrell
When Hangup is received from the last channel in a ConfBridge conference, bridge_array_remove() sets bridge->array_num to 0. This can cause bridge_thread() to clear bridge->thread before ast_bridge_destroy() is run. When that happens ast_bridge_destroy() doesn't call pthread_join().
The only ConfBridge setting used was quiet=yes. I used a SIP phone to place a call to ConfBridge, waited a few seconds then hung up from the phone. This causes the issue almost every time with 1.8 and 11 in valgrind. I have not tested 12 since it doesn't use bridge->array_num as a thread exit condition, and doesn't clear bridge->thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list