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