Milan Holub wrote:
> 1) snmpwalk (read-query) - when reading the NAS entries
...
> I get "Segmentation fault":-(
> 
> ==> full -X debug output + valgrind:
> http://pastebin.ca/444684

  It looks like a NULL de-reference.  i.e. a NULL isn't checked before
it's de-referenced to look into a structure.  It would help to have more
symbols,

> 2) when receiving HUP signal
> ==> full -X debug output + valgrind:
> http://pastebin.ca/444717

  Similar comments about debugging symbols appear here.

  If you're doing CVS updates regularly from CVS head, you MUST delete
all of the previous rlm_* libaries before installing!  The internal
server structures are changing hourly, and without a re-compile, the
modules will be looking in the wrong place.

> PS: I like this http://pastebin.ca - it keeps the mailing lists clean...

  It does appear extremely useful.

  Alan DeKok.
--
  http://deployingradius.com       - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to