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

Segmentation faults in slapd (ITS#1127)



Full_Name: David B. Bitton
Version: 2.0.7
OS: Debian Linux 2.3
URL: 
Submission from: (NULL) (216.223.47.186)


After successfully configuring with:

./configure --prefix=/ --enable-spasswd --enable-passwd
--includedir=/usr/include --with-ldbm-api=berkley

and a 'make depend, and 'make', 'make test' results in the following:

...
cd tests; make test
make[1]: Entering directory `/home/bittondb/openldap-2.0.7/tests'
ln: `./data': cannot overwrite directory
make[1]: [test-ldbm] Error 1 (ignored)
Initiating LDAP tests for LDBM...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: ldbm
>>>>> Starting test000-rootdse ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
./scripts/test000-rootdse: line 35: 27642 Segmentation fault      $SLAPD -f
$SCHEMACONF -h $MASTERURI -d $LVL $TIMING >$MASTERLOG 2>&1
./scripts/test000-rootdse: line 35: 27643 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 27644 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 27645 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 27646 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 27647 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 27648 Segmentation fault      $LDAPSEARCH -b
"" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: kill: (27642) - No such pid
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 139)
make[1]: *** [test-ldbm] Error 139
make[1]: Leaving directory `/home/bittondb/openldap-2.0.7/tests'
make: *** [test] Error 2
...

I have installed:
   Berkeley DB 3.2.9
   Cyrus SASL 1.5.24
   GDBM 1.7.3

Please send help, thanks.

-dave