On 2/20/2011 11:01 PM, Kamen Petrov wrote: > The one with the issue: > kernel 2.6.35.4 > Ubuntu 10.10 > > I will (most probably) try to duplicate the problem on a test server in > the office: > kernel 2.6.27-7 > Ubuntu 8.10
Try to run the command "ulimit -c unlimited" right before you start rtpproxy, or just put it into the rtpproxy startup script. You can also change the target location for core files by using the following command: echo "/tmp/core.%e.%p" > /proc/sys/kernel/core_pattern This will change the location of the core files to be /tmp and the name of file in this case would be "core.rtpproxy.XXXX", where XXXX is PID of the failed process. Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts Tel: +1-646-651-1110 Fax: +1-866-857-6942 Web: http://www.sippysoft.com MSN: [email protected] Skype: SippySoft _______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
