[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4297) nothreads test030-relay loop
Full_Name: Aaron Richton
Version: 2.3.14
OS: Solaris 9
URL:
Submission from: (NULL) (128.6.31.135)
--without-threads test030 infinite loops:
** ld 10051dea0 Outstanding Requests:
* msgid 1, origid 1, status InProgress
outstanding referrals 0, parent count 0
** ld 10051dea0 Response Queue:
Empty
ldap_chkResponseList ld 10051dea0 msgid 1 all 0
ldap_chkResponseList returns ld 10051dea0 NULL
ldap_int_select
ldap_result ld 10051dea0 msgid 1
ldap_chkResponseList ld 10051dea0 msgid 1 all 0
ldap_chkResponseList returns ld 10051dea0 NULL
wait4msg ld 10051dea0 msgid 1 (timeout 100000 usec)
wait4msg continue ld 10051dea0 msgid 1 all 0
** ld 10051dea0 Connections:
* host: localhost port: 9011 (default)
refcnt: 2 status: Connected
last used: Tue Jan 3 10:31:58 2006
[...forever...]
** ld 10051dea0 Outstanding Requests:
* msgid 1, origid 1, status InProgress
outstanding referrals 0, parent count 0
** ld 10051dea0 Response Queue:
Empty
ldap_chkResponseList ld 10051dea0 msgid 1 all 0
ldap_chkResponseList returns ld 10051dea0 NULL
ldap_int_select
ldap_result ld 10051dea0 msgid 1
ldap_chkResponseList ld 10051dea0 msgid 1 all 0
ldap_chkResponseList returns ld 10051dea0 NULL
wait4msg ld 10051dea0 msgid 1 (timeout 100000 usec)
wait4msg continue ld 10051dea0 msgid 1 all 0
** ld 10051dea0 Connections:
* host: localhost port: 9011 (default)
refcnt: 2 status: Connected
last used: Tue Jan 3 11:06:12 2006
I doubt this is supposed to work; I'd be alright with just adding:
if test $THREADS = "threadsno" ; then
echo "Need threads support, test skipped"
exit 0
fi