Error: ASSERT FAILED stats.c[318]: request->listener->type == RAD_LISTEN_NONE This one comes from sending a status with a message-authenticator, to a configuration unchanged from 1.0 Mon Jul 28 02:56:32 2008 : Error: ASSERT FAILED threads.c[399]: (*request)->magic == REQUEST_MAGIC This one I dont know quite yet what its from. Its a patched version, available deb binary and source packaged on http://apt-repo.ttec.com/ I am trying to hunt it down over here, but any help would be appreciated. Thanks, Joe
Joe Maimon wrote:
Error: ASSERT FAILED stats.c[318]: request->listener->type == RAD_LISTEN_NONE
This one comes from sending a status with a message-authenticator, to a configuration unchanged from 1.0
This *should* have been fixed in a commit on July 8. Are you pulling from the new git tree / anonymous cvs?
Mon Jul 28 02:56:32 2008 : Error: ASSERT FAILED threads.c[399]: (*request)->magic == REQUEST_MAGIC
This one I dont know quite yet what its from.
A request has been freed before the thread is finished using it. That's bad. Alan DeKok.
Alan DeKok wrote:
Joe Maimon wrote:
Error: ASSERT FAILED stats.c[318]: request->listener->type == RAD_LISTEN_NONE
This one comes from sending a status with a message-authenticator, to a configuration unchanged from 1.0
This *should* have been fixed in a commit on July 8. Are you pulling from the new git tree / anonymous cvs?
Nope, completely missed that one. Thanks, Joe
participants (2)
-
Alan DeKok -
Joe Maimon