Hello All, Can anyone make sense of this for me? ASSERT FAILED event.c[1181]: "We do not have threads, but the request is marked as queued or running in a child thread" == NULL I have 3 detail instances and 3 detail listeners proxying the detail file to 3 servers. I have at the same time the COA server sample modified for packets-of-disconnects The COA server is suppose to fail since this server is not production yet, and after its 3rd attempt the above error message appears. Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 1.139005 sec Waking up in 0.3 seconds. Detail listener /var/log/freeradius/radacct/server1/detail-* state running signalled 0 waiting 0.940611 sec Waking up in 0.2 seconds. Detail listener /var/log/freeradius/radacct/server2/detail-* state running signalled 0 waiting 0.822329 sec Waking up in 0.5 seconds. Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 0.864066 sec Waking up in 0.1 seconds. Detail listener /var/log/freeradius/radacct/server1/detail-* state running signalled 0 waiting 1.007105 sec Detail listener /var/log/freeradius/radacct/server2/detail-* state running signalled 0 waiting 1.219968 sec Waking up in 0.3 seconds. Sending Disconnect-Request of id 246 to 196.43.3.86 port 1700 User-Name = "protected@address" NAS-IP-Address = 196.43.27.72 Framed-IP-Address = 41.240.31.186 X-Ascend-Session-Svr-Key = "D9144C7B" Waking up in 0.2 seconds. Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 1.214130 sec Waking up in 0.2 seconds. ASSERT FAILED event.c[1181]: "We do not have threads, but the request is marked as queued or running in a child thread" == NULL Aborted ;========== freeradius: FreeRADIUS Version 2.1.10, for host i486-pc-linux-gnu, built on Nov 14 2010 at 20:41:03 Copyright (C) 1999-2010 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License. For more information about these matters, see the file named COPYRIGHT. ;========= Using Debian Linux. Kind Regards, Etienne Pretorius
Never-mind, I stumbled upon a documented bug with freeradius -X command and detail listeners... Kind Regards, Etienne Pretorius On Wed, 2011-03-09 at 13:22 +0200, Etienne Pretorius wrote:
Hello All,
Can anyone make sense of this for me?
ASSERT FAILED event.c[1181]: "We do not have threads, but the request is marked as queued or running in a child thread" == NULL
I have 3 detail instances and 3 detail listeners proxying the detail file to 3 servers.
I have at the same time the COA server sample modified for packets-of-disconnects
The COA server is suppose to fail since this server is not production yet, and after its 3rd attempt the above error message appears.
Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 1.139005 sec Waking up in 0.3 seconds. Detail listener /var/log/freeradius/radacct/server1/detail-* state running signalled 0 waiting 0.940611 sec Waking up in 0.2 seconds. Detail listener /var/log/freeradius/radacct/server2/detail-* state running signalled 0 waiting 0.822329 sec Waking up in 0.5 seconds. Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 0.864066 sec Waking up in 0.1 seconds. Detail listener /var/log/freeradius/radacct/server1/detail-* state running signalled 0 waiting 1.007105 sec Detail listener /var/log/freeradius/radacct/server2/detail-* state running signalled 0 waiting 1.219968 sec Waking up in 0.3 seconds. Sending Disconnect-Request of id 246 to 196.43.3.86 port 1700 User-Name = "protected@address" NAS-IP-Address = 196.43.27.72 Framed-IP-Address = 41.240.31.186 X-Ascend-Session-Svr-Key = "D9144C7B" Waking up in 0.2 seconds. Detail listener /var/log/freeradius/radacct/server0/detail-* state running signalled 0 waiting 1.214130 sec Waking up in 0.2 seconds. ASSERT FAILED event.c[1181]: "We do not have threads, but the request is marked as queued or running in a child thread" == NULL Aborted
;========== freeradius: FreeRADIUS Version 2.1.10, for host i486-pc-linux-gnu, built on Nov 14 2010 at 20:41:03 Copyright (C) 1999-2010 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License. For more information about these matters, see the file named COPYRIGHT. ;=========
Using Debian Linux.
Kind Regards,
Etienne Pretorius
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Etienne Pretorius wrote:
Can anyone make sense of this for me?
ASSERT FAILED event.c[1181]: "We do not have threads, but the request is marked as queued or running in a child thread" == NULL
See http://git.freeradius.org, and grab the v2.1.x branch. It contains a fix. Alan DeKok.
participants (2)
-
Alan DeKok -
Etienne Pretorius