Re: [Linphone-users] linphonec segmentation fault

2010-08-06 Thread Raseel Bhagat
Hi Pankaj,

actually that is just a warning saying there are no additional plugins and
can be ignored.

The SegFault can be due to a range of other issues and the info provided by
Monali is not enough.

Monali, can you run linphone with gdb and see where the segfault occurs ?
That might give us more information.
Also, are you getting the same error with linphone GUI by running
linphone-3 --verbose ?

--
Raseel

On Fri, Aug 6, 2010 at 9:01 AM, Pankaj Chhabra chhabra.pan...@gmail.comwrote:

 First of all you need to put the plugs in the plugins directory and
 fix the error below

 Thanks,
 Pankaj


 On Thu, Aug 5, 2010 at 3:44 PM, Monali Bhattacharya
 monali.bhattacha...@lntsec.com wrote:
  Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once ported
 there at the time of starting getting the error Segmentation Fault. Giving
 the command linphonec -d 6 it shows:
 
  ortp-message-oRTP-0.15.0 initialize
  ortp-message Registering all files
  ortp-message Registering all soundcard handlers
  ortp-message Loading plugins
  ortp-message-Cannot open directory
 /opt/linphone/lib/mediastreamer/plugins: No such file or directory
  ortp-message-ms_init() done
  ortp-message-Cannot open directory /opt/linphone/lib/liblinphone/plugins:
 No such file or directory
  Segmentation Fault
 
  Can anyone guide how to solve the problem?
 
  Thanks and Regards
 
 
 
 
  Larsen  Toubro Limited
  www.larsentoubro.com
 
  This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.
 
 
  ___
  Linphone-users mailing list
  Linphone-users@nongnu.org
  http://lists.nongnu.org/mailman/listinfo/linphone-users
 

 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users

___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec segmentation fault

2010-08-06 Thread Raseel Bhagat
You will have to use gdbserver for remote debugging using gdb. Also you will
have to make sure that you use
-g -O0 CFLAGS in all the linphone Makefiles.

Or else, have you modified code anywhere so that there is an idea of where
the problem is.

--
Raseel

On Fri, Aug 6, 2010 at 2:55 PM, Monali Bhattacharya 
monali.bhattacha...@lntsec.com wrote:

 Hi Raseel,
  I've cross compile linphone only for the console not for gui and video. In
 my arm board gdb command is not there, Can you say whether remote gdb is
 possible?

 Thanks and Regards





 Larsen  Toubro Limited
 www.larsentoubro.com

 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

  Raseel Bhagat raseelbha...@gmail.com 8/6/2010 11:30 AM 
 Hi Pankaj,

 actually that is just a warning saying there are no additional plugins and
 can be ignored.

 The SegFault can be due to a range of other issues and the info provided by
 Monali is not enough.

 Monali, can you run linphone with gdb and see where the segfault occurs ?
 That might give us more information.
 Also, are you getting the same error with linphone GUI by running
 linphone-3 --verbose ?

 --
 Raseel

 On Fri, Aug 6, 2010 at 9:01 AM, Pankaj Chhabra chhabra.pan...@gmail.com
 wrote:

  First of all you need to put the plugs in the plugins directory and
  fix the error below
 
  Thanks,
  Pankaj
 
 
  On Thu, Aug 5, 2010 at 3:44 PM, Monali Bhattacharya
  monali.bhattacha...@lntsec.com wrote:
   Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once
 ported
  there at the time of starting getting the error Segmentation Fault.
 Giving
  the command linphonec -d 6 it shows:
  
   ortp-message-oRTP-0.15.0 initialize
   ortp-message Registering all files
   ortp-message Registering all soundcard handlers
   ortp-message Loading plugins
   ortp-message-Cannot open directory
  /opt/linphone/lib/mediastreamer/plugins: No such file or directory
   ortp-message-ms_init() done
   ortp-message-Cannot open directory
 /opt/linphone/lib/liblinphone/plugins:
  No such file or directory
   Segmentation Fault
  
   Can anyone guide how to solve the problem?
  
   Thanks and Regards
  
  
  
  
   Larsen  Toubro Limited
   www.larsentoubro.com
  
   This Email may contain confidential or privileged information for the
  intended recipient (s) If you are not the intended recipient, please do
 not
  use or disseminate the information, notify the sender and delete it from
  your system.
  
  
   ___
   Linphone-users mailing list
   Linphone-users@nongnu.org
   http://lists.nongnu.org/mailman/listinfo/linphone-users
  
 
  ___
  Linphone-users mailing list
  Linphone-users@nongnu.org
  http://lists.nongnu.org/mailman/listinfo/linphone-users
 


 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users

