[asterisk-bugs] [JIRA] (ASTERISK-23222) Crash on shutdown in ccss due to scheduler context already being destroyed in cc_generic_monitor_cancel_available_timer
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Jan 30 09:55:07 CST 2014
Rusty Newton created ASTERISK-23222:
---------------------------------------
Summary: Crash on shutdown in ccss due to scheduler context already being destroyed in cc_generic_monitor_cancel_available_timer
Key: ASTERISK-23222
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23222
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Core/CallCompletionSupplementaryServices
Affects Versions: 1.8.25.0, 11.7.0, 12.0.0
Reporter: Matt Jordan
Caught by the Asterisk Test Suite. Backtrace is attached to the issue.
When this occurs, Asterisk is shutting down and has already destroyed the scheduler context. As a result, when the timer is cancelled the scheduler is already disposed of, resulting in a crash when ast_sched_thread_del is called.
--
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