Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-16 Thread Phillman25 Kyriacou
Thanks for your email Marius. Could you please explain in a little more detail how to compile Kamailio with debug symbols? Do i use the command make CFLAGS=-g ? then make QUIET=no all? Thanks again for your assistance! Regards Phillip On Thu, Sep 15, 2011 at 5:02 PM, marius zbihlei

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-16 Thread Timo Reimann
On 16.09.2011 12:00, Phillman25 Kyriacou wrote: Could you please explain in a little more detail how to compile Kamailio with debug symbols? Do i use the command make CFLAGS=-g ? then make QUIET=no all? I always add mode=debug to make, e.g.: make mode=debug my other make options HTH,

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-16 Thread Phillman25 Kyriacou
Thanks for your response Timo. so you say i should try: make mode=debug [CFLAGS=-g]? Thanks for your assistance. Regards Phillip On Fri, Sep 16, 2011 at 1:44 PM, Timo Reimann timo.reim...@1und1.de wrote: On 16.09.2011 12:00, Phillman25 Kyriacou wrote: Could you please explain in a little

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-15 Thread marius zbihlei
On 09/14/2011 07:40 PM, Phillman25 Kyriacou wrote: Hello Here is the output of the gdb commands: (gdb) core core [New Thread 18567] Core was generated by `/usr/local/sbin/kamailio -P /var/run/kamailio/kamailio.pid -m 64 -u root -g roo'. Program terminated with signal 6, Aborted. #0

[SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread Phillman25 Kyriacou
Hello Im facing a big problem after upgrading from version 3.1.2 to 3.1.4. The kamailio process keeps on terminating every now and then, this is what i was able to retrieve from my logs. Sep 14 12:52:31 SipProxy1 kernel: [71448.062089] __ratelimit: 15 callbacks suppressed Sep 14 12:52:31

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread Phillman25 Kyriacou
Dear Marius Thank you for your prompt reply. I apologise, As i am a newbie could you please explain how to produce the below output that you require? Thanking you in advance for your help! Regards Phillip Hello Hello. You should have a coredump . Can you please send the trace (bt full) as

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread marius zbihlei
On 09/14/2011 05:01 PM, Phillman25 Kyriacou wrote: Dear Marius Thank you for your prompt reply. I apologise, As i am a newbie could you please explain how to produce the below output that you require? if you can reproduce the crash, in a shell write ulimit -c unlimited #to allow unlimited

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread Daniel-Constantin Mierla
Hello, some extra notes about the location of the core files. Kamailio changes the working directory to / (the root of file system) if no -w parameter is given. So it is very likely the core is in /. Also, on some operating system, the core files are written in a special directory, which is a

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread Henning Westerholt
On Wednesday 14 September 2011, Daniel-Constantin Mierla wrote: some extra notes about the location of the core files. Kamailio changes the working directory to / (the root of file system) if no -w parameter is given. So it is very likely the core is in /. Also, on some operating system, the

Re: [SR-Users] Kamailio terminating after upgrading from 3.1.2 to 3.1.4

2011-09-14 Thread Phillman25 Kyriacou
Hello Here is the output of the gdb commands: (gdb) core core [New Thread 18567] Core was generated by `/usr/local/sbin/kamailio -P /var/run/kamailio/kamailio.pid -m 64 -u root -g roo'. Program terminated with signal 6, Aborted. #0 0x0040a422 in __kernel_vsyscall () . . . (gdb) bt full #0