[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnu-radius] radiusd exited on signal 6 (core dumped)
From: |
Alex Deiter |
Subject: |
[Bug-gnu-radius] radiusd exited on signal 6 (core dumped) |
Date: |
Mon, 28 Apr 2003 18:02:11 +0400 |
Hi!
I use gnu-radius-0.96.4 on FreeBSD 4.7 RELEASE for voip acct (without
sql/snmp/guile).
Periodically radiusd exited on signal 6 (core dumped):
Core was generated by `radiusd'.
Program terminated with signal 6, Abort trap.
Reading symbols from /usr/lib/libcrypt.so.2...done.
Reading symbols from /usr/local/lib/libintl.so.4...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0 0x28102b78 in kill () from /usr/lib/libc.so.4
(gdb) bt
#0 0x28102b78 in kill () from /usr/lib/libc.so.4
#1 0x2814382a in abort () from /usr/lib/libc.so.4
#2 0x805b794 in rad_exit (sig=11) at radiusd.c:1653
#3 0x805b9c6 in sig_fatal (sig=11) at radiusd.c:1747
#4 0xbfbfffac in ?? ()
#5 0x804b22e in rad_accounting (radreq=0x80c3170, activefd=3) at acct.c:632
#6 0x805ae49 in rad_spawn_child (type=1, data=0x80c3170, activefd=3) at
radiusd.c:1301
#7 0x805a562 in radrespond (radreq=0x80c3170, activefd=3) at radiusd.c:1006
#8 0x805a12a in auth_respond (fd=3, sa=0xbfbffa30, salen=16, buf=0x80ae7a0
"\004©",
size=62) at radiusd.c:696
#9 0x805a077 in rad_select () at radiusd.c:667
#10 0x8059caf in rad_mainloop (extra_arg=0x0) at radiusd.c:561
#11 0x8059c3a in rad_main (arg=0x0) at radiusd.c:528
#12 0x805995b in main (argc=2, argv=0xbfbffb00) at radiusd.c:434
#13 0x8049e95 in _start ()
(gdb)
my config:
option {
usr2delay 30;
max-requests 1024;
# Uncomment and edit these if you need to:
log-dir "/var/log/radius";
acct-dir "/var/log/radius/acct";
};
logging {
channel default {
file "radius.log";
print-category yes;
print-level yes;
};
channel info {
file "radius.info";
print-pid yes;
};
channel debug {
file "radius.debug";
};
category auth {
print-auth yes;
print-failed-pass yes;
};
category info {
channel info;
};
category =debug {
channel debug;
};
category * {
channel default;
};
};
acct {
max-requests 127;
request-cleanup-delay 2;
};
Any ideas ?
Thanks!
- [Bug-gnu-radius] radiusd exited on signal 6 (core dumped),
Alex Deiter <=