[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/tests/scripts defines.sh test035-meta test036-meta-concurrency
Pierangelo Masarati wrote:
>
> test036 should now be ready to be enabled. I'd appreciate if anybody
> can try it out and report;
> [..]
> cd tests
> DB_CONFIG=../servers/slapd/DB_CONFIG SLAPD_DEBUG=256 TEST_META=yes ./run
> test036
>
> What's mandatory is
>
> TEST_META=yes ./run test036
It sometimes succeeds (as stated in the result message) but fails from
now and then:
------------------------- begin -------------------------
./scripts/test036-meta-concurrency: line 174: 23927 Segmentation fault
$SLAPD -f $CONF3 -h $URI3 -d $LVL $TIMING >$LOG3 2>&1
Using ldapsearch to retrieve all the entries...
./scripts/test036-meta-concurrency: line 188: kill: (23927) - No such
process
------------------------- end -------------------------
Various glibc errors:
------------------------- begin -------------------------
*** glibc detected *** double free or corruption (fasttop): 0x0835a8c8 ***
*** glibc detected *** free(): invalid pointer: 0x082de000 ***
------------------------- end -------------------------
Even if the tests succeeds some messages look strange to me:
------------------------- begin -------------------------
ldap_search: No such object (32)
ldap_search: No such object (32)
ldap_read: Server is busy (51)
PID=24716 - Read done (51).
PID=24735 - Modify done (0).
ldap_search: No such object (32)
ldap_search: No such object (32)..many of these messages...
------------------------- end -------------------------
I have SuSE Linux 9.3:
- gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
- glibc-2.3.4-23
- kernel-default-2.6.11.4-20a
- db-4.3.27-3 (Berkeley-DB 4.3.27)
Ciao, Michael.