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

Re: (ITS#5565) slapd crashes due to SIGPIPE



On Tue, Jun 17, 2008 at 03:44:39PM -0700, Howard Chu wrote:
> > We had been running 2.3.41 plus the fix for ITS 5469, but upgraded to
> > RE23 as of about a week ago to make sure a fix wasn't already present.
> > Below is a representative backtrace.
> 
> This trace is not indicative of a crash. You have to tell gdb not to stop 
> when SIGPIPE is received in order to get an accurate view of the program 
> behavior: "handle SIGPIPE nostop"

Ach, I didn't consider that gdb would be stopping on these signals on its
own. New backtrace is below.

BTW, how does one retitle a Jitterbug bug? I didn't see a way to
authenticate to the web interface; does Jitterbug accept e-mail commands to
manipulate bugs?

      759 int connection_state_closing( Connection *c )
      760 {
      761     /* c_mutex must be locked by caller */
      762   
      763     int state;
      764     assert( c != NULL );
      765     assert( c->c_struct_state == SLAP_C_USED );
      766    
      767     state = c->c_conn_state;
      768 
      769     assert( state != SLAP_C_INVALID );
      770 
      771     return state == SLAP_C_CLOSING;
      772 }

GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

[Thread debugging using libthread_db enabled]
[New Thread -1212729120 (LWP 22601)]
Failed to read a valid object file image from memory.
0xb7c44aa2 in pread64 () from /lib/tls/libc.so.6
[New Thread -1538888784 (LWP 22625)]
[Thread -1538888784 (LWP 22625) exited]
[New Thread -1538888784 (LWP 22626)]
[Thread -1538888784 (LWP 22626) exited]
[New Thread -1538888784 (LWP 22627)]
[New Thread -1875645520 (LWP 22628)]
[New Thread -1879839824 (LWP 22629)]
[New Thread -1884034128 (LWP 22630)]
[New Thread -1924138064 (LWP 22631)]
[New Thread -1937777744 (LWP 22632)]
[New Thread -1953502288 (LWP 22633)]
[New Thread -1957696592 (LWP 22634)]
[New Thread -1963996240 (LWP 22635)]
[New Thread -1969243216 (LWP 22636)]
[New Thread -1974490192 (LWP 22637)]
[New Thread -1979737168 (LWP 22638)]
[New Thread -1993376848 (LWP 22639)]
[New Thread -2053129296 (LWP 22640)]

Program received signal SIGABRT, Aborted.
[Switching to Thread -1963996240 (LWP 22635)]
0xb7bb1947 in raise () from /lib/tls/libc.so.6

Thread 17 (Thread -2053129296 (LWP 22640)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x87ad2080, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 31 times>}
        tid = 2241838000
        i = 655
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 16 (Thread -1993376848 (LWP 22639)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x85395e0, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xba, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x871ff008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 29 times>}
        tid = 2301590448
        i = 483
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 15 (Thread -1979737168 (LWP 22638)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x8661808, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xb8, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x892f8008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x8217638, ltk_data = 0x38, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2315230128
        i = 723
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 14 (Thread -1974490192 (LWP 22637)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x8614d58, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xb9, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x87df5008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x8217638, ltk_data = 0x37, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2320477104
        i = 564
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 13 (Thread -1969243216 (LWP 22636)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x823dc58, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8217638, ltk_data = 0x36, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x859fc008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 29 times>}
        tid = 2325724080
        i = 660
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 12 (Thread -1963996240 (LWP 22635)):
#0  0xb7bb1947 in raise () from /lib/tls/libc.so.6
No symbol table info available.
#1  0xb7bb30c9 in abort () from /lib/tls/libc.so.6
No symbol table info available.
#2  0xb7bab05f in __assert_fail () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x0806bba2 in connection_state_closing (c=0x90342f48) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/connection.c:765
        state = <value optimized out>
        __PRETTY_FUNCTION__ = "connection_state_closing"
#4  0x0807bc34 in send_ldap_ber (conn=0x90342f48, ber=0x8aefbdac) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/result.c:162
        err = 6
        sd = 135491153
        bytes = <value optimized out>
#5  0x0807dd19 in slap_send_search_entry (op=0x8aefbf20, rs=0x8aefc1cc) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/result.c:1137
        a_flags = 0x1 <Address 0x1 out of bounds>
        berbuf = {buffer = "\002\000\001\000\000\000\000\000ÿÿÿÿ\000\000\000\000\000\000\000\000$Ñ\237\212\232Ñ\237\212Rá\237\212\000\000\000\000\000\000\000\000\210À\"\b\000\000\000\000\210À\"\b\000\000\000\000Ì\rò·\030\000\000\000Ì\rò·\000\000\000\000xÂï\212\030¾ï\212ÜÀñ·\r\000\000\000\210À\"\b\000\000\000\000ÔÉñ·\f\000\000\000xÂï\2128¾ï\212ðÅñ·\fÀ\237\212h¾ï\212\f\000\000\000t¾ï\212\001\000\000\000 ¿ï\212Ⱦï\212\231t\f\bh¾ï\212\f\000\000\000\001\000\000\000xÂï\212\210À\"\bl¾ï\212h¾ï\212\206µñ·\001\000\000\000\000\000\000\000csn=,rid=001"..., ialign = 65538, lalign = 65538, falign = 9.18382988e-41, dalign = 3.2380074297143616e-319, palign = 0x10002 <Address 0x10002 out of bounds>}
        ber = (BerElement *) 0x8aefbdac
        a = (Attribute *) 0x6
        i = 1
        j = <value optimized out>
        rc = <value optimized out>
        edn = 0x94abb97 "reqStart=20080604231418.000048Z,cn=log"
        userattrs = 1
        acl_state = {as_recorded = 0, as_vd_acl = 0x0, as_vi_acl = 0x0, as_vd_acl_mask = 0, as_vd_acl_matches = {{rm_so = 0, rm_eo = 0} <repeats 100 times>}, as_vd_acl_count = 0, as_vd_access = 0x0, as_vd_access_count = 0, as_result = 0, as_vd_ad = 0x0}
        attrsonly = 0
        ad_entry = (AttributeDescription *) 0x814ad90
        e_flags = (char **) 0x0
#6  0xb79c3eaa in syncprov_qtask (ctx=0x8aefc2c8, arg=0x856d058) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/overlays/syncprov.c:798
        so = (syncops *) 0x856d088
        on = (slap_overinst *) 0x819da60
        opbuf = {buffer = "ð¿ï\212c\000\000\000i¥YH\000\000\000\000ÌÀï\212\006\000\000\000\201D­\207\006\000\000\000\210D­\207\002\000\000\000\000\000\000\000ÿÿÿÿÿÿÿÿ\\Ø\031\b\000\000\000\000\204C­\207¸\201¬\207.\000\000\000\217D­\207", '\0' <repeats 12 times>, "\001", '\0' <repeats 39 times>, "LÀï\212\200", '\0' <repeats 11 times>, "\025\000\000\000kD­\207\025\000\000\000kD­\207", '\0' <repeats 48 times>, "\001\000\000\000&\000\000\000H/4\220\002\000\000\000\003\000\000\000\000\000\000\000ÈÂï\212\210À\"\bP»\023\bconn=38 op=1", '\0' <repeats 171 times>, ialign = -1963999248, lalign = -1963999248, falign = -2.30870617e-32, dalign = 2.1122923453963239e-312, palign = 0x8aefbff0 "\001"}
        op = (Operation *) 0x8aefbf20
        be = {bd_info = 0x819d960, be_ctrls = "\000\001\001\001\000\000\001\000\001\000\001\001\001\000\001", '\0' <repeats 17 times>, "\001", be_flags = 256, be_restrictops = 0, be_requires = 0, be_ssf_set = {sss_ssf = 0, sss_transport = 0, sss_tls = 0, sss_sasl = 0, sss_update_ssf = 0, sss_update_transport = 0, sss_update_tls = 0, sss_update_sasl = 0, sss_simple_bind = 0}, be_suffix = 0x819d728, be_nsuffix = 0x819d740, be_schemadn = {bv_len = 0, bv_val = 0x0}, be_schemandn = {bv_len = 0, bv_val = 0x0}, be_rootdn = {bv_len = 14, bv_val = 0x819d5e0 "cn=root,cn=log"}, be_rootndn = {bv_len = 14, bv_val = 0x819d7c8 "cn=root,cn=log"}, be_rootpw = {bv_len = 0, bv_val = 0x0}, be_max_deref_depth = 15, be_def_limit = {lms_t_soft = 3600, lms_t_hard = 0, lms_s_soft = 500, lms_s_hard = 0, lms_s_unchecked = -1, lms_s_pr = 0, lms_s_pr_hide = 0, lms_s_pr_total = 0}, be_limits = 0x819d7b8, be_acl = 0x818c9e8, be_dfltaccess = ACL_READ, be_replica = 0x0, be_replogfile = 0x0, be_update_ndn = {bv_len = 0, bv_val = 0x0}, be_update_refs = 0x0, be_pending_csn_list = 0x8217320, be_pcl_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, be_pcl_mutexp = 0x819d440, be_syncinfo = 0x0, be_pb = 0x0, be_cf_ocs = 0xb79f5660, be_private = 0x819d478, be_next = {stqe_next = 0x819dc98}}
        rc = <value optimized out>
#7  0xb7f2deff in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:478
        ctx = (ldap_int_thread_ctx_t *) 0x8d66c548
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x822c088, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xbb, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x861fd008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x8217638, ltk_data = 0x3a, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2330971056
        i = 756
        hash = <value optimized out>
#8  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#9  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 11 (Thread -1957696592 (LWP 22634)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x8d01068, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xb1, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x869fe008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x8217638, ltk_data = 0x3b, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2337270704
        i = 629
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 10 (Thread -1953502288 (LWP 22633)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x84c92f0, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8217638, ltk_data = 0x35, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x8218160, ltk_data = 0xb2, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x885f6008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2341465008
        i = 693
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 9 (Thread -1937777744 (LWP 22632)):
#0  0xb7c44af6 in pread64 () from /lib/tls/libc.so.6
No symbol table info available.
#1  0xb7ad6968 in __os_io_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#2  0xb7acd60e in __memp_pgread_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#3  0xb7ace67c in __memp_fget_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#4  0xb7a453f9 in __bam_search_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#5  0xb7a390b3 in __bam_c_init_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#6  0xb7a3a101 in __bam_c_init_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#7  0xb7a96aee in __db_c_get_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#8  0xb7a9e456 in __db_c_get_pp_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#9  0xb79e9675 in bdb_dn2id (op=0x822bed8, dn=0x8c73bcd8, ei=0x8c73bccc, locker=176, lock=0x8c73bd08) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/dn2id.c:315
        bdb = (struct bdb_info *) 0x82190a0
        db = (DB *) 0x82190a0
        cursor = (DBC *) 0x1000
        rc = 0
        key = {data = 0x87aeb4b8, size = 74, ulen = 0, dlen = 0, doff = 0, flags = 0}
        data = {data = 0x8c73bc84, size = 0, ulen = 4, dlen = 0, doff = 0, flags = 32}
        nid = 2275410448
#10 0xb79ef40d in bdb_cache_find_ndn (op=0x822bed8, locker=176, ndn=0x87aebb8c, res=0x8c7fbfd0) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/cache.c:341
        lock = {off = 281144, ndx = 474, gen = 2469, mode = DB_LOCK_READ}
        bdb = (struct bdb_info *) 0x819dda0
        ei = {bei_parent = 0x822fb00, bei_id = 2422655544, bei_lockpad = 7703, bei_state = -18484, bei_nrdn = {bv_len = 72, bv_val = 0x87aeb5ad "uid=rascal92,dc=example,dc=net,ou=example,ou=services,o=example"}, bei_e = 0x615, bei_kids = 0x0, bei_kids_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x4, __m_kind = -1938572012, __m_lock = {__status = 4, __spinlock = 0}}, bei_lrunext = 0x0, bei_lruprev = 0x0}
        eip = (EntryInfo *) 0x822fb00
        ei2 = (EntryInfo *) 0x0
        rc = -1938572068
        ptr = <value optimized out>
#11 0xb79ef8c6 in bdb_cache_find_id (op=0x822bed8, tid=0x0, id=2197, eip=0x8c7fbfd0, islocked=0, locker=176, lock=0x8c7fbf28) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/cache.c:716
        bdb = (struct bdb_info *) 0x819dda0
        ep = (Entry *) 0x87aebb80
        rc = 0
        load = <value optimized out>
        ei = {bei_parent = 0x0, bei_id = 2197, bei_lockpad = 0, bei_state = 0, bei_nrdn = {bv_len = 0, bv_val = 0x0}, bei_e = 0x0, bei_kids = 0x0, bei_kids_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, bei_lrunext = 0x0, bei_lruprev = 0x0}
#12 0xb79e346c in bdb_search (op=0x822bed8, rs=0x8c7fd244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/search.c:696
        scopeok = 1
        bdb = (struct bdb_info *) 0x819dda0
        id = 2197
        cursor = 2197
        candidates = {4294967295, 1, 1315154, 0 <repeats 131069 times>}
        scopes = {0 <repeats 65115 times>, 1874813323, 2357182692, 134914208, 2357182692, 2357180440, 134914251, 2351943732, 135654592, 0, 0, 0, 135655256, 2357180472, 135122385, 2357182692, 135655240, 0, 2357182692, 2357182804, 2357182808, 1941922187, 2357182772, 134914208, 2357182772, 2357180520, 134914251, 2349882130, 135556176, 0, 134906653, 2357180628, 135556496, 2357180552, 135122385, 2357182772, 135556480, 0, 2357182772, 2357187160, 2357182856, 2357180584, 134911775, 135557712, 2357182772, 134914208, 0, 2357187160, 2357182856, 2357182808, 134906653, 2357180708, 0, 1032, 0, 0, 0, 0, 0, 2349882130, 0, 0, 2349882141, 0, 0, 0, 0, 2351943928, 2357187060, 2357182888, 134906325, 0 <repeats 59 times>, 3082729587, 0, 0, 3082672430, 135227836, 135227836, 0, 3083562996, 135227833, 3, 2357182504, 3082571759, 2357182540, 135227833, 3, 0, 0, 0, 2357182356, 3082570669, 0, 0, 2357182464, 0 <repeats 12 times>, 2357182688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4294967295, 15, 135227836, 135227831, 2357182356, 0, 11, 0 <repeats 12 times>, 3086073092, 0, 0, 0, 1931476992, 11, 0 <repeats 29 times>, 135227832, 0, 0, 4294967295, 0, 0, 0, 2357182832, 0 <repeats 31 times>, 3083607575, 0, 0, 0, 2372321648, 0, 3086334744, 135916992, 135916868, 2357181512, 3086334744, 135916992, 135916868, 104, 3080484372, 100...}
        e = (Entry *) 0x87aeae98
        base = {e_id = 1, e_name = {bv_len = 593113649, bv_val = 0x30303030 <Address 0x30303030 out of bounds>}, e_nname = {bv_len = 10, bv_val = 0x8d672a58 "o=example"}, e_attrs = 0x30303030, e_ocflags = 0, e_bv = {bv_len = 3086072815, bv_val = 0x0}, e_private = 0x822e6f0}
        e_root = {e_id = 0, e_name = {bv_len = 0, bv_val = 0x0}, e_nname = {bv_len = 0, bv_val = 0x0}, e_attrs = 0x0, e_ocflags = 0, e_bv = {bv_len = 0, bv_val = 0x0}, e_private = 0x0}
        matched = (Entry *) 0x0
        ei = (EntryInfo *) 0x0
        ei_root = {bei_parent = 0x0, bei_id = 0, bei_lockpad = 0, bei_state = 0, bei_nrdn = {bv_len = 0, bv_val = 0x0}, bei_e = 0x0, bei_kids = 0x0, bei_kids_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, bei_lrunext = 0x0, bei_lruprev = 0x0}
        realbase = {bv_len = 10, bv_val = 0x8d672a58 "o=example"}
        manageDSAit = 2
        tentries = 1315154
        lastid = 4294967295
        locker = 176
        lock = {off = 0, ndx = 180, gen = 2466, mode = DB_LOCK_READ}
        ltid = (DB_TXN *) 0x0
#13 0x080c57e0 in overlay_op_walk (op=0x822bed8, rs=0x8c7fd244, which=op_search, oi=0x819eb18, on=0x819eee8) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:650
        sc_next = <value optimized out>
        rc = 32768
#14 0x080c5bde in over_op_func (op=0x822bed8, rs=0x8c7fd244, which=op_search) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:702
        oi = (slap_overinfo *) 0x819eb18
        on = (slap_overinst *) 0x819eee8
        be = (BackendDB *) 0x819dc98
        db = {bd_info = 0xb79f59c0, be_ctrls = "\000\001\001\001\000\000\001\000\001\000\001\001\001\000\001", '\0' <repeats 17 times>, "\001", be_flags = 256, be_restrictops = 0, be_requires = 0, be_ssf_set = {sss_ssf = 0, sss_transport = 0, sss_tls = 0, sss_sasl = 0, sss_update_ssf = 0, sss_update_transport = 0, sss_update_tls = 0, sss_update_sasl = 0, sss_simple_bind = 0}, be_suffix = 0x819e028, be_nsuffix = 0x819e040, be_schemadn = {bv_len = 0, bv_val = 0x0}, be_schemandn = {bv_len = 0, bv_val = 0x0}, be_rootdn = {bv_len = 18, bv_val = 0x819e1a8 "cn=root,o=example"}, be_rootndn = {bv_len = 18, bv_val = 0x819e300 "cn=root,o=example"}, be_rootpw = {bv_len = 20, bv_val = 0x819e078 "{crypt}bo3zUPoqIZwko"}, be_max_deref_depth = 15, be_def_limit = {lms_t_soft = 3600, lms_t_hard = 0, lms_s_soft = 500, lms_s_hard = 0, lms_s_unchecked = -1, lms_s_pr = 0, lms_s_pr_hide = 0, lms_s_pr_total = 0}, be_limits = 0x819d940, be_acl = 0x818c9e8, be_dfltaccess = ACL_READ, be_replica = 0x8198cb0, be_replogfile = 0x819b958 "/var/lib/ldap/replog", be_update_ndn = {bv_len = 0, bv_val = 0x0}, be_update_refs = 0x0, be_pending_csn_list = 0x8225cd0, be_pcl_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, be_pcl_mutexp = 0x819dd68, be_syncinfo = 0x0, be_pb = 0x0, be_cf_ocs = 0xb79f5660, be_private = 0x819dda0, be_next = {stqe_next = 0x0}}
        cb = {sc_next = 0x0, sc_response = 0x80c5550 <over_back_response>, sc_cleanup = 0, sc_private = 0x819eb18}
        rc = 4096
        __PRETTY_FUNCTION__ = "over_op_func"
#15 0x0806f852 in fe_op_search (op=0x822bed8, rs=0x8c7fd244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/search.c:355
        entry = (Entry *) 0x11
        bd = (BackendDB *) 0x813f120
#16 0x0807015b in do_search (op=0x822bed8, rs=0x8c7fd244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/search.c:217
        base = {bv_len = 10, bv_val = 0x8c105af7 "o=example"}
        siz = 2
        i = 0
#17 0x0806d5cb in connection_operation (ctx=0x8c7fd2c8, arg_v=0x822bed8) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/connection.c:1133
        curelm = <value optimized out>
        rc = <value optimized out>
        rs = {sr_type = REP_SEARCH, sr_tag = 0, sr_msgid = 0, sr_err = 0, sr_matched = 0x0, sr_text = 0x0, sr_ref = 0x0, sr_ctrls = 0x0, sr_un = {sru_sasl = {r_sasldata = 0x0}, sru_extended = {r_rspoid = 0x0, r_rspdata = 0x0}, sru_search = {r_entry = 0x0, r_attr_flags = 0, r_operational_attrs = 0x0, r_attrs = 0x8c2fd0e4, r_nentries = 1727, r_v2ref = 0x0}}, sr_flags = 0}
        tag = 99
        opidx = SLAP_OP_SEARCH
        conn = (Connection *) 0x90342538
        memctx = (void *) 0x8d66c170
        memctx_null = (void *) 0x0
        __PRETTY_FUNCTION__ = "connection_operation"
#18 0xb7f2deff in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:478
        ctx = (ldap_int_thread_ctx_t *) 0x8229140
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x8d66c170, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xb0, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x8b8ff008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 29 times>}
        tid = 2357189552
        i = 662
        hash = <value optimized out>
#19 0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#20 0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 8 (Thread -1924138064 (LWP 22631)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x822c610, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0xaf, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x8c7fe008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x8217638, ltk_data = 0x34, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2370829232
        i = 647
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 7 (Thread -1884034128 (LWP 22630)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x814d374, mutex=0x814d35c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0xb7f2e033 in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:466
        ctx = (ldap_int_thread_ctx_t *) 0x0
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x822c688, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8217638, ltk_data = 0x24, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x8218160, ltk_data = 0x95, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x8e43a008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2410933168
        i = 733
        hash = <value optimized out>
#3  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#4  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 6 (Thread -1879839824 (LWP 22629)):
#0  0xb7ad1183 in __memp_fput_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#1  0xb7a96622 in __db_c_close_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#2  0xb7a96bed in __db_c_get_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#3  0xb7a9e456 in __db_c_get_pp_4002 () from /usr/lib/libdb-4.2.so
No symbol table info available.
#4  0xb79ec080 in bdb_idl_delete_key (be=0x8ff3dd4c, db=0x8224f00, tid=0x87aec278, key=0x8ff3db74, id=1928417) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/idl.c:930
        rc = 0
        data = {data = 0x8ff3db14, size = 4, ulen = 4, dlen = 0, doff = 0, flags = 32}
        cursor = (DBC *) 0x8225350
        lo = <value optimized out>
        hi = <value optimized out>
        tmp = <value optimized out>
        nid = <value optimized out>
        nlo = 0
        nhi = 38
        err = <value optimized out>
        __PRETTY_FUNCTION__ = "bdb_idl_delete_key"
#5  0xb79e9e58 in bdb_dn2id_delete (op=0x8ff3de98, txn=0x87aec278, eip=0x8225920, e=0x8ac1578) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/dn2id.c:232
        bdb = (struct bdb_info *) 0x819d478
        db = (DB *) 0x8224f00
        buf = 0x87aec2f8 "@reqStart=20080604231418.000072Z%cn=log"
        key = {data = 0x87aec318, size = 8, ulen = 8, dlen = 0, doff = 0, flags = 32}
        lock = {off = 280640, ndx = 599, gen = 9135, mode = DB_LOCK_WRITE}
        pdn = {bv_len = 6, bv_val = 0xb7614e90 ""}
        ptr = {bv_len = 6, bv_val = 0x87aec319 "cn=log"}
        rc = 0
#6  0xb79dc1d8 in bdb_delete (op=0x8ff3de98, rs=0x8ff3e1f4) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/delete.c:356
        bdb = (struct bdb_info *) 0x819d478
        matched = <value optimized out>
        pdn = {bv_len = 6, bv_val = 0x8c00ff8 "cn=log"}
        e = (Entry *) 0x8ac1578
        p = (Entry *) 0x8d66c840
        ei = (EntryInfo *) 0x8c00f10
        eip = (EntryInfo *) 0x8225920
        manageDSAit = 0
        children = (AttributeDescription *) 0x814af20
        entry = (AttributeDescription *) 0x814ad90
        ltid = (DB_TXN *) 0x87aec1f8
        lt2 = (DB_TXN *) 0x87aec278
        opinfo = {boi_bdb = 0x8ff3dd4c, boi_txn = 0x87aec1f8, boi_err = 0, boi_locker = 2147493923, boi_acl_cache = 0, boi_locks = 0x0}
        eid = 3083568320
        locker = 2147493923
        lock = {off = 281000, ndx = 136, gen = 10245, mode = DB_LOCK_READ}
        plock = {off = 282296, ndx = 386, gen = 9049, mode = DB_LOCK_READ}
        num_retries = 0
        rc = <value optimized out>
        preread_ctrl = (LDAPControl **) 0x0
        ctrls = {0x0, 0x8bfffb4, 0x0, 0x8ac1578, 0xb79c7614, 0x8bfffa8}
        num_ctrls = 0
        parent_is_glue = <value optimized out>
        parent_is_leaf = -1879843768
#7  0x080c57e0 in overlay_op_walk (op=0x8ff3de98, rs=0x8ff3e1f4, which=op_delete, oi=0x819d960, on=0x819da60) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:650
        sc_next = <value optimized out>
        rc = 32768
#8  0x080c5bde in over_op_func (op=0x8ff3de98, rs=0x8ff3e1f4, which=op_delete) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:702
        oi = (slap_overinfo *) 0x819d960
        on = (slap_overinst *) 0x819da60
        be = (BackendDB *) 0x819d370
        db = {bd_info = 0xb79f59c0, be_ctrls = "\000\001\001\001\000\000\001\000\001\000\001\001\001\000\001", '\0' <repeats 17 times>, "\001", be_flags = 256, be_restrictops = 0, be_requires = 0, be_ssf_set = {sss_ssf = 0, sss_transport = 0, sss_tls = 0, sss_sasl = 0, sss_update_ssf = 0, sss_update_transport = 0, sss_update_tls = 0, sss_update_sasl = 0, sss_simple_bind = 0}, be_suffix = 0x819d728, be_nsuffix = 0x819d740, be_schemadn = {bv_len = 0, bv_val = 0x0}, be_schemandn = {bv_len = 0, bv_val = 0x0}, be_rootdn = {bv_len = 14, bv_val = 0x819d5e0 "cn=root,cn=log"}, be_rootndn = {bv_len = 14, bv_val = 0x819d7c8 "cn=root,cn=log"}, be_rootpw = {bv_len = 0, bv_val = 0x0}, be_max_deref_depth = 15, be_def_limit = {lms_t_soft = 3600, lms_t_hard = 0, lms_s_soft = 500, lms_s_hard = 0, lms_s_unchecked = -1, lms_s_pr = 0, lms_s_pr_hide = 0, lms_s_pr_total = 0}, be_limits = 0x819d7b8, be_acl = 0x818c9e8, be_dfltaccess = ACL_READ, be_replica = 0x0, be_replogfile = 0x0, be_update_ndn = {bv_len = 0, bv_val = 0x0}, be_update_refs = 0x0, be_pending_csn_list = 0x8217320, be_pcl_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, be_pcl_mutexp = 0x819d440, be_syncinfo = 0x0, be_pb = 0x0, be_cf_ocs = 0xb79f5660, be_private = 0x819d478, be_next = {stqe_next = 0x819dc98}}
        cb = {sc_next = 0xb79cf660, sc_response = 0x80c5550 <over_back_response>, sc_cleanup = 0, sc_private = 0x819d960}
        rc = 804813
        __PRETTY_FUNCTION__ = "over_op_func"
#9  0xb79cad20 in accesslog_purge (ctx=0x8ff3e2c8, arg=0x819e768) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/overlays/accesslog.c:589
        i = 5081
        li = <value optimized out>
        conn = {c_struct_state = 0, c_conn_state = 0, c_conn_idx = 0, c_close_reason = 0x0, c_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, c_sb = 0x0, c_starttime = 0, c_activitytime = 0, c_connid = 4294967295, c_peer_domain = {bv_len = 0, bv_val = 0x80f4ac8 ""}, c_peer_name = {bv_len = 0, bv_val = 0x80f4ac8 ""}, c_listener = 0x80f5d60, c_sasl_bind_in_progress = 0, c_sasl_bind_mech = {bv_len = 0, bv_val = 0x0}, c_sasl_dn = {bv_len = 0, bv_val = 0x0}, c_sasl_authz_dn = {bv_len = 0, bv_val = 0x0}, c_authz_backend = 0x0, c_authz_cookie = 0x0, c_authz = {sai_method = 0, sai_mech = {bv_len = 0, bv_val = 0x0}, sai_dn = {bv_len = 0, bv_val = 0x0}, sai_ndn = {bv_len = 0, bv_val = 0x0}, sai_ssf = 0, sai_transport_ssf = 0, sai_tls_ssf = 0, sai_sasl_ssf = 0}, c_protocol = 0, c_ops = {stqh_first = 0x0, stqh_last = 0x0}, c_pending_ops = {stqh_first = 0x0, stqh_last = 0x0}, c_write_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, c_write_cv = {__c_lock = {__status = 0, __spinlock = 0}, __c_waiting = 0x0, __padding = '\0' <repeats 27 times>, __align = 0}, c_currentber = 0x0, c_writewaiter = 0, c_is_tls = 0, c_needs_tls_accept = 0, c_sasl_layers = 0, c_sasl_done = 0, c_sasl_authctx = 0x0, c_sasl_sockctx = 0x0, c_sasl_extra = 0x0, c_sasl_bindop = 0x0, c_pagedresults_state = {ps_be = 0x0, ps_size = 0, ps_cookie = 0, ps_count = 0}, c_n_ops_received = 0, c_n_ops_executing = 0, c_n_ops_pending = 0, c_n_ops_completed = 0, c_n_get = 0, c_n_read = 0, c_n_write = 0, c_pb = 0x0, c_extensions = 0x0, c_clientfunc = 0, c_clientarg = 0x0, c_send_ldap_result = 0x807ef50 <slap_send_ldap_result>, c_send_search_entry = 0x807c600 <slap_send_search_entry>, c_send_search_reference = 0x807bd00 <slap_send_search_reference>, c_send_ldap_extended = 0, c_send_ldap_intermediate = 0}
        opbuf = {buffer = "hßó\217J\000\000\000M¥YH\002\000\000\000LÝó\217&\000\000\000¨\017À\b&\000\000\000Ø\017À\b\001\000\000\000\000\000\000\000ÿÿÿÿÿÿÿÿ\000\000\000\000\001\000\000\000 ¸\023\b|âó\217\033\000\000\000\fàc\217", '\0' <repeats 52 times>, "Äßó\217", '\0' <repeats 12 times>, "\016\000\000\000àÕ\031\b\016\000\000\000È×\031\b", '\0' <repeats 24 times>, "\220`[\b\000\000\000\000 \000\000\000´áó\217\204Üó\217\000\000\000\000\000\000\000\000ÿÿÿÿDàó\217", '\0' <repeats 12 times>, "Èâó\217ð\221\"\bP»\023\bconn=-1 op=0", '\0' <repeats 171 times>, ialign = -1879842968, lalign = -1879842968, falign = -2.4047703e-29, dalign = 1.5822091849233038e-312, palign = 0x8ff3df68 ""}
        op = (Operation *) 0x8ff3de98
        rs = {sr_type = REP_RESULT, sr_tag = 107, sr_msgid = 0, sr_err = -30990, sr_matched = 0x0, sr_text = 0x0, sr_ref = 0x0, sr_ctrls = 0x0, sr_un = {sru_sasl = {r_sasldata = 0x0}, sru_extended = {r_rspoid = 0x0, r_rspdata = 0x0}, sru_search = {r_entry = 0x0, r_attr_flags = 0, r_operational_attrs = 0x0, r_attrs = 0x813b8a0, r_nentries = 0, r_v2ref = 0x0}}, sr_flags = 0}
        cb = {sc_next = 0x0, sc_response = 0xb79cad70 <log_old_lookup>, sc_cleanup = 0, sc_private = 0x8ff3e230}
        f = {f_choice = 166, f_un = {f_un_result = -1879842192, f_un_dn = 0x8ff3e270, f_un_desc = 0x8ff3e270, f_un_ava = 0x8ff3e270, f_un_ssa = 0x8ff3e270, f_un_mra = 0x8ff3e270, f_un_complex = 0x8ff3e270}, f_next = 0x0}
        ava = {aa_desc = 0x8187280, aa_value = {bv_len = 15, bv_val = 0x8ff3e24a "20080605001613Z"}}
        pd = {slots = 23200, used = 23194, dn = 0x8dabd008, ndn = 0x8dc0b008, csn = {bv_len = 32, bv_val = 0x8ff3e1b4 "20080604225659Z#000009#00#000000"}}
        timebuf = "20080605001613Z\000\024\bô\237Ì·"
        csnbuf = "20080604225659Z#000009#00#000000", '\0' <repeats 31 times>
        old = 1212624973
#10 0xb7f2deff in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:478
        ctx = (ldap_int_thread_ctx_t *) 0x822eb68
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x82291f0, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8217638, ltk_data = 0x1c, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x8ee3d008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 29 times>}
        tid = 2415127472
        i = 797
        hash = <value optimized out>
#11 0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#12 0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 5 (Thread -1875645520 (LWP 22628)):
#0  0xb7cc2c01 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e754 in ldap_pvt_thread_cond_wait (cond=0x90342bc0, mutex=0x90342b08) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:299
No locals.
#2  0x0807bc24 in send_ldap_ber (conn=0x90342af8, ber=0x9027cc8c) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/result.c:198
        err = 11
        sd = 41
        bytes = <value optimized out>
#3  0x0807dd19 in slap_send_search_entry (op=0x8d67bac8, rs=0x9033e244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/result.c:1137
        a_flags = 0x1 <Address 0x1 out of bounds>
        berbuf = {buffer = "\002\000\001\000\000\000\000\000ÿÿÿÿ\000\000\000\000\000\000\000\000ðÕ­\207(Û­\207ÛÞ­\207\000\000\000\000\036×­\207¸À\"\b(Í'\220ÖÒ\b\bȺg\215`É«\207¨m\024\b\000\000\000\000\004\000\000\000\000\000\000\000\030Í'\220¡î\236·<Þ\031\b(Ï3\220øÌ'\220\030»õ·\bß\031\b\000\000\000\000Pl\024\b]æò·\210É«\207¨m\024\b(Í'\220©]\a\b¨m\024\b¨m\024\b\177\023\000\000\234R\237·\234R\237·¨m\024\b¨Í'\220<°\b\b\210É«\207¨m\024\b¨m\024\b\000\000\000\000\004", '\0' <repeats 11 times>, "\037\004¬·`\201!\b\\"..., ialign = 65538, lalign = 65538, falign = 9.18382988e-41, dalign = 3.2380074297143616e-319, palign = 0x10002 <Address 0x10002 out of bounds>}
        ber = (BerElement *) 0x9027cc8c
        a = (Attribute *) 0x8
        i = 1
        j = <value optimized out>
        rc = <value optimized out>
        edn = 0x87abc3e8 "uid=mwe,dc=example,dc=net,ou=example,ou=services,o=example"
        userattrs = 1
        acl_state = {as_recorded = 3, as_vd_acl = 0x0, as_vi_acl = 0x0, as_vd_acl_mask = 0, as_vd_acl_matches = {{rm_so = 0, rm_eo = 0} <repeats 100 times>}, as_vd_acl_count = 0, as_vd_access = 0x0, as_vd_access_count = 0, as_result = 1, as_vd_ad = 0x8147818}
        attrsonly = 0
        ad_entry = (AttributeDescription *) 0x814ad90
        e_flags = (char **) 0x0
#4  0xb79e3c47 in bdb_search (op=0x8d67bac8, rs=0x9033e244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/back-bdb/search.c:879
        tmp = <value optimized out>
        bdb = (struct bdb_info *) 0x819dda0
        id = 2099
        cursor = 2099
        candidates = {4294967295, 1, 1315154, 1315154, 0 <repeats 131068 times>}
        scopes = {0 <repeats 64741 times>, 3082729587, 0, 0, 0, 3083490390, 3083490390, 0, 3083562996, 2, 2419312800, 2419311216, 3082683477, 2419312800, 3083490388, 3082729587, 3083490388, 2, 3082672430, 2419312624, 2419312624, 0, 3083562996, 135313010, 0, 2419312772, 3082571759, 2419312800, 135313010, 0, 0, 0, 0, 2419312624, 3082570669, 0, 0, 2419312732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2419312948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4294967295, 8, 135313010, 135313006, 2419312624, 0, 11, 0, 0, 0, 10, 2419312623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1680867328, 0 <repeats 30 times>, 135313009, 0, 0, 1, 0, 3, 0, 2419313020, 0 <repeats 96 times>, 136495288, 0, 2396246676, 2419312040, 3083621274, 83, 3086082427, 39, 2396246676, 83, 3086093772, 0, 3086093772, 2419312232, 3086078746, 2349882424, 2396246676, 83, 0, 3086093772, 136495288, 2419312104, 3086076372, 4060, 136495288, 0, 0, 3086093772, 0, 2419312152, 3086070827, 0, 4060, 136495288, 0, 2419312488, 1, 2419312184, 3086071233, 2419312488, 1, 2419312200, 3086071174, 2396246677, 2419312250, 1, 3086093772, 24, 2419312488, 2419312248, 3086093772, 81, 2419312488, 2419312264, 3086061034, 2419312488, 2419312250, 1, 3086093772, 2396246676, 2349882344, 2419312280, 3086079738, 2349882448, 2396246676, 83, 3086093772, 1, 3086093772, 2419312344, 3086093772, 83, 2419312488, 2419312328, 3086070385, 2349882344, 2396246676, 83, 3086334744...}
        e = (Entry *) 0x1
        base = {e_id = 1, e_name = {bv_len = 593113649, bv_val = 0x30303030 <Address 0x30303030 out of bounds>}, e_nname = {bv_len = 10, bv_val = 0x85ea478 "o=example"}, e_attrs = 0x30303030, e_ocflags = 0, e_bv = {bv_len = 3086072815, bv_val = 0x8db8b960 "reqStart=20080605001018.000049Z,cn=log"}, e_private = 0x822e6f0}
        e_root = {e_id = 0, e_name = {bv_len = 0, bv_val = 0x0}, e_nname = {bv_len = 0, bv_val = 0x0}, e_attrs = 0x0, e_ocflags = 0, e_bv = {bv_len = 0, bv_val = 0x0}, e_private = 0x0}
        matched = (Entry *) 0x0
        ei = (EntryInfo *) 0x87ab7f18
        ei_root = {bei_parent = 0x0, bei_id = 0, bei_lockpad = 0, bei_state = 0, bei_nrdn = {bv_len = 0, bv_val = 0x0}, bei_e = 0x0, bei_kids = 0x0, bei_kids_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, bei_lrunext = 0x0, bei_lruprev = 0x0}
        realbase = {bv_len = 10, bv_val = 0x85ea478 "o=example"}
        manageDSAit = 2
        tentries = 1315154
        lastid = 4294967295
        locker = 148
        lock = {off = 280856, ndx = 965, gen = 4488, mode = DB_LOCK_READ}
        ltid = (DB_TXN *) 0x0
#5  0x080c57e0 in overlay_op_walk (op=0x8d67bac8, rs=0x9033e244, which=op_search, oi=0x819eb18, on=0x819eee8) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:650
        sc_next = <value optimized out>
        rc = 32768
#6  0x080c5bde in over_op_func (op=0x8d67bac8, rs=0x9033e244, which=op_search) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/backover.c:702
        oi = (slap_overinfo *) 0x819eb18
        on = (slap_overinst *) 0x819eee8
        be = (BackendDB *) 0x819dc98
        db = {bd_info = 0xb79f59c0, be_ctrls = "\000\001\001\001\000\000\001\000\001\000\001\001\001\000\001", '\0' <repeats 17 times>, "\001", be_flags = 256, be_restrictops = 0, be_requires = 0, be_ssf_set = {sss_ssf = 0, sss_transport = 0, sss_tls = 0, sss_sasl = 0, sss_update_ssf = 0, sss_update_transport = 0, sss_update_tls = 0, sss_update_sasl = 0, sss_simple_bind = 0}, be_suffix = 0x819e028, be_nsuffix = 0x819e040, be_schemadn = {bv_len = 0, bv_val = 0x0}, be_schemandn = {bv_len = 0, bv_val = 0x0}, be_rootdn = {bv_len = 18, bv_val = 0x819e1a8 "cn=root,o=example"}, be_rootndn = {bv_len = 18, bv_val = 0x819e300 "cn=root,o=example"}, be_rootpw = {bv_len = 20, bv_val = 0x819e078 "{crypt}bo3zUPoqIZwko"}, be_max_deref_depth = 15, be_def_limit = {lms_t_soft = 3600, lms_t_hard = 0, lms_s_soft = 500, lms_s_hard = 0, lms_s_unchecked = -1, lms_s_pr = 0, lms_s_pr_hide = 0, lms_s_pr_total = 0}, be_limits = 0x819d940, be_acl = 0x818c9e8, be_dfltaccess = ACL_READ, be_replica = 0x8198cb0, be_replogfile = 0x819b958 "/var/lib/ldap/replog", be_update_ndn = {bv_len = 0, bv_val = 0x0}, be_update_refs = 0x0, be_pending_csn_list = 0x8225cd0, be_pcl_mutex = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, be_pcl_mutexp = 0x819dd68, be_syncinfo = 0x0, be_pb = 0x0, be_cf_ocs = 0xb79f5660, be_private = 0x819dda0, be_next = {stqe_next = 0x0}}
        cb = {sc_next = 0x0, sc_response = 0x80c5550 <over_back_response>, sc_cleanup = 0, sc_private = 0x819eb18}
        rc = -4
        __PRETTY_FUNCTION__ = "over_op_func"
#7  0x0806f852 in fe_op_search (op=0x8d67bac8, rs=0x9033e244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/search.c:355
        entry = (Entry *) 0x11
        bd = (BackendDB *) 0x813f120
#8  0x0807015b in do_search (op=0x8d67bac8, rs=0x9033e244) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/search.c:217
        base = {bv_len = 10, bv_val = 0x8d6827f7 "o=example"}
        siz = 2
        i = 0
#9  0x0806d5cb in connection_operation (ctx=0x9033e2c8, arg_v=0x8d67bac8) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/connection.c:1133
        curelm = <value optimized out>
        rc = <value optimized out>
        rs = {sr_type = REP_SEARCH, sr_tag = 0, sr_msgid = 0, sr_err = 0, sr_matched = 0x0, sr_text = 0x0, sr_ref = 0x0, sr_ctrls = 0x8ee3bfe4, sr_un = {sru_sasl = {r_sasldata = 0x87abc960}, sru_extended = {r_rspoid = 0x87abc960 "3\b", r_rspdata = 0x22}, sru_search = {r_entry = 0x87abc960, r_attr_flags = 34, r_operational_attrs = 0x87ab3f88, r_attrs = 0x8ed3c0e4, r_nentries = 1646, r_v2ref = 0x0}}, sr_flags = 0}
        tag = 99
        opidx = SLAP_OP_SEARCH
        conn = (Connection *) 0x90342af8
        memctx = (void *) 0x822c0b8
        memctx_null = (void *) 0x0
        __PRETTY_FUNCTION__ = "connection_operation"
#10 0xb7f2deff in ldap_int_thread_pool_wrapper (xpool=0x814d358) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/tpool.c:478
        ctx = (ldap_int_thread_ctx_t *) 0x8db8b990
        ltc_key = {{ltk_key = 0x80b73c0, ltk_data = 0x822c0b8, ltk_free = 0x80b6f10 <slap_sl_mem_destroy>}, {ltk_key = 0x8218160, ltk_data = 0x94, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0x8217638, ltk_data = 0x25, ltk_free = 0xb79ee2e0 <bdb_locker_id_free>}, {ltk_key = 0xb79e1800, ltk_data = 0x8dc39008, ltk_free = 0xb79e18d0 <search_stack_free>}, {ltk_key = 0x0, ltk_data = 0x0, ltk_free = 0} <repeats 28 times>}
        tid = 2419321776
        i = 606
        hash = <value optimized out>
#11 0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#12 0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 4 (Thread -1538888784 (LWP 22627)):
#0  0xb7c55679 in epoll_wait () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x0806a0df in slapd_daemon_task (ptr=0x0) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/daemon.c:2174
        active = <value optimized out>
        l = 4
        last_idle_check = 0
        ebadf = 0
#2  0xb7cc00bd in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
#3  0xb7c5501e in clone () from /lib/tls/libc.so.6
No symbol table info available.

Thread 1 (Thread -1212729120 (LWP 22601)):
#0  0xb7cc1183 in pthread_join () from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb7f2e894 in ldap_pvt_thread_join (thread=2756078512, thread_return=0x0) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/libraries/libldap_r/thr_posix.c:193
No locals.
#2  0x08067b06 in slapd_daemon () at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/daemon.c:2579
        listener_tid = 2756078512
        rc = 0
#3  0x0805a309 in main (argc=9, argv=0xbfddf794) at /var/jwm/ldap/openldap2.3-2.3.42-cvs-20080612/servers/slapd/main.c:859
        save_errno = <value optimized out>
        fp = <value optimized out>
        i = 9
        no_detach = 0
        rc = 1
        urls = 0x8140008 "ldap:/// ldaps:///"
        username = 0x8140030 "gidNumber"
        groupname = 0x8140020 "\202®Ê·°[\233·"
        sandbox = 0x0
        syslogUser = 160
        configfile = 0x8140040 "/etc/ldap/slapd.conf.master"
        configdir = 0x0
        serverName = <value optimized out>
        scp = <value optimized out>
        scp_entry = <value optimized out>
        debug_unknowns = (char **) 0x0
        syslog_unknowns = (char **) 0x0
        l = <value optimized out>
        slapd_pid_file_unlink = 1
        slapd_args_file_unlink = 1
        __PRETTY_FUNCTION__ = "main"
#0  0xb7bb1947 in raise () from /lib/tls/libc.so.6
Quitting: Can't detach LWP 22630: No such process

-- 
John Morrissey          _o            /\         ----  __o
jwm@horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__