Jens Vagelpohl wrote:
Getting an error for test020-proxycache on OS X 10.6.2 compiling OpenLDAP with -march x86-64:
Running test020 for several times I get a seg fault on openSUSE 11.2 x86-64 built with gcc version 4.4.1.
Testing pwdModify Query 19: (Bind should be cached)
Test succeeded
Cleaning up test run directory from this run. Running 22 of 30 iterations Starting master slapd on TCP/IP port 9011... Using ldapsearch to check that master slapd is running... Using ldapadd to populate the master directory... Starting proxy cache on TCP/IP port 9012... Using ldapsearch to check that proxy slapd is running... Making queries on the proxy cache... Query 1: filter:(sn=Jon) attrs:all (expect nothing) Query 2: filter:(|(cn=*Jon*)(sn=Jon*)) attrs:cn sn title uid Query 3: filter:(sn=Smith*) attrs:cn sn uid Query 4: filter:(sn=Doe*) attrs:cn sn title uid Query 5: filter:(uid=johnd) attrs:mail postaladdress telephonenumber cn uid Query 6: filter:(mail=*@mail.alumni.example.com) attrs:cn sn title uid Query 7: filter:(mail=*) attrs:cn sn title uid Query 8: filter:(mail=*example.com) attrs:cn sn title uid ldapsearch failed (4) Query 9: filter:(uid=b*) attrs:mail ldapsearch failed (4) Query 1 not cacheable Query 2 cacheable Query 3 cacheable Query 4 cacheable Query 5 cacheable Query 6 cacheable Query 7 not cacheable Query 8 cacheable Query 9 cacheable Successfully verified cacheability Query 10: filter:(|(cn=*Jones)(sn=Jones)) attrs:cn sn title uid ./scripts/test020-proxycache: line 322: 23036 Segmentation fault $SLAPD -f $CONF2 -h $URI2 -d $LVL -d pcache > $LOG2 2>&1 ldapsearch failed (255)! ./scripts/test020-proxycache: line 326: kill: (23036) - No such process
Ciao, Michael.