[OpenSIPS-Users] mediaproxy segmentation fault

Saúl Ibarra Corretgé saul at ag-projects.com
Thu Oct 13 09:28:36 CEST 2011


Hi,

On Oct 13, 2011, at 12:44 AM, Gabriel Bermudez wrote:

> Hi Saul,
> 
> Im running debian wheezy with the following versions
> 
> root at server2:~# aptitude show libgnutls26
> Paquete: libgnutls26                             
> Estado: instalado
> Instalado automáticamente: no
> Versión: 2.12.10-2
> 
> root at server2:~# aptitude show python-gnutls
> Paquete: python-gnutls                           
> Estado: instalado
> Instalado automáticamente: sí
> Versión: 1.2.1squeeze
> 
> I also installed gnutls-bin just in case
> root at server2:~# aptitude show gnutls-bin
> Paquete: gnutls-bin                              
> Estado: instalado
> Instalado automáticamente: no
> Versión: 2.12.10-2
> 
> I tried running mediaproxy-relay with the --no-fork option and this is what I get
> 
> root at server2:~# /etc/init.d/mediaproxy-dispatcher start
> Starting MediaProxy dispatcher: media-dispatcher.
> root at server2:~# media-relay --no-fork
> Starting MediaProxy Relay 2.5.2
> using set_wakeup_fd
> Set resource limit for maximum open file descriptors to 11000
> gc: collectable <tuple 0xa388e4c>
> gc: collectable <StgDict 0xa35829c>
> gc: collectable <_ctypes.ArrayType 0xa3fa48c>
> gc: collectable <getset_descriptor 0xa382f8c>
> gc: collectable <getset_descriptor 0xa3ad0ac>
> gc: collectable <tuple 0xb73253ec>
> gc: collectable <tuple 0xa3ad0cc>
> gc: collectable <StgDict 0xa35836c>
> gc: collectable <_ctypes.ArrayType 0xa3fecc4>
> gc: collectable <getset_descriptor 0xa3ad18c>
> gc: collectable <getset_descriptor 0xa3ad1ac>
> gc: collectable <tuple 0xa385dec>
> gc: collectable <getset_descriptor 0xa3ad1cc>
> gc: collectable <getset_descriptor 0xa3ad1ec>
> debug: Adding new dispatcher at 212.231.8.132:25060
> Violación de segmento
> 

Can you enable core dumping (ulimit -c unlimited) run it again and paste the backtrace? You can get as follows:

gdb python path_to_the_core_file

And in the prompt just type:

bt

Please make sure you have -dbg package installed for MediaProxy.


Regards,

--
Saúl Ibarra Corretgé
AG Projects






More information about the Users mailing list