[asterisk-bugs] [JIRA] (ASTERISK-30057) channels: assertion in ast_waitfor_nandfds

N A (JIRA) noreply at issues.asterisk.org
Thu May 12 10:40:40 CDT 2022


    [ https://issues.asterisk.org/jira/browse/ASTERISK-30057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=259137#comment-259137 ] 

N A commented on ASTERISK-30057:
--------------------------------

Sorry, which line numbers? Line 726 in utils.h is here: 

{noformat}
static void force_inline _ast_assert(int condition, const char *condition_str, const char *file, int line, const char *function)
{
        if (__builtin_expect(!condition, 1)) {
                __ast_assert_failed(condition, condition_str, file, line, function);
        }
}
{noformat}

Line 3069 of channel.c is:

CHECK_BLOCKING(c[x]);


> channels: assertion in ast_waitfor_nandfds
> ------------------------------------------
>
>                 Key: ASTERISK-30057
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30057
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Core/Channels
>    Affects Versions: 18.9.0
>         Environment: Debian 10
>            Reporter: N A
>            Assignee: N A
>         Attachments: hyxzyakpsj.txt
>
>
> Assertion failure in ast_waitfor_nandfds
> full.txt backtrace attached.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list