[Home]

Summary:ASTERISK-29044: call_pickup: Crash during call_pickup test
Reporter:Kevin Harwell (kharwell)Labels:
Date Opened:2020-08-25 18:27:10Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Channels/chan_pjsip
Versions:16.12.0 17.6.0 Frequency of
Occurrence
Occasional
Related
Issues:
Environment:jenkinsAttachments:( 0) archive.zip
Description:Jenkins caught a crash during a pjsip [call_pickup test|https://jenkins2.asterisk.org/job/asterisk-gatetests/job/16/1177/].
{noformat}
Thread 1 (Thread 0x7f1e7833e700 (LWP 12348)):
#0  0x0000000000464c00 in __ao2_ref (user_data=0xdeaddeaddeaddead, delta=1, tag=0x72e5b5 "", file=0x75326f "translate.c", line=344, func=0x753d72 <__PRETTY_FUNCTION__.14632> "newpvt") at astobj2.c:501
#1  0x000000000051b24f in __ast_module_ref (mod=0x2754b90, file=0x75326f "translate.c", line=344, func=0x753d72 <__PRETTY_FUNCTION__.14632> "newpvt") at loader.c:2584
#2  0x00000000005d0fcd in newpvt (t=0x7f1e98b832e0 <gsmtolin>, explicit_dst=0x1db1e58) at translate.c:344
#3  0x00000000005d16c6 in ast_translator_build_path (dst=0x1db1e58, src=0x265a648) at translate.c:508
#4  0x00000000004ae41a in set_format (chan=0x7f1e480b3520, cap_set=0x7f1e4814aa28, direction=1, interleaved_stereo=0) at channel.c:5727
#5  0x00000000004ae904 in ast_set_write_format_from_cap (chan=0x7f1e480b3520, cap=0x7f1e4814aa28) at channel.c:5817
#6  0x00000000004fa1a2 in ast_openstream_full (chan=0x7f1e480b3520, filename=0x7f1e7833d800 "beeperr", preflang=0x7f1e480b4170 "en", asis=0) at file.c:798
#7  0x00000000004f9fc5 in ast_openstream (chan=0x7f1e480b3520, filename=0x7f1e7833d800 "beeperr", preflang=0x7f1e480b4170 "en") at file.c:757
#8  0x00000000004fb455 in ast_streamfile (chan=0x7f1e480b3520, filename=0x7f1e7833d800 "beeperr", preflang=0x7f1e480b4170 "en") at file.c:1258
#9  0x00000000004fce6e in ast_stream_and_wait (chan=0x7f1e480b3520, file=0x7f1e7833d800 "beeperr", digits=0x73befd "") at file.c:1817
#10 0x00000000005572fc in ast_pickup_call (chan=0x7f1e480b3520) at pickup.c:239
#11 0x00007f1e7b6dc03d in call_pickup_incoming_request (session=0x7f1e4807c9b0, rdata=0x7f1e34028048) at chan_pjsip.c:3115
#12 0x00007f1e8142cada in handle_incoming_request (session=0x7f1e4807c9b0, rdata=0x7f1e34028048) at res_pjsip_session.c:3601
#13 0x00007f1e8142bca7 in new_invite (invite=0x7f1e7833da60) at res_pjsip_session.c:3348
#14 0x00007f1e8142bf15 in handle_new_invite_request (rdata=0x7f1e34028048) at res_pjsip_session.c:3410
#15 0x00007f1e8142c0c2 in session_on_rx_request (rdata=0x7f1e34028048) at res_pjsip_session.c:3474
#16 0x00007f1f0be1b698 in pjsip_endpt_process_rx_data (endpt=0x1ecf4e8, rdata=0x7f1e34028048, p=0x7f1e96efb6e0 <param.24044>, p_handled=0x7f1e7833db74) at ../src/pjsip/sip_endpoint.c:930
#17 0x00007f1e96cc799c in distribute (data=0x7f1e34028048) at res_pjsip/pjsip_distributor.c:955
#18 0x00000000005c3666 in ast_taskprocessor_execute (tps=0x354b450) at taskprocessor.c:1237
#19 0x00000000005cfbdb in execute_tasks (data=0x354b450) at threadpool.c:1354
#20 0x00000000005c3666 in ast_taskprocessor_execute (tps=0x251dbf0) at taskprocessor.c:1237
#21 0x00000000005cda0f in threadpool_execute (pool=0x1ddf9e0) at threadpool.c:367
#22 0x00000000005cf441 in worker_active (worker=0x7f1e50001890) at threadpool.c:1137
#23 0x00000000005cf1e1 in worker_start (arg=0x7f1e50001890) at threadpool.c:1056
#24 0x00000000005d9839 in dummy_start (data=0x7f1e50001ad0) at utils.c:1249
#25 0x00007f1f09edae65 in start_thread () at /lib64/libpthread.so.0
#26 0x00007f1f0927c88d in clone () at /lib64/libc.so.6
{noformat}
Comments: