[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4246) test036 infinte loop



Full_Name: Aaron Richton
Version: 2.3.13
OS: Solaris 9
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.6.31.135)


test036 looped without bound. Unfortunately, the slapd.3.log filled the disk
before I noticed it was running away, the process was killed, and I was unable
to grab a backtrace. I was able to save the testrun directory, however.
slapd.3.log loops:

 ** ld 100b6d620 Outstanding Requests:
 * msgid 55,  origid 55, status InProgress
   outstanding referrals 0, parent count 0
 * msgid 51,  origid 51, status InProgress
   outstanding referrals 0, parent count 0
** ld 100b6d620 Response Queue:
   Empty
ldap_chkResponseList ld 100b6d620 msgid 51 all 0
ldap_chkResponseList returns ld 100b6d620 NULL
ldap_int_select
ldap_result ld 100b6d620 msgid 51
ldap_chkResponseList ld 100b6d620 msgid 55 all 0
ldap_chkResponseList returns ld 100b6d620 NULL
wait4msg ld 100b6d620 msgid 55 (timeout 100000 usec)
wait4msg continue ld 100b6d620 msgid 55 all 0
** ld 100b6d620 Connections:
* host: localhost  port: 9012  (default)
  refcnt: 4  status: Connected
  last used: Mon Dec  5 10:53:10 2005

** ld 100b6d620 Outstanding Requests:
 * msgid 55,  origid 55, status InProgress
   outstanding referrals 0, parent count 0
 * msgid 51,  origid 51, status InProgress
   outstanding referrals 0, parent count 0
** ld 100b6d620 Response Queue:
   Empty
ldap_chkResponseList ld 100b6d620 msgid 55 all 0
ldap_chkResponseList returns ld 100b6d620 NULL
ldap_int_select
ldap_result ld 100b6d620 msgid 55
ldap_chkResponseList ld 100b6d620 msgid 51 all 0
ldap_chkResponseList returns ld 100b6d620 NULL
wait4msg ld 100b6d620 msgid 51 (timeout 100000 usec)
wait4msg continue ld 100b6d620 msgid 51 all 0
** ld 100b6d620 Connections:
* host: localhost  port: 9012  (default)
  refcnt: 4  status: Connected
  last used: Mon Dec  5 10:53:10 2005
[...forever...]

This went on for ~20 minutes until the log file got too big.