On 11 Jul 2006, at 17:00, Alan DeKok wrote:

Graeme Hinchliffe <[EMAIL PROTECTED]> wrote:
Is there a chance that on a fast loaded box that threads are
accessing the dictionary index which is being dynamically modified
(it would appear) and using non-valid memory for their lookup ?
resulting in the value being kept as octet and the symptoms we are
seeing?

  Once the dictionaries are loaded and installed, the *lookups* should
be thread-safe.  The non-thread-safe portion of the hash table is only
for insertions or deletes.

  I'll send you a patch privately that *may* address it, but it's just
a guess at this point.

Thanks for that, I shall apply it to the 1.1.2 code and install it on the server. I will let you know what we find (positive or not) in a few days

Thanks

Graeme

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to