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

Re: tests stall in test 002 (ITS#51)



At 07:31 PM 1/21/99 GMT, rhooper@cyberus.ca wrote:
>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# 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

Looks like it deadlocked here.

Can you provide the log entries from the start of this operation?
(up to the preceeding do_search, do_modify, do_delete, do_bind,
or send_ldap_result)

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

As --with-ldbm-backend is not a valid option (assume you meant --with-ldbm-api).

Kurt