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

tests stall in test 002 (ITS#51)



Full_Name: Roy Hooper
Version: 1.1.3
OS: Solaris 2.6x86
URL: 
Submission from: (NULL) (209.195.94.2)


Something broke between 1.1.2 and 1.1.3, as the "test" suite shows:

in the 'tests' directory, the 'make' process stalls at:

>>>>> Starting test002-populate ...
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to check that slapd is running...
Using ldapmodify to populate the database...

root@db1:tests# ls -al test-db/
total 147
drwxr-xr-x   2 root          512 Jan 21 14:23 ./
drwxr-xr-x   6 30760         512 Jan 21 14:04 ../
-rw-r--r--   1 root            2 Jan 21 14:23 NEXTID
-rw-------   1 root        27430 Jan 21 14:23 dn.gdbm
-rw-------   1 root        24764 Jan 21 14:23 dn2id.gdbm
-rw-------   1 root        24625 Jan 21 14:23 id2children.gdbm
-rw-------   1 root        26179 Jan 21 14:23 id2entry.gdbm
-rw-r--r--   1 root        16084 Jan 21 14:24 master.log
-rw-------   1 root        25049 Jan 21 14:23 objectclass.gdbm

root@db1:tests# tail test-db/master.log 
=> dn2id( "ou=Information Technology Division,ou=People,o=University of
Michigan,c=US" )
=> ldbm_cache_open( "./test-db/dn2id.gdbm", 2, 600 )
<= ldbm_cache_open (cache 0)
<= dn2id NOID
dn2entry_w: dn: "ou=People,o=University of Michigan,c=US"
=> dn2id( "ou=People,o=University of Michigan,c=US" )
====> cache_find_entry_dn2id: found dn: OU=PEOPLE,O=UNIVERSITY OF MICHIGAN,C=US
slapd got shutdown signal 2
slapd got do_nothing signal 16
slapd shutting down - waiting for 2 threads to terminate


Build Environment:

Solaris 2.6x86
Most recent patch cluster.

LIBS="-lpthread -lposix4"; export LIBS
./configure --enable-shared --with-threads --with-ldbm-backend=gdbm
AND
./configure --enable-shared --with-threads