AW: Segmentation fault reading clients

2004-11-16 Thread Peter L.
> > read_config_files: reading clients > > Segmentation fault > > This happens when the code in the server disagrees with itself. > e.g. Version X of the server is using modules from version Y, or the > header files were updated, and onlysome parts of the server were re-built. > > Try deleting

Re: Segmentation fault reading clients

2004-11-16 Thread Alan DeKok
"Peter L." <[EMAIL PROTECTED]> wrote: > i get a segmentation fault when starting freeradius. > > read_config_files: reading clients > Segmentation fault This happens when the code in the server disagrees with itself. e.g. Version X of the server is using modules from version Y, or the header f

Segmentation fault reading clients

2004-11-16 Thread Peter L.
Hi all, i get a segmentation fault when starting freeradius. read_config_files: reading clients Segmentation fault Any ideas? Kind regards, Peter see gdb output below. -- (gdb) set args -x -x (gdb) break clients_free Breakpoint 1 at 0x8074faa: file client.c, line 52. (gdb) run St