[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
PROBLEM: run slapd == core HELP!!!
Hello.
I compile OpenLDAP with default congiguration and
when I run "make test"
I recived
# make test
ln: `./data': error rewrite directory
make: [test-ldbm] Ошибка 1 (игнорирована) (Ignore)
ln: `./schema': Файл существует (file exist)
make: [test-ldbm] Ошибка 1 (игнорирована) (Ignore)
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: 20055 Segmentation fault (core dumped) $SLAPD -f $SCHEMACONF -h $MASTERURI -d $LVL
$TIMING >$MASTERLOG 2>&1
./scripts/test000-rootdse: line 35: 20056 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 20057 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 20058 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 20059 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 20060 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: line 35: 20061 Segmentation fault (core dumped) $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' >$SEARCHOUT 2>&1
./scripts/test000-rootdse: kill: (20055) - No such pid
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 139)
make: *** [test-ldbm] Ошибка 139 (Error 139)
What hepend??? When I try start with ddd it say that
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 19853)]
0x804d2e5 in slap_get_listener_addresses ()
(gdb)
Please Help me!!!