Ryan Pugatch wrote: > I redid my configuration file, as I believe there was a mistake > somewhere. However, it seems to be that now preprocess is causing > radiusd to segfault. I ran radiusd under gdb to get more information.. > so if anyone has a clue as to why preprocess is making radiusd segfault, > let me know! Thanks.
doc/bugs > (gdb) run ... > (no debugging symbols found) Debugging symbols would help. > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208002880 (LWP 5404)] > 0x00f71d3e in ?? () from /usr/lib/rlm_preprocess.so Build it with debugging symbols, and show the output of "bt" from gdb. This is in doc/bugs. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