___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec segmentation fault

2010-08-06 Thread Alastair Johnson
On Friday 06 August 2010, Monali Bhattacharya wrote:
 Hi Raseel,
   I've cross compile linphone only for the console not for gui and video.
 In my arm board gdb command is not there, Can you say whether remote gdb
 is possible?

Remote debugging is possible, and there's a whole section in the gdb 
documentation about it [1]. The only time I've used it was with the Neuros 
OSD, following the instructions on their wiki [2]. The instructions should 
work with more or less any remote linux target though.

[1] http://davis.lbl.gov/Manuals/GDB/gdb_17.html
[2] http://wiki.neurostechnology.com/index.php/Derobert%27s_Guide_to_the_On-
Screen_Display:_Developing_for_the_OSD#Setting_up_remote_debugging_with_the_GNU_debugger_.28gdb.29

___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


[Linphone-users] linphonec segmentation fault

2010-08-05 Thread Monali Bhattacharya
Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once ported there 
at the time of starting getting the error Segmentation Fault. Giving the 
command linphonec -d 6 it shows:

ortp-message-oRTP-0.15.0 initialize
ortp-message Registering all files
ortp-message Registering all soundcard handlers
ortp-message Loading plugins
ortp-message-Cannot open directory /opt/linphone/lib/mediastreamer/plugins: No 
such file or directory
ortp-message-ms_init() done
ortp-message-Cannot open directory /opt/linphone/lib/liblinphone/plugins: No 
such file or directory
Segmentation Fault

Can anyone guide how to solve the problem?

Thanks and Regards




  
Larsen  Toubro Limited 
www.larsentoubro.com 

This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system. 


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec segmentation fault

2010-08-05 Thread Pankaj Chhabra
First of all you need to put the plugs in the plugins directory and
fix the error below

Thanks,
Pankaj


On Thu, Aug 5, 2010 at 3:44 PM, Monali Bhattacharya
monali.bhattacha...@lntsec.com wrote:
 Hi,I've cross compiled the linphone-3.1.0 for the ARM board. Once ported 
 there at the time of starting getting the error Segmentation Fault. Giving 
 the command linphonec -d 6 it shows:

 ortp-message-oRTP-0.15.0 initialize
 ortp-message Registering all files
 ortp-message Registering all soundcard handlers
 ortp-message Loading plugins
 ortp-message-Cannot open directory /opt/linphone/lib/mediastreamer/plugins: 
 No such file or directory
 ortp-message-ms_init() done
 ortp-message-Cannot open directory /opt/linphone/lib/liblinphone/plugins: No 
 such file or directory
 Segmentation Fault

 Can anyone guide how to solve the problem?

 Thanks and Regards




 Larsen  Toubro Limited
 www.larsentoubro.com

 This Email may contain confidential or privileged information for the 
 intended recipient (s) If you are not the intended recipient, please do not 
 use or disseminate the information, notify the sender and delete it from your 
 system.


 ___
 Linphone-users mailing list
 Linphone-users@nongnu.org
 http://lists.nongnu.org/mailman/listinfo/linphone-users


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-30 Thread Gerard Robin

On Sat, Jan 26, 2008 at 04:29:11PM +0100, Gerard Robin wrote:

From: Gerard Robin [EMAIL PROTECTED]
To: linphone linphone-users@nongnu.org
Subject: Re: [Linphone-users] linphonec: segmentation fault
MTA: Postfix Version: 2.4.6-4+b1
EDITOR: vim or gvim

