Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Daniel-Constantin Mierla
Hello, you don't have the debug symbols installed -- you need to install kamailio-dbg package, then get the backtrace again. On the other hand, the trace suggests an issue in libfreeradius-client library Cheers, Daniel On 18/11/15 14:01, Volkan Oransoy wrote: > Hi Daniel, > > Here is the output

Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Volkan Oransoy
Hi Daniel, Here is the output: (gdb) file /usr/sbin/kamailio > Reading symbols from /usr/sbin/kamailio...(no debugging symbols > found)...done. > (gdb) bt full > #0 0x7fa044bd5920 in ?? () > No symbol table info available. > #1 0x7fa03e240bc9 in ?? () > No symbol table info available. >

Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Daniel-Constantin Mierla
Hello, the logs show that you got a core dump: "Nov 18 11:30:27 sip /usr/sbin/kamailio[6934]: ALERT: [main.c:731]: handle_sigs(): core was generated" Can you send the output of the following commands from gdb with the core file: bt full info locals list Cheers, Daniel On 18/11/15 10:43, Volk