linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] Segmentation Fault on linphone 0.12.2 for ARM


From: Jeffery Huang
Subject: Re: [Linphone-users] Segmentation Fault on linphone 0.12.2 for ARM
Date: Tue, 14 Dec 2004 19:06:58 +0800
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

Cause I run it on the ARM platform. I don't know how to remote debug. So I add some message in source. Could you please kindly tell me how to use remote debug on gdb? I have already build a gdbserver on my target board. Here I run

gdbserver 192.168.0.101:1234 linphonec

on my target board.  Then I run arm-linux-gdb linphonec on my host.
and then
target remote 192.168.0.101:1234

it shows:

Remote debugging using 192.168.0.101:1234
0x400014e0 in ?? ()

then I have no idea how to do. :-(
I use "run" then remote process will be killed. :'(

Do you have any idea?

Thanks.

Regard,
Jeffery Huang

Samuel Mimram wrote:

Dear Jeffery,

A stack trace would be nice to understand where your problem comes from:

% gdb linphone
...
(gdb) run
...
[crash]
...
(gdb) where

and send us the output.

Regards,

Samuel.


Jeffery Huang wrote:

Dear All,
I'm a newbie on linphone/sip. I try to use linphonec on ARM platform. I got the message as below during I execute:

[linphonecore.c:[sound_config_read] start
end(0)
[linphonecore.c:[sip_config_read] start
username=jeffery
Hostname=sip_test
Port=5060
[linphonecore.c:[linphone_core_set_sip_port] start
[misc.c:[linphone_core_update_contact_info] start
Segmentation fault

Does anyone know how to resolve? my config file as below, does my config file got any problem?

[net]
if_name=eth0
con_type=3
use_nat=0

[rtp]
audio_rtp_port=7078
jitt_comp=60
video_rtp_port=0
audio_jitt_comp=60
video_jitt_comp=60

[sound]
dev_id=0
rec_lev=85
play_lev=85
source=m
local_ring=/usr/share/sounds/linphone/rings/oldphone.wav
remote_ring=/usr/share/sounds/linphone/ringback.wav

[sip]
sip_port=5060
use_registrar=0
username=jeffery
hostname=sip_test
registrar=192.168.0.1
passwd=1234
reg_expires=900
as_proxy=0
expires=900
addr_of_rec=

[codecs]
audio_codecs=+GSM +PCMU +PCMA +1015

[video]
enabled=0
show_local=0

[audio_codec_0]
mime=PCMU
rate=8000
enabled=1

[audio_codec_1]
mime=GSM
rate=8000
enabled=1

[audio_codec_2]
mime=PCMA
rate=8000
enabled=1

[audio_codec_3]
mime=speex
rate=8000
enabled=1

[audio_codec_4]
mime=speex
rate=16000
enabled=1

[audio_codec_5]
mime=1015
rate=8000
enabled=1

[address_book]
entry_count=0

Please kindly to help me.

Thanks

Regard,
Jeffery Huang


--------------------------------------------- This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
By @utoTOOLS MIS



--------------------------------------------- This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
By @utoTOOLS MIS





reply via email to

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