On Fri, Jan 25, 2008 at 03:42:55PM +0100, Simon Morlat wrote:

From: Simon Morlat [EMAIL PROTECTED]
To: linphone-users@nongnu.org
Cc: Gerard Robin [EMAIL PROTECTED]
Subject: Re: [Linphone-users] linphonec: segmentation fault

Hi Gerard,

-g is always added by linphone configure script. It is removed by 
debian packages only.

So no problem, your build is ok.

Simon


Sorry for my last post ;-) the file swscale.h is in the package debian
libswscale-dev After I install it, make still failed:

make:
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../mediastreamer2/include -I/usr/include/ -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -Werror -DOSIP_MT -DHAVE_PTHREAD -DOSIP_MT -I../oRTP/include 
-DENABLE_TRACE -DLOG_DOMAIN=\LinphoneCore\ -DINET6 -DORTP_INET6 -g -O2 
-fno-strict-aliasing -MT linphonecore.lo -MD -MP -MF .deps/linphonecore.Tpo -c 
linphonecore.c  -fPIC -DPIC -o .libs/linphonecore.o
cc1: warnings being treated as errors
linphonecore.c: In function 'linphone_core_send_dtmf':
linphonecore.c:1732: warning: format '%i' expects type 'int', but argument 6 
has type 'size_t'
make[2]: *** [linphonecore.lo] Erreur 1
make[2]: quittant le répertoire « /usr/src/linphone-2.0.1/coreapi »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/src/linphone-2.0.1 »
make: *** [all] Erreur 2

continuation ...
after I edited the file linphonecore.c and I changed %i to replace by
%lu, make succeded.


/usr/src/linphone-2.0.1/console/.libs$ sudo gdb linphonec
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu...
Using host libthread_db library /lib/libthread_db.so.1.
(gdb) run
Starting program: /usr/src/linphone-2.0.1/console/.libs/linphonec 
[Thread debugging using libthread_db enabled]

[New Thread 0x2b9d7b3b79b0 (LWP 12049)]
[New Thread 0x40800950 (LWP 12052)]
Friend EUGENIOhome sip:... is Gone
-8--
Ready
Warning: video is disabled in linphonec.
linphonec Registration on sip:ekiga.net successful.
linphonec call 500

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b9d7b3b79b0 (LWP 12049)]
0x2b9d770a8920 in strchr () from /lib/libc.so.6
(gdb) backtrace
#0  0x2b9d770a8920 in strchr () from /lib/libc.so.6
#1  0x2b9d76e0801d in osip_from_parse () from /usr/lib/libosipparser2.so.2
#2  0x2b9d7676ebfc in linphone_core_interpret_url () from 
/usr/lib/liblinphone.so.2
#3  0x2b9d76771203 in linphone_core_invite () from /usr/lib/liblinphone.so.2
#4  0x00404187 in lpc_cmd_call (lc=0x0, args=0x22 Address 0x22 out of 
bounds) at commands.c:302
#5  0x00404760 in linphonec_parse_command_line (lc=0x6089e0, cl=0x61bac0 
call) at commands.c:206
#6  0x00403509 in main (argc=1, argv=0x7fff34564d78) at linphonec.c:725

hth
--
Gérard


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-25 Thread Gerard Robin

On Fri, Jan 25, 2008 at 03:42:55PM +0100, Simon Morlat wrote:

From: Simon Morlat [EMAIL PROTECTED]
To: linphone-users@nongnu.org
Cc: Gerard Robin [EMAIL PROTECTED]
Subject: Re: [Linphone-users] linphonec: segmentation fault

Hi Gerard,

-g is always added by linphone configure script. It is removed by debian 
packages only.

So no problem, your build is ok.

