[asterisk-bugs] [JIRA] (ASTERISK-30070) pjsip: assertion and warnings with webrtc

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Wed May 18 09:25:40 CDT 2022


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

Joshua C. Colp commented on ASTERISK-30070:
-------------------------------------------

Generally you can tell if a deadlock is happening... for example if you hang up and the channel is still there, that's usually a deadlock. DEBUG_THREADS heavily influences the timing of things and effectively single threads the system, which is why I'm asking for testing without it. If it's fine without it, then that alters the scope and impact of this issue because in production you wouldn't use those options.

> pjsip: assertion and warnings with webrtc
> -----------------------------------------
>
>                 Key: ASTERISK-30070
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30070
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 18.9.0
>            Reporter: N A
>            Assignee: Unassigned
>              Labels: webrtc
>         Attachments: deadlock.txt, minute_before_crash.txt, o9ktus9fx3.txt, uu2ejyzotz.txt
>
>
> When I joined a webrtc conference multiple times (Cyper Mega Phone 2K), Asterisk crashed after about 5 or 6 joins.
> Backtrace attached.
> In trying to reproduce, I also see thousands of these in the CLI:
> {noformat}
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:10] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> [2022-05-18 13:09:11] WARNING[29755][C-00000006]: res_srtp.c:518 ast_srtp_protect: SRTP protect: replay check failed (index too old)
> {noformat}



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



More information about the asterisk-bugs mailing list