[asterisk-bugs] [JIRA] (ASTERISK-21067) pointers of old channel_generator are not tidied up when a new channel_gernerator is activated
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Mar 7 09:45:01 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-21067:
-----------------------------------
Assignee: Matt Jordan (was: Krischan Udelhoven)
Status: Triage (was: Waiting for Feedback)
> pointers of old channel_generator are not tidied up when a new channel_gernerator is activated
> ----------------------------------------------------------------------------------------------
>
> Key: ASTERISK-21067
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21067
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Channels
> Affects Versions: 11.2.1
> Environment: debian 6.0.6
> Reporter: Krischan Udelhoven
> Assignee: Matt Jordan
> Severity: Critical
>
> The ast_activate_generator function in channel.c checks wether there exists an old generator and in that case, calls its release function. However, the ast_activate_generator function does not tidy up pointers, sets the timeout, etc. like the ast_deactivate_generator function does. As a result our Asterisk crashes at times, when it is under heavy load. It seems to be some kind of racing condition.
--
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