sudo make:
---8---
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include 
-DORTP_INET6 -DINET6 -Wall -O2 -g -pthread -D_REENTRANT -MT videodec.lo -MD -MP 
-MF .deps/videodec.Tpo -c videodec.c  -fPIC -DPIC -o .libs/videodec.o
videodec.c:21:28: error: ffmpeg/swscale.h: No such file or directory
videodec.c: In function 'dec_uninit':
videodec.c:99: warning: implicit declaration of function 'sws_freeContext'
videodec.c: In function 'get_as_yuvmsg':
videodec.c:215: warning: implicit declaration of function 'sws_getContext'
videodec.c:216: error: 'SWS_FAST_BILINEAR' undeclared (first use in this 
function)
videodec.c:216: error: (Each undeclared identifier is reported only once
videodec.c:216: error: for each function it appears in.)
videodec.c:217: warning: assignment makes pointer from integer without a cast
videodec.c:219: warning: implicit declaration of function 'sws_scale'
make[5]: *** [videodec.lo] Erreur 1
make[5]: quittant le répertoire « /usr/src/linphone-2.0.1/mediastreamer2/src »
make[4]: *** [all] Erreur 2
make[4]: quittant le répertoire « /usr/src/linphone-2.0.1/mediastreamer2/src »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /usr/src/linphone-2.0.1/mediastreamer2 »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /usr/src/linphone-2.0.1/mediastreamer2 »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /usr/src/linphone-2.0.1 »
make: *** [all] Erreur 2

googling swscale.h,  I see that debian chuck swscale.h out ...

???
--
Gérard


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-25 Thread Simon Morlat
Hi Gerard,

-g is always added by linphone configure script. It is removed by debian 
packages only.
So no problem, your build is ok.

Simon

Le Sunday 20 January 2008 08:35:15 Gerard Robin, vous avez écrit :
 On Sat, Jan 19, 2008 at 04:42:34PM +0100, Gerard Robin wrote:
 From: Gerard Robin [EMAIL PROTECTED]
 To: linphone linphone-users@nongnu.org
 Subject: Re: [Linphone-users] linphonec: segmentation fault
 MTA: Postfix Version: 2.4.6-4
 EDITOR: vim or gvim
 
  On Fri, Jan 18, 2008 at 11:17:03PM +0100, Simon Morlat wrote:
  From: Simon Morlat [EMAIL PROTECTED]
  To: linphone-users@nongnu.org
  Cc: Gerard Robin [EMAIL PROTECTED]
  Subject: Re: [Linphone-users] linphonec: segmentation fault
 
  Gulp, this does not help me a lot...
  There are plenty of places where strstr() is used in linphone...
  If you have the opportunity to compile with debug symbols, don't
  hesitate.
 
  I will try to compile it but I need some informations:
 
  on my box (debian sid) I have:
  libosip2-2:
Installé : 3.0.3-2-1
  speex:
Installé : 1.1.12-3
  libreadline5:
Installé : 5.2-3
  libavcodec1d:
Installé : 0.cvs20070307-6
  libgsm1:
Installé : 1.0.12-1
  libexosip2-4:
Installé : 3.0.3-3-1
  libsdl-image1.2:
Installé : 1.2.6-1
  libsdl1.2debian:
Installé : 1.2.13-1
  libsdl1.2debian-alsa:
Installé : 1.2.13-1
 
  I would like to know if I must install some packages -dev in additon
  to the previous packages ?

 Ok I have installed all the -dev related to the previous packages and
 ./configure succeeded.

 I have always the same question about the makefile:
 is the option -g of gcc set by default or must I edit the makefile ?




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-19 Thread Simon Morlat
Gulp, this does not help me a lot...
There are plenty of places where strstr() is used in linphone...
If you have the opportunity to compile with debug symbols, don't hesitate.

SImon

