I'll do the GDB that Chris suggested, but I just wanted to put in a "me too"...I'm getting zapped on this occasionally on the pre-0.4 snapshots and on .4 itself, and all I'm doing is accounting to MySQL, no authentication whatsoever. I've even tried blowing away the rlm* files, doesn't seem to fix the problem.
However, _I_ only get this issue once every couple days or so, but this server was rock solid on .3 for many weeks. I'll try to pin down more specific cases over the weekend. Chris Kalin ----- Original Message ----- From: "Chris Parker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 04:45 PM Subject: Re: Seg. Fault 0.4 > At 02:03 PM 12/14/2001 -0800, [EMAIL PROTECTED] wrote: > > >I've been having a seg fault in snapshots and in 0.4, I don't get it in > >0.3. Basically I run about 5 request and then it seg faults. Not exactly > >5, but aprox. The only auth I do is through SQL and it then runs a simple > >external script that returns a Reply-Message and then exits 0. > >Running 'radiusd -xx' doesn't seem to give any info on why. > >Where do I start to get this debugged? What additional info do we need? > > First thing to suggest, is remove the 'rlm_*' files in /usr/local/lib. > > Most likely you have an older lib being linked in, and some of the > function calls to that lib have changed. > > If you do this, and the server still segfaults, run it via the > following: > > system$ gdb radiusd > ... > (gdb) set args -X > (gdb) run > > When/If the server segfaults type: > > (gdb) bt > > And send the results of the server debug info and the gdb stack trace > to this list. > > Thanks, > -Chris > -- > \\\|||/// \ Chris Parker - Manager, Development Engineering > \ ~ ~ / \ WX *is* Wireless! \ [EMAIL PROTECTED] > | @ @ | \ http://www.starnetwx.net \ (847) 963-0116 > oOo---(_)---oOo--\------------------------------------------------------ > \ Without C we would have 'obol', 'basi', and 'pasal' > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
