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

Re: SEVERE: slapd dumps core upon receiving 8-bit requests (ITS#146)



"Kurt D. Zeilenga" wrote:

> Can you:
>         % make veryclean
>         % ./configure --without-threads
>         % make depend
>         % make all
make veryclean fails (there's no makefile in include/ ). i've simply
re-extracted the sources.
 
> and then retest?  Then we might get a useful backtrace...

no backtrace - it doesn't crash when configured --without-threads.
time to time i get a different backtrace with the original version,
though. here it is:

#0  0x280e9766 in offtime ()
#1  0x280e934f in tzset ()
#2  0x280e9483 in localtime ()
#3  0x280e9934 in ctime ()
#4  0x280e46fc in vsyslog ()
#5  0x280e4627 in syslog ()
#6  0x8050cf2 in send_ldap_result2 (conn=0x8094428, op=0x80f6600, err=0, 
    matched=0x0, text=0x0, nentries=0) at result.c:137
#7  0x8050d32 in send_ldap_search_result (conn=0x8094428, op=0x80f6600,
err=0, 
    matched=0x0, text=0x0, nentries=0) at result.c:175
#8  0x805f7e4 in ldbm_back_search (be=0x8082000, conn=0x8094428,
op=0x80f6600, 
    base=0x807d490 "", scope=2, deref=0, slimit=500, tlimit=3600, 
    filter=0x8075980, filterstr=0x807d4b0 "(cn=*ÐÁÐÁ*)", attrs=0x0, 
    attrsonly=0) at search.c:304
#9  0x804bfcb in do_search (conn=0x8094428, op=0x80f6600) at
search.c:149
#10 0x804b6c2 in connection_operation (arg_v=0x807d460) at
connection.c:74
#11 0x280aa592 in _thread_start ()

here's the /usr/local/etc/openldap/slapd.conf:

#
# $Id: slapd.conf,v 1.2 1999/02/26 12:30:03 paxvel Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include         /usr/local/etc/openldap/slapd.at.conf
include         /usr/local/etc/openldap/slapd.oc.conf
schemacheck     on

pidfile         /var/run/slapd.pid
#argsfile       /var/run/slapd.args

#######################################################################
# ldbm database definitions
#######################################################################

database        ldbm
suffix          ""
directory       /var/spool/ldap
rootdn          "cn=Pavel Andreev,o=VUMS software,c=CZ"
rootpw          <censored>


the directory is just an address book for local users. it has only some
70 entries.
the machine is a 350mhz pII box with 196mb ram and is extremely stable
itself.

--
Pavel Andreev