Le Monday 14 January 2008 13:59:15 Gerard Robin, vous avez écrit :
 On Mon, Jan 14, 2008 at 11:52:19AM +0100, Simon Morlat wrote:
 From: Simon Morlat [EMAIL PROTECTED]
 To: linphone-users@nongnu.org
 Cc: Gerard Robin [EMAIL PROTECTED]
 Subject: Re: [Linphone-users] linphonec: segmentation fault
 
 Hi,
 
 Can you please run the same test from gdb ?
 I'm a but surprised with this segfault message coming from the kernel.
 
 Simon

 Yes:

 (gdb) file /usr/bin/linphonec
 (no debugging symbols found)
 
 Using host libthread_db library /lib/libthread_db.so.1.
 (gdb) set args
 (gdb) run
 (no debugging symbols found)
 warning: no loadable sections found in added symbol-file system-supplied
 DSO at 0x7fff275fd000 (no debugging symbols found)
 --8---
 a lot of: (no debugging symbols found)
 --8---
 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread 0x2b3c8844f9b0 (LWP 11457)]
 0x2b3c84141819 in strstr () from /lib/libc.so.6

 Sorry for the (no debugging symbols found) I use the package debian.




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-19 Thread Gerard Robin

On Fri, Jan 18, 2008 at 11:17:03PM +0100, Simon Morlat wrote:

From: Simon Morlat [EMAIL PROTECTED]
To: linphone-users@nongnu.org
Cc: Gerard Robin [EMAIL PROTECTED]
Subject: Re: [Linphone-users] linphonec: segmentation fault

Gulp, this does not help me a lot...
There are plenty of places where strstr() is used in linphone...
If you have the opportunity to compile with debug symbols, don't hesitate.

I will try to compile it but I need some informations:

on my box (debian sid) I have:
libosip2-2:
  Installé : 3.0.3-2-1
speex:
  Installé : 1.1.12-3
libreadline5:
  Installé : 5.2-3
libavcodec1d:
  Installé : 0.cvs20070307-6
libgsm1:
  Installé : 1.0.12-1
libexosip2-4:
  Installé : 3.0.3-3-1
libsdl-image1.2:
  Installé : 1.2.6-1
libsdl1.2debian:
  Installé : 1.2.13-1
libsdl1.2debian-alsa:
  Installé : 1.2.13-1

I would like to know if I must install some packages -dev in additon
to the previous packages ?
and I suppose that I will run ./configure normaly, but before that I run ./make
I must edit the makefile to put in it the option -g of gcc ?

thanks for hints.

--
Gérard


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-19 Thread Gerard Robin

On Sat, Jan 19, 2008 at 04:42:34PM +0100, Gerard Robin wrote:

From: Gerard Robin [EMAIL PROTECTED]
To: linphone linphone-users@nongnu.org
Subject: Re: [Linphone-users] linphonec: segmentation fault
MTA: Postfix Version: 2.4.6-4
EDITOR: vim or gvim

On Fri, Jan 18, 2008 at 11:17:03PM +0100, Simon Morlat wrote:

From: Simon Morlat [EMAIL PROTECTED]
To: linphone-users@nongnu.org
Cc: Gerard Robin [EMAIL PROTECTED]
Subject: Re: [Linphone-users] linphonec: segmentation fault

Gulp, this does not help me a lot...
There are plenty of places where strstr() is used in linphone...
If you have the opportunity to compile with debug symbols, don't hesitate.

I will try to compile it but I need some informations:

on my box (debian sid) I have:
libosip2-2:
  Installé : 3.0.3-2-1
speex:
  Installé : 1.1.12-3
libreadline5:
  Installé : 5.2-3
libavcodec1d:
  Installé : 0.cvs20070307-6
libgsm1:
  Installé : 1.0.12-1
libexosip2-4:
  Installé : 3.0.3-3-1
libsdl-image1.2:
  Installé : 1.2.6-1
libsdl1.2debian:
  Installé : 1.2.13-1
libsdl1.2debian-alsa:
  Installé : 1.2.13-1

I would like to know if I must install some packages -dev in additon
to the previous packages ?

Ok I have installed all the -dev related to the previous packages and
./configure succeeded.

I have always the same question about the makefile: 
is the option -g of gcc set by default or must I edit the makefile ?



--
Gérard


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-15 Thread Francois-Xavier KOWALSKI

Simon,

