Summary: | ASTERISK-19100: ConfBridge crashes on closing timer when destroying conference bridge | ||||
Reporter: | Matt Jordan (mjordan) | Labels: | |||
Date Opened: | 2011-12-23 08:05:40.000-0600 | Date Closed: | 2012-01-10 13:08:42.000-0600 | ||
Priority: | Critical | Regression? | No | ||
Status: | Closed/Complete | Components: | Applications/app_confbridge | ||
Versions: | 10.0.0 | Frequency of Occurrence | |||
Related Issues: |
| ||||
Environment: | Attachments: | ( 0) chan_bridge_cleanup_v2.diff ( 1) chan_bridge_cleanup_v3.diff ( 2) conf_bridge_seg_fault.tar.gz | |||
Description: | Occurred in the Asterisk TestSuite while executing the ConfBridge nominal test. See http://bamboo.asterisk.org/browse/AST10-LUCID-417/ It appears as if the bridge channel is being deref'd too many times: [Dec 22 23:11:00] DEBUG[4416] app_queue.c: Device 'Bridge/0xe17e580' changed to state '2' (In use) but we don't care because they're not a member of any queue. [Dec 22 23:11:00] ERROR[4469] astobj2.c: refcount -1 on object 0xe1af6f8 | ||||
Comments: | By: David Vossel (dvossel) 2011-12-30 11:10:21.635-0600 I'm pretty sure this patch will fix this issue as well. By: David Vossel (dvossel) 2012-01-04 16:50:06.258-0600 version 3 uploaded By: Matt Jordan (mjordan) 2012-01-10 13:09:04.774-0600 Closed as duplicate of ASTERISK-18988 (v3 patch fixed the issue exposed by the testsuite) |