linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] When use the Transparent Server to register an IP


From: cloud
Subject: [Linphone-developers] When use the Transparent Server to register an IP extension, make or receive a call, the system will crash
Date: Thu, 27 Apr 2017 11:05:27 +0800

Hi All,

When I use the Transparent Server to register an IP extension, make or receive a call, the system will crash.

It always happens after "LinphoneCallStreamsRunning", in ms_filter_process().
steps: 1. register an IP extension through transparent server, e.g. address@hidden:5090
           2. call 219
After "219" accepts the call, the system will crash, the probability of occurrence is very high.
           
 
Here are some logs and information:

linphonec> call 219
2017-04-20 18:43:27:282 ortp-error-LinphoneCore has video disabled for both capture and display, but video policy is to start the call with video. This is a possible mis-use of the API. In this case, video is disabled in default LinphoneCallParams
Establishing call id to sip:address@hidden:5090, assigned id 3
Contacting sip:address@hidden:5090
linphonec> Call 3 to sip:address@hidden:5090 in progress.
linphonec> Remote ringing.
linphonec> Remote ringing...
linphonec> Call 3 to sip:address@hidden:5090 ringing.
2017-04-20 18:43:29:017 ortp-error-Error in connect: Network is unreachable
Call 3 with sip:address@hidden:5090 connected.
Call answered by sip:address@hidden:5090
linphonec> Media streams established with sip:address@hidden:5090 for call 3 (audio).
Segmentation fault (core dumped)

(gdb) bt
#0  0x00007ffff70cb12f in _int_free (av=0x7fffe8000020, p=<optimized out>, have_lock=0) at malloc.c:3996
#1  0x00007ffff763cb4c in ortp_libc_free (ptr=0x7fffe80017f0) at /root/linphone/linphone-desktop/submodules/linphone/oRTP/src/port.c:47
#2  0x00007ffff763cc0f in ortp_free (ptr=0x7fffe80017f0) at /root/linphone/linphone-desktop/submodules/linphone/oRTP/src/port.c:78
#3  0x00007ffff68e0e00 in mkv_block_free (block=0x7fffe8001230) at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/utils/mkv_reader.c:323
#4  0x00007ffff68df888 in player_process (f=0x6ad110) at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/videofilters/mkv.c:2546
#5  0x00007ffff741cc4c in ms_filter_process (f=0x6ad110) at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/base/msfilter.c:207
#6  0x00007ffff741ed7d in call_process (f=0x6ad110) at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/base/msticker.c:225
#7  0x00007ffff741ee3d in run_graph (f=0x6ad110, s=0x6718c0, unschedulable=0x7ffff05dde50, force_schedule=0 '\000')
    at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/base/msticker.c:245
#8  0x00007ffff741eeff in run_graphs (s=0x6718c0, execution_list=0x6896d0, force_schedule=0 '\000') at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/base/msticker.c:264
#9  0x00007ffff741f3a2 in ms_ticker_run (arg=0x6718c0) at /root/linphone/linphone-desktop/submodules/linphone/mediastreamer2/src/base/msticker.c:436
#10 0x00007ffff43dc182 in start_thread (arg=0x7ffff05de700) at pthread_create.c:312
#11 0x00007ffff714647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111


Thanks & BRs
Cloud



reply via email to

[Prev in Thread] Current Thread [Next in Thread]