Recent kernels do notify application segfaults on the kernel console 
(via a handler of the associated MMU processor trap). This is a way for 
administrators that something is going wrong on the machine. Otherwise 
the crash is only visible from the user's context  the disk may fill-up 
silently with core dumps.


The exact format in the syslog is kernel-dependent  hence differs from 
Debian  RHEL (the 2 OS's I have observed this message on).


There is a similar messagefor un-aligned memory access.

--FiX

Simon Morlat wrote:

Hi,

Can you please run the same test from gdb ?
I'm a but surprised with this segfault message coming from the kernel.

Simon

Le Wednesday 09 January 2008 18:21:46 Gerard Robin, vous avez écrit :
  

Hello,
linphonec craches (on cli):
my system:
laptop acer 5102wlmi (amd64)
OS: Debian Sid
linphone: version: 2.0.1-3

~$ linphonec
Friend EUGENIOhome sip:[EMAIL PROTECTED] is Gone
8-

Ready
Warning: video is disabled in linphonec.
linphonec caRegistration on sip:ekiga.net successful.
linphonec call 500
linphoneec[7498]: segfault at  rip 2af858f467b9 rsp
7fff526c8c30 error 4

~$ strace -c linphonec
--8--
Process 4299 detached
% time seconds  usecs/call callserrors syscall
-- --- --- - - 
   48.760.000470 470 1   execve
   24.900.000240   0   560   read
   12.550.000121   1   103   mmap
   10.370.000100   25146 access
3.420.33   0   291   gettimeofday
0.000.00   022   write
0.000.00   07937 open
0.000.00   052   close
0.000.00   0 5 2 stat
0.000.00   038   fstat
0.000.00   042   mprotect
0.000.00   0 4   munmap
0.000.00   0 3   brk
0.000.00   020   rt_sigaction
0.000.00   0 9   rt_sigprocmask
0.000.00   021   ioctl
0.000.00   0 2   pipe
0.000.00   0 1   select
0.000.00   011socket
0.000.00   010   connect
0.000.00   0 1   bind
0.000.00   011   getsockname
0.000.00   010   setsockopt
0.000.00   0 1   clone
0.000.00   0 2   fcntl
0.000.00   0 1   chmod
0.000.00   0 1   getrlimit
0.000.00   0 1   arch_prctl
0.000.00   015 2 futex
0.000.00   0 1   set_tid_address
0.000.00   0 1   set_robust_list
-- --- --- - - 
100.000.000964  137087 total

do other users of linphonec have the same issue ?

With xwindow linphone starts fine but I can't hear my correspondant and
him can't hear me neither.

Thanks for any advice.






___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users

  


--
Francois-Xavier FiX KOWALSKI /_ __Tel:+33 (0)4 76 14 63 27
HP OpenCall Software  - EMTS  / //_/Fax:+33 (0)4 76 14 51 62
Media-Processing Engineering/  http://www.hp.com/go/opencall
  i n v e n t




___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] linphonec: segmentation fault

2008-01-14 Thread Gerard Robin

On Mon, Jan 14, 2008 at 11:52:19AM +0100, Simon Morlat wrote:

From: Simon Morlat [EMAIL PROTECTED]
To: linphone-users@nongnu.org
Cc: Gerard Robin [EMAIL PROTECTED]
Subject: Re: [Linphone-users] linphonec: segmentation fault

Hi,

Can you please run the same test from gdb ?
I'm a but surprised with this segfault message coming from the kernel.

Simon


Yes:

(gdb) file /usr/bin/linphonec
(no debugging symbols found)  
 
Using host libthread_db library /lib/libthread_db.so.1.

(gdb) set args
(gdb) run
(no debugging symbols found)
warning: no loadable sections found in added symbol-file system-supplied DSO at 
0x7fff275fd000
(no debugging symbols found)
--8---
a lot of: (no debugging symbols found)
--8---
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2b3c8844f9b0 (LWP 11457)]
0x2b3c84141819 in strstr () from /lib/libc.so.6

Sorry for the (no debugging symbols found) I use the package debian.

--
Gérard


___
Linphone-users mailing list
Linphone-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/linphone-users