Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-26 Thread Daniel-Constantin Mierla
Hello, thanks for feedback. Going to work on it asap. Cheers, Daniel On 4/19/11 10:17 PM, Morten Isaksen wrote: Hi, It happend again. I got the result from gdb. Here is the output from a bt indside gdb for each worker and one bt full for one of the workers. They are all stuck in

Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-19 Thread Morten Isaksen
Hi, It happend again. I got the result from gdb. Here is the output from a bt indside gdb for each worker and one bt full for one of the workers. They are all stuck in futexlock.h My C debuging skills are a bit rusty so I hope one of you have some ideas. /Morten (gdb) bt #0

Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-11 Thread marius zbihlei
On 04/09/2011 11:09 AM, Morten Isaksen wrote: Hi Marius, Hello, Thanks for the update, but unfortunately I can't spot anything wrong. As Daniel noted, please send a trace of the worker process (you can also select the worker's pid from the log file)Attack with GDB for several times

Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-08 Thread marius zbihlei
On 04/07/2011 10:02 PM, Morten Isaksen wrote: Hi! Kamailio 3.0.3. I have a strange problem with one of our Kamailio servers. This one is used for routing (with carrierroute) and to send presence information (with pua module) Once every 10 day or so I get this error and then Kamailio stops

Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-07 Thread Daniel-Constantin Mierla
Hello, do you get high CPU usage by kamailio? What you can do is to attach with gdb to kamailio processes and see what they are doing: gdb /path/to/kamailio pid_of_a_kamailio_process bt You should attach to the sip worker processes - you can find the type of processes with 'kamctl ps'.