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
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.
>
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
Hi,
I try to enable auth_radius module with my kamailo box. But it crashes on
the first REGISTER request.
I have enabled it with this two lines.
loadmodule "auth_radius.so"
modparam("auth_radius", "radius_config",
"/etc/radiusclient/radiusclient.conf")
This is the authentication part of my scri