Chris Parker wrote:

At 04:39 PM 8/14/2003 -0700, Ryan Castellucci wrote:

| Follow the steps described in 'doc/bugs', and post the results here. You
| also don't mention what version you are observing this. If it's not 0.9.0
| or the current CVS head, you'll need to upgrade to one of those first,
| as there have been sql fixes in those releases.


FreeRADIUS 0.9.0, RedHat 8.0, Oracle9i 9.0.1

Does NOT dump core on a crash (I enabled core dumps....)


Right, so run it inside gdb, ala:

bob$ gdb radiusd
gdb> set args -x -x
gdb> run

then when it crashes:

gdb> bt

modcall: entering group authorize
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 22471)]
0x400b5385 in groupcmp () from /usr/lib/rlm_unix-0.9.0.so
(gdb) bt
#0 0x400b5385 in groupcmp () from /usr/lib/rlm_unix-0.9.0.so
#1 0x080505c9 in vp_listdebug ()
#2 0x0805083b in paircmp ()
#3 0x400c623c in hunt_paircmp () from /usr/lib/rlm_preprocess-0.9.0.so
#4 0x400c68ee in huntgroup_access () from /usr/lib/rlm_preprocess-0.9.0.so
#5 0x400c6cd5 in preprocess_authorize () from /usr/lib/rlm_preprocess-0.9.0.so
#6 0x0805595b in module_post_auth ()
#7 0x08055ae8 in modcall ()
#8 0x080559bf in module_post_auth ()
#9 0x08055aa0 in modcall ()
#10 0x0805564f in module_authorize ()
#11 0x0805276a in rad_authenticate ()
#12 0x0804d5d2 in rad_respond ()
#13 0x0804d1ed in rad_process ()
#14 0x0804cf07 in main ()
#15 0x42017589 in __libc_start_main () from /lib/i686/libc.so.6
--
Ryan Castellucci
(530) 757-4686 x22
SoliSys LLC - http://www.solisys.com/



- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to