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: [email protected] on behalf of Julien Chavanton
Sent: Tue 23/03/2010 7:04 AM
To: OpenSIPS users mailling list; [email protected]
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: [email protected] on behalf of Julien Chavanton
Sent: Mon 22/03/2010 7:40 PM
To: [email protected]
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)
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to