[OpenSIPS-Users] mediaproxy

Julien Chavanton jc at atlastelecom.com
Tue Mar 23 08:14:01 CET 2010


It does segfault on this line :
 
from mediaproxy.dispatcher import Dispatcher
 
I do not see any error when running 
./setup.py build
./setup.py install

________________________________

From: users-bounces at lists.opensips.org on behalf of Julien Chavanton
Sent: Tue 23/03/2010 7:04 AM
To: OpenSIPS users mailling list; Users at lists.opensips.org
Subject: Re: [OpenSIPS-Users] mediaproxy


Hi, both 
/usr/bin/media-relay  --no-fork
/usr/bin/media-dispatcher --no-fork
 
return a segmentation fault, according to the README dispatcher does not have the same kernel requirements(netfilters-conntrack etc.) so this makes me beleive at least media-dispatcher should work if it was a kernel support problem ?
 
-------------------------------------------------
 
Fedora Core 7
kernel 2.6.18

libnfnetlink-1.0.0  # from source 
libnetfilter_conntrack-0.0.100 # from source 
 
python2.5.5
python-application-1.2.3
python-zope-interface-3.0.1
Twisted-10.0.0
libgcrypt-1.4.5
gnutls-2.8.6
python_gnutls-1.2.0
python_cjson-1.0.5
python-sqlobject-0.9.2
pyrad-1.2

________________________________

From: users-bounces at lists.opensips.org on behalf of Julien Chavanton
Sent: Mon 22/03/2010 7:40 PM
To: Users at lists.opensips.org
Subject: [OpenSIPS-Users] mediaproxy


Hi, I have some problem with installing / running mediaproxy on FC7
 
I have also tried mediaproxy-2.4.2, but then I revert to the latest working version I have deployed
 
/usr/bin/media-relay  --no-fork
Starting MediaProxy Relay 2.3.6
Segmentation fault
 
 
I would like to install in on Debian, but I need to make it work on FC7 or CentOS5 
 
I can see the problem, is there a suggested way to debug ?
 
-------------------------------------------------
 
    try:
        from mediaproxy.relay import MediaRelay
        if not options.fork:
            from application.debug.memory import *
        relay = MediaRelay()
    except Exception, e:
        log.fatal("failed to create %s: %s" % (fullname, e))
        if e.__class__ is not RuntimeError:
            log.err()
        sys.exit(1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100323/c3b30699/attachment-0001.htm 


More information about the Users mailing list