On 11/15/2016 12:08 PM, Rich Megginson wrote:
It is also useful to get a few stacktraces which will give us detailed information about what the server is doing. For example, if you can "catch" the server while it is misbehaving, and get stacktraces every second for 10 seconds. http://www.port389.org/docs/389ds/FAQ/faq.html#debugging-hangs
This might be really good news: In addition to oddly high CPU utilization, we sometimes see slapd lock up completely. I managed to catch the server in such a state and get a backtrace. Can you let me know if this clarifies the problem at all?
When the server wedged, an ldap client would complete a connect() call to establish the connection, write some data, and then hang indefinitely:
connect(3, {sa_family=AF_INET6, sin6_port=htons(389), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 write(3, "0>\2\1\1c9\4\0\n\1\0\n\1\0\2\1\0\2\1\0\1\1\0\207\vobjectclass0\31\4\27supportedSASLMechanisms", 64) = 64 poll([{fd=3, events=POLLIN|POLLPRI}], 1, 4294967295) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
I'd been running dbmon.sh in a terminal, and it had hung with no output for several minutes. The last thing it printed was rather normal:
dbname count free free% size userroot:ent 3607 78692851 75.0 7253.9 userroot:dn 3607 10162827 96.9 89.5
Excess command line arguments ignored. (28223) GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-80.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/sbin/ns-slapd...Reading symbols from /usr/lib/debug/usr/sbin/ns-slapd.debug...done. done. Attaching to program: /usr/sbin/ns-slapd, process 28228 Reading symbols from /usr/lib64/dirsrv/libslapd.so.0...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/libslapd.so.0.0.0.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/libslapd.so.0 Reading symbols from /usr/lib64/dirsrv/libnunc-stans.so.0...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/libnunc-stans.so.0.0.0.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/libnunc-stans.so.0 Reading symbols from /lib64/libkrb5.so.3...Reading symbols from /lib64/libkrb5.so.3...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libkrb5.so.3 Reading symbols from /lib64/libk5crypto.so.3...Reading symbols from /lib64/libk5crypto.so.3...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libk5crypto.so.3 Reading symbols from /lib64/libcom_err.so.2...Reading symbols from /lib64/libcom_err.so.2...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libcom_err.so.2 Reading symbols from /lib64/libpcre.so.1...Reading symbols from /lib64/libpcre.so.1...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libpcre.so.1 Reading symbols from /lib64/libldap_r-2.4.so.2...Reading symbols from /lib64/libldap_r-2.4.so.2...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libldap_r-2.4.so.2 Reading symbols from /lib64/liblber-2.4.so.2...Reading symbols from /lib64/liblber-2.4.so.2...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/liblber-2.4.so.2 Reading symbols from /lib64/libssl3.so...Reading symbols from /lib64/libssl3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libssl3.so Reading symbols from /lib64/libnss3.so...Reading symbols from /lib64/libnss3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libnss3.so Reading symbols from /lib64/libdl.so.2...Reading symbols from /usr/lib/debug/usr/lib64/libdl-2.17.so.debug...done. done. Loaded symbols for /lib64/libdl.so.2 Reading symbols from /lib64/libplc4.so...Reading symbols from /usr/lib/debug/usr/lib64/libplc4.so.debug...done. done. Loaded symbols for /lib64/libplc4.so Reading symbols from /lib64/libplds4.so...Reading symbols from /usr/lib/debug/usr/lib64/libplds4.so.debug...done. done. Loaded symbols for /lib64/libplds4.so Reading symbols from /lib64/libnspr4.so...Reading symbols from /usr/lib/debug/usr/lib64/libnspr4.so.debug...done. done. Loaded symbols for /lib64/libnspr4.so Reading symbols from /lib64/libsasl2.so.3...Reading symbols from /lib64/libsasl2.so.3...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libsasl2.so.3 Reading symbols from /lib64/libsvrcore.so.0...Reading symbols from /lib64/libsvrcore.so.0...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libsvrcore.so.0 Reading symbols from /lib64/libpthread.so.0...Reading symbols from /usr/lib/debug/usr/lib64/libpthread-2.17.so.debug...done. done. [New LWP 28324] [New LWP 28323] [New LWP 28322] [New LWP 28321] [New LWP 28320] [New LWP 28319] [New LWP 28318] [New LWP 28317] [New LWP 28316] [New LWP 28315] [New LWP 28314] [New LWP 28313] [New LWP 28312] [New LWP 28311] [New LWP 28310] [New LWP 28309] [New LWP 28308] [New LWP 28307] [New LWP 28306] [New LWP 28305] [New LWP 28304] [New LWP 28303] [New LWP 28302] [New LWP 28301] [New LWP 28300] [New LWP 28299] [New LWP 28298] [New LWP 28297] [New LWP 28296] [New LWP 28295] [New LWP 28294] [New LWP 28293] [New LWP 28292] [New LWP 28291] [New LWP 28290] [New LWP 28289] [New LWP 28288] [New LWP 28287] [New LWP 28286] [New LWP 28285] [New LWP 28284] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Loaded symbols for /lib64/libpthread.so.0 Reading symbols from /lib64/libc.so.6...Reading symbols from /usr/lib/debug/usr/lib64/libc-2.17.so.debug...done. done. Loaded symbols for /lib64/libc.so.6 Reading symbols from /lib64/libevent-2.0.so.5...Reading symbols from /lib64/libevent-2.0.so.5...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libevent-2.0.so.5 Reading symbols from /lib64/libtevent.so.0...Reading symbols from /lib64/libtevent.so.0...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libtevent.so.0 Reading symbols from /lib64/libtalloc.so.2...Reading symbols from /lib64/libtalloc.so.2...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libtalloc.so.2 Reading symbols from /lib64/libkrb5support.so.0...Reading symbols from /lib64/libkrb5support.so.0...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libkrb5support.so.0 Reading symbols from /lib64/libkeyutils.so.1...Reading symbols from /lib64/libkeyutils.so.1...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libkeyutils.so.1 Reading symbols from /lib64/libresolv.so.2...Reading symbols from /usr/lib/debug/usr/lib64/libresolv-2.17.so.debug...done. done. Loaded symbols for /lib64/libresolv.so.2 Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/usr/lib64/ld-2.17.so.debug...done. done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 Reading symbols from /lib64/libsmime3.so...Reading symbols from /lib64/libsmime3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libsmime3.so Reading symbols from /lib64/libnssutil3.so...Reading symbols from /lib64/libnssutil3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libnssutil3.so Reading symbols from /lib64/libz.so.1...Reading symbols from /lib64/libz.so.1...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libz.so.1 Reading symbols from /lib64/librt.so.1...Reading symbols from /usr/lib/debug/usr/lib64/librt-2.17.so.debug...done. done. Loaded symbols for /lib64/librt.so.1 Reading symbols from /lib64/libcrypt.so.1...Reading symbols from /usr/lib/debug/usr/lib64/libcrypt-2.17.so.debug...done. done. Loaded symbols for /lib64/libcrypt.so.1 Reading symbols from /lib64/libselinux.so.1...Reading symbols from /lib64/libselinux.so.1...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libselinux.so.1 Reading symbols from /lib64/libfreebl3.so...Reading symbols from /lib64/libfreebl3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libfreebl3.so Reading symbols from /lib64/liblzma.so.5...Reading symbols from /lib64/liblzma.so.5...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/liblzma.so.5 Reading symbols from /lib64/libnss_files.so.2...Reading symbols from /usr/lib/debug/usr/lib64/libnss_files-2.17.so.debug...done. done. Loaded symbols for /lib64/libnss_files.so.2 Reading symbols from /usr/lib64/dirsrv/plugins/libsyntax-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libsyntax-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libsyntax-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libbitwise-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libbitwise-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libbitwise-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libcollation-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libcollation-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libcollation-plugin.so Reading symbols from /lib64/libicui18n.so.50...Reading symbols from /lib64/libicui18n.so.50...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libicui18n.so.50 Reading symbols from /lib64/libicuuc.so.50...Reading symbols from /lib64/libicuuc.so.50...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libicuuc.so.50 Reading symbols from /lib64/libicudata.so.50...Reading symbols from /lib64/libicudata.so.50...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libicudata.so.50 Reading symbols from /lib64/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /lib64/libstdc++.so.6 Reading symbols from /lib64/libm.so.6...Reading symbols from /usr/lib/debug/usr/lib64/libm-2.17.so.debug...done. done. Loaded symbols for /lib64/libm.so.6 Reading symbols from /lib64/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libgcc_s.so.1 Reading symbols from /usr/lib64/dirsrv/plugins/libpbe-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libpbe-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libpbe-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libpwdstorage-plugin.so Reading symbols from /usr/lib64/sasl2/liblogin.so...Reading symbols from /usr/lib64/sasl2/liblogin.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/liblogin.so Reading symbols from /usr/lib64/sasl2/libsasldb.so...Reading symbols from /usr/lib64/sasl2/libsasldb.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libsasldb.so Reading symbols from /lib64/libdb-5.3.so...Reading symbols from /lib64/libdb-5.3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libdb-5.3.so Reading symbols from /usr/lib64/sasl2/libdigestmd5.so...Reading symbols from /usr/lib64/sasl2/libdigestmd5.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libdigestmd5.so Reading symbols from /lib64/libcrypto.so.10...Reading symbols from /lib64/libcrypto.so.10...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libcrypto.so.10 Reading symbols from /usr/lib64/sasl2/libcrammd5.so...Reading symbols from /usr/lib64/sasl2/libcrammd5.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libcrammd5.so Reading symbols from /usr/lib64/sasl2/libanonymous.so...Reading symbols from /usr/lib64/sasl2/libanonymous.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libanonymous.so Reading symbols from /usr/lib64/sasl2/libplain.so...Reading symbols from /usr/lib64/sasl2/libplain.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libplain.so Reading symbols from /usr/lib64/sasl2/libgssapiv2.so...Reading symbols from /usr/lib64/sasl2/libgssapiv2.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /usr/lib64/sasl2/libgssapiv2.so Reading symbols from /lib64/libgssapi_krb5.so.2...Reading symbols from /lib64/libgssapi_krb5.so.2...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libgssapi_krb5.so.2 Reading symbols from /usr/lib64/dirsrv/plugins/libattr-unique-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libattr-unique-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libattr-unique-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libacctpolicy-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libacctusability-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libacctusability-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libacctusability-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libacl-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libacl-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libacl-plugin.so Reading symbols from /usr/lib64/dirsrv/libns-dshttpd.so.0...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/libns-dshttpd.so.0.0.0.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/libns-dshttpd.so.0 Reading symbols from /usr/lib64/dirsrv/plugins/libautomember-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libautomember-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libautomember-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libchainingdb-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libchainingdb-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libchainingdb-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libcos-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libcos-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libcos-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libcontentsync-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libcontentsync-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libcontentsync-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libderef-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libderef-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libderef-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libdna-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libdna-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libdna-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libhttp-client-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libhttp-client-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libhttp-client-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libback-ldbm.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libback-ldbm.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libback-ldbm.so Reading symbols from /usr/lib64/dirsrv/plugins/libreplication-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libreplication-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libreplication-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/liblinkedattrs-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libmanagedentries-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libmemberof-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libmemberof-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libmemberof-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libpam-passthru-plugin.so Reading symbols from /lib64/libpam.so.0...Reading symbols from /lib64/libpam.so.0...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libpam.so.0 Reading symbols from /lib64/libaudit.so.1...Reading symbols from /lib64/libaudit.so.1...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libaudit.so.1 Reading symbols from /usr/lib64/dirsrv/plugins/libpassthru-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libpassthru-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libpassthru-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libposix-winsync-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libreferint-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libreferint-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libreferint-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libretrocl-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libretrocl-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libretrocl-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libroles-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libroles-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libroles-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/librootdn-access-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/librootdn-access-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/librootdn-access-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libschemareload-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libschemareload-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libschemareload-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libstatechange-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libstatechange-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libstatechange-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libusn-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libusn-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libusn-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libviews-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libviews-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libviews-plugin.so Reading symbols from /usr/lib64/dirsrv/plugins/libwhoami-plugin.so...Reading symbols from /usr/lib/debug/usr/lib64/dirsrv/plugins/libwhoami-plugin.so.debug...done. done. Loaded symbols for /usr/lib64/dirsrv/plugins/libwhoami-plugin.so Reading symbols from /lib64/libsoftokn3.so...Reading symbols from /lib64/libsoftokn3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libsoftokn3.so Reading symbols from /lib64/libsqlite3.so.0...Reading symbols from /lib64/libsqlite3.so.0...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libsqlite3.so.0 Reading symbols from /lib64/libfreeblpriv3.so...Reading symbols from /lib64/libfreeblpriv3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libfreeblpriv3.so Reading symbols from /lib64/libnssdbm3.so...Reading symbols from /lib64/libnssdbm3.so...(no debugging symbols found)...done. (no debugging symbols found)...done. Loaded symbols for /lib64/libnssdbm3.so pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 185 62: movl (%rsp), %edi Thread 42 (Thread 0x7f624b584700 (LWP 28284)): #0 0x00007f625f944413 in select () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f62620d00e9 in DS_Sleep (ticks=ticks@entry=100) at ldap/servers/slapd/util.c:1035 mSecs = <optimized out> tm = {tv_sec = 0, tv_usec = 80000} #2 0x00007f6257595907 in deadlock_threadmain (param=<optimized out>) at ldap/servers/slapd/back-ldbm/dblayer.c:4466 rval = <optimized out> priv = 0x7f6262d16740 li = <optimized out> interval = <optimized out> #3 0x00007f626027e96b in _pt_root (arg=0x7f6262e5c610) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262e5c610 detached = 1 id = 140060147599104 tid = 28284 #4 0x00007f625fc1fdc5 in start_thread (arg=0x7f624b584700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f624b584700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060147599104, -7450167382491922790, 0, 140060147599808, 140060147599104, 1, 7376657103787523738, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #5 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 41 (Thread 0x7f624ad83700 (LWP 28285)): #0 0x00007f625f944413 in select () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f62620d00e9 in DS_Sleep (ticks=ticks@entry=250) at ldap/servers/slapd/util.c:1035 mSecs = <optimized out> tm = {tv_sec = 0, tv_usec = 111305} #2 0x00007f6257599a26 in checkpoint_threadmain (param=<optimized out>) at ldap/servers/slapd/back-ldbm/dblayer.c:4675 time_of_last_checkpoint_completion = 1479256819 interval = <optimized out> rval = <optimized out> priv = <optimized out> li = <optimized out> debug_checkpointing = 0 checkpoint_interval = <optimized out> home_dir = <optimized out> list = 0x0 listp = <optimized out> penv = 0x7f6262e07dc0 time_of_last_comapctdb_completion = 1479255974 compactdb_interval = 2592000 txn = {back_txn_txn = 0x0} #3 0x00007f626027e96b in _pt_root (arg=0x7f6262d63b10) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262d63b10 detached = 1 id = 140060139206400 tid = 28285 #4 0x00007f625fc1fdc5 in start_thread (arg=0x7f624ad83700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f624ad83700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060139206400, -7450167382491922790, 0, 140060139207104, 140060139206400, 1, 7376656003739025050, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #5 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 40 (Thread 0x7f624a582700 (LWP 28286)): #0 0x00007f625f944413 in select () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f62620d00e9 in DS_Sleep (ticks=ticks@entry=250) at ldap/servers/slapd/util.c:1035 mSecs = <optimized out> tm = {tv_sec = 0, tv_usec = 193043} #2 0x00007f6257595b7f in trickle_threadmain (param=<optimized out>) at ldap/servers/slapd/back-ldbm/dblayer.c:4892 interval = 250 rval = <optimized out> priv = 0x7f6262d16740 li = <optimized out> debug_checkpointing = 0 #3 0x00007f626027e96b in _pt_root (arg=0x7f6262e08520) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262e08520 detached = 1 id = 140060130813696 tid = 28286 #4 0x00007f625fc1fdc5 in start_thread (arg=0x7f624a582700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f624a582700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060130813696, -7450167382491922790, 0, 140060130814400, 140060130813696, 1, 7376654903690526362, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #5 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 39 (Thread 0x7f6249d81700 (LWP 28287)): #0 0x00007f625f944413 in select () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f62620d00e9 in DS_Sleep (ticks=<optimized out>) at ldap/servers/slapd/util.c:1035 mSecs = <optimized out> tm = {tv_sec = 0, tv_usec = 602755} #2 0x00007f62575e8784 in perfctrs_wait (milliseconds=milliseconds@entry=1000, priv=<optimized out>, db_env=<optimized out>) at ldap/servers/slapd/back-ldbm/perfctrs.c:100 interval = <optimized out> #3 0x00007f6257590707 in perf_threadmain (param=<optimized out>) at ldap/servers/slapd/back-ldbm/dblayer.c:3966 priv = 0x7f6262d16740 li = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262e554f0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262e554f0 detached = 1 id = 140060122420992 tid = 28287 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6249d81700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6249d81700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060122420992, -7450167382491922790, 0, 140060122421696, 140060122420992, 1, 7376653803642027674, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 38 (Thread 0x7f6249580700 (LWP 28288)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=cvar@entry=0x7f6262fde450, timeout=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fc3cf0 #2 0x00007f62620bf198 in slapi_wait_condvar (cvar=0x7f6262fde450, timeout=timeout@entry=0x0) at ldap/servers/slapd/slapi2nspr.c:150 prit = <optimized out> #3 0x00007f625804362e in cos_cache_wait_on_change (arg=<optimized out>) at ldap/servers/plugins/cos/cos_cache.c:407 No locals. #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fc3cf0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fc3cf0 detached = 1 id = 140060114028288 tid = 28288 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6249580700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6249580700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060114028288, -7450167382491922790, 0, 140060114028992, 140060114028288, 1, 7376652729363332762, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 37 (Thread 0x7f62624b5700 (LWP 28289)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 No locals. #1 0x00007f6260278c87 in pt_TimedWait (cv=cv@entry=0x7f6262f82238, ml=0x7f6262fc9c20, timeout=timeout@entry=300000) at ../../../nspr/pr/src/pthreads/ptsynch.c:264 rv = <optimized out> now = {tv_sec = 1479256575, tv_usec = 134746} tmo = {tv_sec = 1479256875, tv_nsec = 134746000} ticks = <optimized out> #2 0x00007f626027916e in PR_WaitCondVar (cvar=0x7f6262f82230, timeout=300000) at ../../../nspr/pr/src/pthreads/ptsynch.c:398 rv = <optimized out> thred = 0x7f6262fc6910 #3 0x00007f62572f2564 in _cl5TrimMain (param=<optimized out>) at ldap/servers/plugins/replication/cl5_api.c:3440 timePrev = 1479256574 timeCompactPrev = 1479255975 timeNow = 1479256574 #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fc6910) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fc6910 detached = 1 id = 140060532627200 tid = 28289 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62624b5700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62624b5700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060532627200, -7450167382491922790, 0, 140060532627904, 140060532627200, 1, 7376742995080380058, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 36 (Thread 0x7f6248d7f700 (LWP 28290)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 No locals. #1 0x00007f6260278c87 in pt_TimedWait (cv=cv@entry=0x7f6262fca208, ml=0x7f6262fd8d00, timeout=timeout@entry=300000) at ../../../nspr/pr/src/pthreads/ptsynch.c:264 rv = <optimized out> now = {tv_sec = 1479256575, tv_usec = 134773} tmo = {tv_sec = 1479256875, tv_nsec = 134773000} ticks = <optimized out> #2 0x00007f626027916e in PR_WaitCondVar (cvar=0x7f6262fca200, timeout=timeout@entry=300000) at ../../../nspr/pr/src/pthreads/ptsynch.c:398 rv = <optimized out> thred = 0x7f6262fa4ab0 #3 0x00007f6257307704 in protocol_sleep (prp=prp@entry=0x7f6262fd4ea0, duration=300000) at ldap/servers/plugins/replication/repl5_inc_protocol.c:1251 No locals. #4 0x00007f625730ad14 in repl5_inc_run (prp=0x7f6262fd4ea0) at ldap/servers/plugins/replication/repl5_inc_protocol.c:810 rc = <optimized out> prp_priv = <optimized out> replica = 0x0 cons_schema_csn = 0x5d00000040 ruv = 0x0 num_changes_sent = 3072856865 use_busy_backoff_timer = <optimized out> next_fire_time = <optimized out> now = 0 busywaittime = 0 pausetime = 0 loops = <optimized out> wait_change_timer_set = 1 current_state = 2 next_state = 2 optype = -32611 ldaprc = 65 done = 0 e1 = <optimized out> #5 0x00007f625730eedc in prot_thread_main (arg=0x7f6262fc7420) at ldap/servers/plugins/replication/repl5_protocol.c:267 rp = 0x7f6262fc7420 done = 0 agmt = 0x7f6262fb32d0 #6 0x00007f626027e96b in _pt_root (arg=0x7f6262fa4ab0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa4ab0 detached = 0 id = 140060105635584 tid = 28290 #7 0x00007f625fc1fdc5 in start_thread (arg=0x7f6248d7f700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6248d7f700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140060105635584, -7450167382491922790, 0, 140060105636288, 140060105635584, 1, 7376651629314834074, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #8 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 35 (Thread 0x7f623bfff700 (LWP 28291)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=cvar@entry=0x7f6262fd2d10, timeout=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fde220 #2 0x00007f62620bf198 in slapi_wait_condvar (cvar=0x7f6262fd2d10, timeout=timeout@entry=0x0) at ldap/servers/slapd/slapi2nspr.c:150 prit = <optimized out> #3 0x00007f6255c33eed in roles_cache_wait_on_change (arg=0x7f6262fd9b60) at ldap/servers/plugins/roles/roles_cache.c:404 roles_def = 0x7f6262fd9b60 #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fde220) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fde220 detached = 1 id = 140059890153216 tid = 28291 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f623bfff700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f623bfff700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059890153216, -7450167382491922790, 0, 140059890153920, 140059890153216, 1, 7376834354403475098, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 34 (Thread 0x7f623b7fe700 (LWP 28292)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 No locals. #1 0x00007f6260278c87 in pt_TimedWait (cv=cv@entry=0x7f6262fadfa8, ml=0x7f6262e01340, timeout=timeout@entry=30000) at ../../../nspr/pr/src/pthreads/ptsynch.c:264 rv = <optimized out> now = {tv_sec = 1479256821, tv_usec = 773957} tmo = {tv_sec = 1479256851, tv_nsec = 773957000} ticks = <optimized out> #2 0x00007f626027916e in PR_WaitCondVar (cvar=0x7f6262fadfa0, timeout=timeout@entry=30000) at ../../../nspr/pr/src/pthreads/ptsynch.c:398 rv = <optimized out> thred = 0x7f6262fca7e0 #3 0x00007f6262578d03 in housecleaning (cur_time=<optimized out>) at ldap/servers/slapd/house.c:48 interval = 30000 #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fca7e0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fca7e0 detached = 0 id = 140059881760512 tid = 28292 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f623b7fe700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f623b7fe700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059881760512, -7450167382491922790, 0, 140059881761216, 140059881760512, 1, 7376833254354976410, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 33 (Thread 0x7f623affd700 (LWP 28293)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238 No locals. #1 0x00007f6260278c87 in pt_TimedWait (cv=cv@entry=0x7f6262df6018, ml=0x7f6262df6060, timeout=timeout@entry=9000) at ../../../nspr/pr/src/pthreads/ptsynch.c:264 rv = <optimized out> now = {tv_sec = 1479256826, tv_usec = 68905} tmo = {tv_sec = 1479256835, tv_nsec = 68905000} ticks = <optimized out> #2 0x00007f626027916e in PR_WaitCondVar (cvar=0x7f6262df6010, timeout=9000) at ../../../nspr/pr/src/pthreads/ptsynch.c:398 rv = <optimized out> thred = 0x7f6262f87a50 #3 0x00007f62620651e8 in eq_loop (arg=<optimized out>) at ldap/servers/slapd/eventq.c:326 timeout = <optimized out> until = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f87a50) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f87a50 detached = 0 id = 140059873367808 tid = 28293 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f623affd700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f623affd700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059873367808, -7450167382491922790, 0, 140059873368512, 140059873367808, 1, 7376832154306477722, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 32 (Thread 0x7f623a7fc700 (LWP 28294)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262faf950 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f623a7fbad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f623a7fbad0 conn = 0x7f6262fe40b8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262faf950) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262faf950 detached = 1 id = 140059864975104 tid = 28294 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f623a7fc700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f623a7fc700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059864975104, -7450167382491922790, 0, 140059864975808, 140059864975104, 1, 7376831054257979034, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 31 (Thread 0x7f6239ffb700 (LWP 28295)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fafd40 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6239ffaad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6239ffaad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 0 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fafd40) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fafd40 detached = 1 id = 140059856582400 tid = 28295 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6239ffb700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6239ffb700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059856582400, -7450167382491922790, 0, 140059856583104, 140059856582400, 1, 7376829954209480346, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 30 (Thread 0x7f62397fa700 (LWP 28296)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f8a6e0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62397f9ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62397f9ad0 conn = 0x7f6262fe40b8 op = <optimized out> tag = 99 need_wakeup = 0 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f8a6e0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f8a6e0 detached = 1 id = 140059848189696 tid = 28296 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62397fa700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62397fa700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059848189696, -7450167382491922790, 0, 140059848190400, 140059848189696, 1, 7376828854160981658, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 29 (Thread 0x7f6238ff9700 (LWP 28297)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fafec0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6238ff8ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6238ff8ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fafec0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fafec0 detached = 1 id = 140059839796992 tid = 28297 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6238ff9700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6238ff9700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059839796992, -7450167382491922790, 0, 140059839797696, 140059839796992, 1, 7376827754112482970, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 28 (Thread 0x7f6233fff700 (LWP 28298)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fab810 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6233ffead0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6233ffead0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fab810) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fab810 detached = 1 id = 140059755935488 tid = 28298 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6233fff700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6233fff700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059755935488, -7450167382491922790, 0, 140059755936192, 140059755935488, 1, 7376851946589519514, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 27 (Thread 0x7f62337fe700 (LWP 28299)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa5990 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62337fdad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62337fdad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa5990) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa5990 detached = 1 id = 140059747542784 tid = 28299 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62337fe700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62337fe700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059747542784, -7450167382491922790, 0, 140059747543488, 140059747542784, 1, 7376850846541020826, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 26 (Thread 0x7f6232ffd700 (LWP 28300)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa5d80 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6232ffcad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6232ffcad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 0 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa5d80) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa5d80 detached = 1 id = 140059739150080 tid = 28300 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6232ffd700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6232ffd700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059739150080, -7450167382491922790, 0, 140059739150784, 140059739150080, 1, 7376849746492522138, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 25 (Thread 0x7f62327fc700 (LWP 28301)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fd0f40 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62327fbad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62327fbad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fd0f40) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fd0f40 detached = 1 id = 140059730757376 tid = 28301 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62327fc700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62327fc700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059730757376, -7450167382491922790, 0, 140059730758080, 140059730757376, 1, 7376848646444023450, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 24 (Thread 0x7f6231ffb700 (LWP 28302)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa5f00 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6231ffaad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6231ffaad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa5f00) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa5f00 detached = 1 id = 140059722364672 tid = 28302 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6231ffb700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6231ffb700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059722364672, -7450167382491922790, 0, 140059722365376, 140059722364672, 1, 7376847546395524762, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 23 (Thread 0x7f62317fa700 (LWP 28303)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa63d0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62317f9ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62317f9ad0 conn = 0x7f6262fec920 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa63d0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa63d0 detached = 1 id = 140059713971968 tid = 28303 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62317fa700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62317fa700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059713971968, -7450167382491922790, 0, 140059713972672, 140059713971968, 1, 7376846446347026074, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 22 (Thread 0x7f6230ff9700 (LWP 28304)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa67c0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6230ff8ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6230ff8ad0 conn = 0x7f6262fe40b8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa67c0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa67c0 detached = 1 id = 140059705579264 tid = 28304 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6230ff9700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6230ff9700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059705579264, -7450167382491922790, 0, 140059705579968, 140059705579264, 1, 7376845346298527386, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 21 (Thread 0x7f62307f8700 (LWP 28305)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa4530 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62307f7ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62307f7ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa4530) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa4530 detached = 1 id = 140059697186560 tid = 28305 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62307f8700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62307f8700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059697186560, -7450167382491922790, 0, 140059697187264, 140059697186560, 1, 7376844254839963290, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 20 (Thread 0x7f622fff7700 (LWP 28306)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa4920 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622fff6ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622fff6ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 0 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa4920) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa4920 detached = 1 id = 140059688793856 tid = 28306 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622fff7700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622fff7700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059688793856, -7450167382491922790, 0, 140059688794560, 140059688793856, 1, 7376878339163553434, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 19 (Thread 0x7f622f7f6700 (LWP 28307)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f7d5c0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622f7f5ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622f7f5ad0 conn = 0x7f6262fed898 op = <optimized out> tag = 66 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f7d5c0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f7d5c0 detached = 1 id = 140059680401152 tid = 28307 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622f7f6700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622f7f6700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059680401152, -7450167382491922790, 0, 140059680401856, 140059680401152, 1, 7376877239115054746, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 18 (Thread 0x7f622eff5700 (LWP 28308)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f7d9b0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622eff4ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622eff4ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f7d9b0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f7d9b0 detached = 1 id = 140059672008448 tid = 28308 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622eff5700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622eff5700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059672008448, -7450167382491922790, 0, 140059672009152, 140059672008448, 1, 7376876139066556058, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 17 (Thread 0x7f622e7f4700 (LWP 28309)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb4b00 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622e7f3ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622e7f3ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb4b00) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb4b00 detached = 1 id = 140059663615744 tid = 28309 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622e7f4700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622e7f4700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059663615744, -7450167382491922790, 0, 140059663616448, 140059663615744, 1, 7376875039018057370, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 16 (Thread 0x7f622dff3700 (LWP 28310)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb4ef0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622dff2ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622dff2ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb4ef0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb4ef0 detached = 1 id = 140059655223040 tid = 28310 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622dff3700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622dff3700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059655223040, -7450167382491922790, 0, 140059655223744, 140059655223040, 1, 7376873938969558682, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 15 (Thread 0x7f622d7f2700 (LWP 28311)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f9c5e0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622d7f1ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622d7f1ad0 conn = 0x7f6262fed898 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f9c5e0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f9c5e0 detached = 1 id = 140059646830336 tid = 28311 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622d7f2700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622d7f2700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059646830336, -7450167382491922790, 0, 140059646831040, 140059646830336, 1, 7376872838921059994, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 14 (Thread 0x7f622cff1700 (LWP 28312)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f9c9d0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622cff0ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622cff0ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f9c9d0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f9c9d0 detached = 1 id = 140059638437632 tid = 28312 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622cff1700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622cff1700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059638437632, -7450167382491922790, 0, 140059638438336, 140059638437632, 1, 7376871738872561306, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 13 (Thread 0x7f622c7f0700 (LWP 28313)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa4f10 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622c7efad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622c7efad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 18446744073709551615 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa4f10) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa4f10 detached = 1 id = 140059630044928 tid = 28313 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622c7f0700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622c7f0700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059630044928, -7450167382491922790, 0, 140059630045632, 140059630044928, 1, 7376870630234128026, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 12 (Thread 0x7f622bfef700 (LWP 28314)): #0 0x00007f625f94269d in poll () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f626027ab17 in poll (__timeout=1800000, __nfds=1, __fds=0x7f622bfe7ae0) at /usr/include/bits/poll2.h:46 No locals. #2 _pr_poll_with_poll (pds=pds@entry=0x7f622bfe7d40, npds=npds@entry=1, timeout=<optimized out>) at ../../../nspr/pr/src/pthreads/ptio.c:3922 stack_syspoll = {{fd = 162, events = 4, revents = 0}, {fd = 1615421023, events = 32610, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = 738097952, events = 32610, revents = 0}, {fd = 738098264, events = 32610, revents = 0}, {fd = 1645037671, events = 32610, revents = 0}, {fd = 1656166640, events = 32610, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = 1698521956, events = 11365, revents = 25444}, {fd = 1935767357, events = 26984, revents = 26478}, {fd = 745434996, events = 25444, revents = 25917}, {fd = 976909668, events = 29555, revents = 28776}, {fd = 1768710773, events = 27491, revents = 31077}, {fd = 1701669120, events = 24941, revents = 112}, {fd = 110, events = 0, revents = 0}, {fd = 2111255808, events = -14838, revents = -25692}, {fd = -738098143, events = -32611, revents = -1}, {fd = 1644485438, events = 32610, revents = 0}, {fd = 24, events = 48, revents = 0}, {fd = 738098256, events = 32610, revents = 0}, {fd = 738098064, events = 32610, revents = 0}, {fd = 2111255808, events = -14838, revents = -25692}, {fd = 557376224, events = 32610, revents = 0}, {fd = 1657579728, events = 32610, revents = 0}, {fd = -738180496, events = 32609, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = 738098696, events = 32610, revents = 0}, {fd = 738098712, events = 32610, revents = 0}, {fd = 738098440, events = 4, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = 1644454377, events = 32610, revents = 0}, {fd = 1645110146, events = 32610, revents = 0}, {fd = 1644454377, events = 32610, revents = 0}, {fd = 557387504, events = 32610, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = -738197392, events = 32609, revents = 0}, {fd = -738098239, events = -32611, revents = -1}, {fd = 738098240, events = 32610, revents = 0}, {fd = 738098239, events = 32610, revents = 0}, {fd = -738180496, events = 32609, revents = 0}, {fd = 557376832, events = 32610, revents = 0}, {fd = 1645037809, events = 32610, revents = 0}, {fd = 1656166640, events = 32610, revents = 0}, {fd = 1644485158, events = 32610, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = 738098424, events = 32610, revents = 0}, {fd = 738098696, events = 32610, revents = 0}, {fd = 738098704, events = 32610, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = -738174912, events = 32609, revents = 0}, {fd = -738197472, events = 32609, revents = 0}, {fd = 112576, events = 0, revents = 0}, {fd = 0, events = 0, revents = 0}, {fd = -738174656, events = 32609, revents = 0}, {fd = 112320, events = 0, revents = 0}, {fd = 1603088182, events = 32610, revents = 0}, {fd = -738187072, events = 32609, revents = 0}, {fd = 135200, events = 0, revents = 0}, {fd = 131072, events = 0, revents = 0}, {fd = 4096, events = 0, revents = 0}, {fd = 738098424, events = 32610, revents = 0}, {fd = 557376832, events = 32610, revents = 0}, {fd = -738180496, events = 32609, revents = 0}, {fd = 738098676, events = 32610, revents = 0}} syspoll = <optimized out> index = <optimized out> msecs = 1800000 ready = <optimized out> start = 2161535446 elapsed = <optimized out> remaining = <optimized out> #3 0x00007f626027d655 in PR_Poll (pds=pds@entry=0x7f622bfe7d40, npds=npds@entry=1, timeout=<optimized out>) at ../../../nspr/pr/src/pthreads/ptio.c:4324 No locals. #4 0x00007f6262571caf in slapd_poll (output=1, handle=0x7f6263106dd0) at ldap/servers/slapd/daemon.c:1934 rc = <optimized out> ioblock_timeout = 1800000 pr_pd = {fd = 0x7f6263106dd0, in_flags = 2, out_flags = 8} timeout = <optimized out> #5 write_function (ignore=0, handle=0x7f6263106dd0, count=453, buffer=0x7f61d40045c0) at ldap/servers/slapd/daemon.c:1977 sentbytes = 0 bytes = <optimized out> fd = 162 #6 openldap_write_function (sbiod=<optimized out>, buf=0x7f61d40045c0, len=453) at ldap/servers/slapd/daemon.c:2056 conn = <optimized out> fd = 0x7f6263106dd0 #7 0x00007f626101491e in ber_int_sb_write () from /lib64/liblber-2.4.so.2 No symbol table info available. #8 0x00007f6261010c5b in ber_flush2 () from /lib64/liblber-2.4.so.2 No symbol table info available. #9 0x00007f62620af0fb in flush_ber (pb=pb@entry=0x7f622bfeead0, conn=conn@entry=0x7f6262fec920, op=op@entry=0x7f6262e16530, ber=ber@entry=0x7f61d40028c0, type=type@entry=2) at ldap/servers/slapd/result.c:1780 bytes = 453 rc = <optimized out> #10 0x00007f62620b26b9 in send_ldap_search_entry_ext (pb=pb@entry=0x7f622bfeead0, e=<optimized out>, ectrls=ectrls@entry=0x0, attrs=<optimized out>, attrsonly=<optimized out>, send_result=send_result@entry=0, nentries=nentries@entry=0, urls=urls@entry=0x0) at ldap/servers/slapd/result.c:1677 conn = 0x7f6262fec920 op = 0x7f6262e16530 ber = 0x7f61d40028c0 i = <optimized out> rc = <optimized out> logit = 0 alluserattrs = <optimized out> noattrs = <optimized out> some_named_attrs = <optimized out> operation = 0x7f6262e16530 real_attrs_only = 0 ctrlp = 0x7f61d4000ef0 ecopy = 0x0 searchctrlp = 0x0 #11 0x00007f62620b2e0c in send_ldap_search_entry (pb=pb@entry=0x7f622bfeead0, e=<optimized out>, ectrls=ectrls@entry=0x0, attrs=<optimized out>, attrsonly=<optimized out>) at ldap/servers/slapd/result.c:1053 No locals. #12 0x00007f626208fb33 in iterate (pb=pb@entry=0x7f622bfeead0, pnentries=pnentries@entry=0x7f622bfe81b8, pagesize=pagesize@entry=1000, pr_statp=pr_statp@entry=0x7f622bfe8134, be=0x7f622bfeead0, send_result=1) at ldap/servers/slapd/opshared.c:1467 gerentry = 0x0 operation = 0x7f6262e16530 rc = 0 rval = 1 attrsonly = 0 done = 0 e = 0x7f622138e540 attrs = 0x7f61d4002ea0 pr_stat = 0 pr_idx = 0 #13 0x00007f626208fcda in send_results_ext (pb=pb@entry=0x7f622bfeead0, nentries=nentries@entry=0x7f622bfe81b8, pagesize=1000, pr_stat=pr_stat@entry=0x7f622bfe8134, send_result=1) at ldap/servers/slapd/opshared.c:1706 be = 0x7f6262d692e0 rc = <optimized out> #14 0x00007f6262090ff4 in op_shared_search (pb=pb@entry=0x7f622bfeead0, send_result=send_result@entry=1) at ldap/servers/slapd/opshared.c:690 sr = 0x0 be_suffix = 0x7f6262b718f0 err = 0 next_be = 0x0 base = 0x7f61d40027b0 "dc=dept,dc=university,dc=edu" normbase = <optimized out> fstr = 0x7f61d4002e30 "(&(objectClass=posixAccount)(uid=*)(uidNumber=*)(gidNumber=*))" scope = 2 be = 0x7f6262d692e0 be_single = 0x0 be_list = {0x7f6262d692e0, 0x0 <repeats 1000 times>} referral_list = {0x0 <repeats 467 times>, 0x7f6260266d10 <fill_n+320>, 0xffffffff00000000, 0x7f622bfeb253, 0x0, 0x9ba4c60a7dd73500, 0x0, 0x7f62620f14f8, 0x7f622bfeb2a0, 0x0, 0xa, 0x7f62620f14f7, 0x7f622bfec400, 0x7f62602671ee <dosprintf+430>, 0x0, 0x0, 0x0, 0x7f622bfeb07f, 0x7f622bfeb080, 0x0, 0x7f622bfeb1d0, 0x7f622bfeb1d1, 0x0, 0x0, 0x0, 0x2000000000000000, 0x7f62620e6382, 0x0 <repeats 57 times>, 0x30393400, 0x9ba4c60a7dd73500, 0x0, 0x7f622bfeb3b0, 0x1d, 0x7f622bfebbb0, 0x7f62620f14c8, 0x7f622bfec400, 0x7f622bfec5b0, 0x7f6260268212 <PR_vsnprintf+66>, 0x7f6260266e30 <LimitStuff>, 0x7f622bfebbb0, 0x7f622bfebbec, 0x800, 0x0, 0x0, 0x0, 0x7f6260279100 <PR_Unlock+80>, 0x7f622bfeb3b0, 0x7f626208107c <vslapd_log_access+604>, 0x0, 0x9ba4c60a7dd73500, 0x0, 0x3b, 0x7f626232d060 <global_slapdFrontendConfig>, 0x582ba914, 0xa, 0x582ba914, 0x7f622bfec720, 0x7f62602671ee <dosprintf+430>, 0x0, 0x0, 0x0, 0x7f622bfeb39f, 0x7f622bfeb3a0, 0x0, 0x7f622bfeb4f0, 0x7f622bfeb4f1, 0x0, 0x0, 0x0, 0x2000000000000000, 0x3, 0x0, 0x2f766f4e2f36315b, 0x3a30303a36313032, 0x302b2030323a3233, 0x205d303030, 0x0 <repeats 52 times>, 0x33323100, 0x9ba4c60a7dd73500, 0x0, 0x7f622bfeb6d0, 0x1d, 0x7f622bfebed0, 0x7f6262588f70, 0x7f622bfec720, 0x7f622bfec870, 0x7f6260268212 <PR_vsnprintf+66>, 0x7f6260266e30 <LimitStuff>, 0x7f622bfebed0, 0x7f622bfebeff, 0x800, 0x0, 0x0, 0x0, 0x7f6260279100 <PR_Unlock+80>, 0x7f622bfeb6d0, 0x7f626208107c <vslapd_log_access+604>, 0x0, 0x0, 0x0, 0x2e, 0x7f626232d060 <global_slapdFrontendConfig>, 0x582ba914, 0x0, 0x582ba914, 0x0 <repeats 16 times>, 0x2f766f4e2f36315b, 0x3a30303a36313032, 0x302b2030323a3233, 0x205d303030, 0x0 <repeats 152 times>, 0x3738343d6e6e6f63, 0x455220303d706f20, 0x72726520544c5553, 0x393d67617420303d, 0x6972746e656e2037, 0x69746520303d7365, 0x3d6e6420303d656d, 0x65726964000a2222, 0x616d2079726f7463, 0xa22726567616e, 0x0 <repeats 90 times>, 0x3738343d6e6e6f63, 0x494220303d706f20, 0x22223d6e6420444e, 0x3d646f6874656d20, 0x7372657620383231, 0x74000a333d6e6f69, 0x203832313d646f68, 0x3d6e6f6973726576, 0xa33, 0x0 <repeats 42 times>} attrlistbuf = "\"objectClass uid userPassword uidNumber gidNumber gecos homeDirectory loginShell krbprincipalname cn modifyTimestamp modifyTimestamp shadowLastChange shadowMin shadowMax shadowWarning shadowInactive s"... attrliststr = <optimized out> attrs = 0x7f61d4002ea0 rc = -1 internal_op = <optimized out> basesdn = 0x7f61d40035b0 sdn = 0x7f61d4002ad0 operation = 0x7f6262e16530 referral = 0x0 proxydn = 0x0 proxystr = 0x0 proxy_err = <optimized out> errtext = 0x0 errorbuf = "\000\324\021cb\177\000\000/\225'`b\177\000\000\257\304\376+b\177\000\000\320\352\376+b\177\000\000\000\000\000\000\000\000\000\000x\305\376+b\177\000\000\200\305\376+b\177\000\000\232W\tbb\177\000\000\200\305\376+b\177\000\000x\305\376+b\177\000\000\260\305\376+b\177\000\000 \235\003cb\177\000\000 \235\003cb\177\000\000\303\366\nbb\177\000\000\000\000\000\000a\177\000\000\200\305\376+b\177\000\000\202c\016bb\177\000\000\260\305\376+b\177\000\000\202c\016bb\177\000\000\000\000\000\000\000\000\000\000\016\000\000\000\000\000\000\000a\000\000\000\000\000\000\000?\000\000\000\000\000\000\000\a\000\000\000\377\377\377\377o\000\000\000b\000\000\000"... nentries = 0 pnentries = 311 flag_search_base_found = 0 flag_no_such_object = 0 flag_referral = 0 flag_psearch = <optimized out> err_code = 0 ctrlp = 0x7f61d4000ef0 ctl_value = 0x7f61d4001498 iscritical = 0 be_name = <optimized out> index = -1 sent_result = 0 pr_stat = 0 pagesize = 1000 estimate = 3094 curr_search_count = <optimized out> pr_be = <optimized out> pr_search_result = 0x7f61f8001850 pr_idx = 0 orig_sdn = 0x0 free_sdn = 1 #15 0x00007f626258233e in do_search (pb=pb@entry=0x7f622bfeead0) at ldap/servers/slapd/search.c:349 operation = 0x7f6262e16530 ber = <optimized out> i = <optimized out> err = <optimized out> attrsonly = 0 scope = 2 deref = 0 sizelimit = 0 timelimit = 0 rawbase = 0x7f61d40027b0 "dc=dept,dc=university,dc=edu" rawbase_set_in_pb = 1 fstr = 0x7f61d4002e30 "(&(objectClass=posixAccount)(uid=*)(uidNumber=*)(gidNumber=*))" filter = 0x7f61d40011b0 attrs = 0x7f61d4002ea0 gerattrs = 0x0 psearch = 0 psbvp = 0x0 changetypes = 0 send_entchg_controls = 0 changesonly = 0 rc = -1 strict = <optimized out> minssf_exclude_rootdse = <optimized out> filter_normalized = 0 #16 0x00007f6262570567 in connection_dispatch_operation (pb=0x7f622bfeead0, op=0x7f6262e16530, conn=0x7f6262fec920) at ldap/servers/slapd/connection.c:643 minssf = <optimized out> minssf_exclude_rootdse = <optimized out> enable_nagle = 1 pop_cork = 1 #17 connection_threadmain () at ldap/servers/slapd/connection.c:1751 is_timedout = 0 curtime = <optimized out> local_pb = {pb_backend = 0x7f6262d692e0, pb_conn = 0x7f6262fec920, pb_op = 0x7f6262e16530, pb_plugin = 0x7f6262d17890, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x7f622138e540, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 3, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 1, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x7f6262e164b0, pb_aci_target_check = 0} pb = 0x7f622bfeead0 conn = 0x7f6262fec920 op = 0x7f6262e16530 tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = 0 doshutdown = 0 maxthreads = 5 enable_nunc_stans = 0 bypasspollcnt = <optimized out> #18 0x00007f626027e96b in _pt_root (arg=0x7f6262fa5300) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa5300 detached = 1 id = 140059621652224 tid = 28314 #19 0x00007f625fc1fdc5 in start_thread (arg=0x7f622bfef700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622bfef700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059621652224, -7450167382491922790, 0, 140059621652928, 140059621652224, 1, 7376869530185629338, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #20 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 11 (Thread 0x7f622b7ee700 (LWP 28315)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa6b90 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622b7edad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622b7edad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa6b90) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa6b90 detached = 1 id = 140059613259520 tid = 28315 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622b7ee700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622b7ee700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059613259520, -7450167382491922790, 0, 140059613260224, 140059613259520, 1, 7376868430137130650, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 10 (Thread 0x7f622afed700 (LWP 28316)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fa6f80 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622afecad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622afecad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 66 need_wakeup = 0 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fa6f80) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fa6f80 detached = 1 id = 140059604866816 tid = 28316 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622afed700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622afed700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059604866816, -7450167382491922790, 0, 140059604867520, 140059604866816, 1, 7376867330088631962, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 9 (Thread 0x7f622a7ec700 (LWP 28317)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb8000 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f622a7ebad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f622a7ebad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb8000) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb8000 detached = 1 id = 140059596474112 tid = 28317 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f622a7ec700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f622a7ec700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059596474112, -7450167382491922790, 0, 140059596474816, 140059596474112, 1, 7376866230040133274, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 8 (Thread 0x7f6229feb700 (LWP 28318)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb83f0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6229feaad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6229feaad0 conn = 0x7f6262fed898 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb83f0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb83f0 detached = 1 id = 140059588081408 tid = 28318 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6229feb700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6229feb700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059588081408, -7450167382491922790, 0, 140059588082112, 140059588081408, 1, 7376865129991634586, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 7 (Thread 0x7f62297ea700 (LWP 28319)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f87110 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62297e9ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62297e9ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f87110) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f87110 detached = 1 id = 140059579688704 tid = 28319 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62297ea700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62297ea700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059579688704, -7450167382491922790, 0, 140059579689408, 140059579688704, 1, 7376864029943135898, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 6 (Thread 0x7f6228fe9700 (LWP 28320)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f87500 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6228fe8ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6228fe8ad0 conn = 0x7f6262fe40b8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f87500) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f87500 detached = 1 id = 140059571296000 tid = 28320 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6228fe9700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6228fe9700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059571296000, -7450167382491922790, 0, 140059571296704, 140059571296000, 1, 7376862929894637210, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 5 (Thread 0x7f62287e8700 (LWP 28321)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb60b0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62287e7ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62287e7ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb60b0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb60b0 detached = 1 id = 140059562903296 tid = 28321 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62287e8700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62287e8700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059562903296, -7450167382491922790, 0, 140059562904000, 140059562903296, 1, 7376861838436073114, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 4 (Thread 0x7f6227fe7700 (LWP 28322)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262fb64a0 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f6227fe6ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f6227fe6ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 99 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262fb64a0) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262fb64a0 detached = 1 id = 140059554510592 tid = 28322 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f6227fe7700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6227fe7700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059554510592, -7450167382491922790, 0, 140059554511296, 140059554510592, 1, 7376895922759663258, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 3 (Thread 0x7f62277e6700 (LWP 28323)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f62602791f0 in PR_WaitCondVar (cvar=0x7f6262fa00b0, timeout=timeout@entry=4294967295) at ../../../nspr/pr/src/pthreads/ptsynch.c:396 rv = <optimized out> thred = 0x7f6262f81b80 #2 0x00007f626256dfee in connection_wait_for_new_work (pb=pb@entry=0x7f62277e5ad0, interval=interval@entry=4294967295) at ldap/servers/slapd/connection.c:952 ret = 0 wqitem = 0x0 op_stack_obj = 0x0 #3 0x00007f626256f719 in connection_threadmain () at ldap/servers/slapd/connection.c:1529 is_timedout = 0 curtime = 0 local_pb = {pb_backend = 0x0, pb_conn = 0x0, pb_op = 0x0, pb_plugin = 0x0, pb_opreturn = 0, pb_object = 0x0, pb_destroy_fn = 0x0, pb_requestor_isroot = 0, pb_config_fname = 0x0, pb_config_lineno = 0, pb_config_argc = 0, pb_config_argv = 0x0, plugin_tracking = 0, pb_target_entry = 0x0, pb_existing_dn_entry = 0x0, pb_existing_uniqueid_entry = 0x0, pb_parent_entry = 0x0, pb_newparent_entry = 0x0, pb_pre_op_entry = 0x0, pb_post_op_entry = 0x0, pb_seq_type = 0, pb_seq_attrname = 0x0, pb_seq_val = 0x0, pb_dbverify_dbdir = 0x0, pb_ldif_file = 0x0, pb_removedupvals = 0, pb_db2index_attrs = 0x0, pb_ldif2db_noattrindexes = 0, pb_ldif_printkey = 0, pb_instance_name = 0x0, pb_task = 0x0, pb_task_flags = 0, pb_mr_filter_match_fn = 0x0, pb_mr_filter_index_fn = 0x0, pb_mr_filter_reset_fn = 0x0, pb_mr_index_fn = 0x0, pb_mr_oid = 0x0, pb_mr_type = 0x0, pb_mr_value = 0x0, pb_mr_values = 0x0, pb_mr_keys = 0x0, pb_mr_filter_reusable = 0, pb_mr_query_operator = 0, pb_mr_usage = 0, pb_pwd_storage_scheme_user_passwd = 0x0, pb_pwd_storage_scheme_db_passwd = 0x0, pb_managedsait = 0, pb_internal_op_result = 0, pb_plugin_internal_search_op_entries = 0x0, pb_plugin_internal_search_op_referrals = 0x0, pb_plugin_identity = 0x0, pb_plugin_config_area = 0x0, pb_parent_txn = 0x0, pb_txn = 0x0, pb_txn_ruv_mods_fn = 0x0, pb_dbsize = 0, pb_ldif_files = 0x0, pb_ldif_include = 0x0, pb_ldif_exclude = 0x0, pb_ldif_dump_replica = 0, pb_ldif_dump_uniqueid = 0, pb_ldif_generate_uniqueid = 0, pb_ldif_namespaceid = 0x0, pb_ldif_encrypt = 0, pb_operation_notes = 0, pb_slapd_argc = 0, pb_slapd_argv = 0x0, pb_slapd_configdir = 0x0, pb_ctrls_arg = 0x0, pb_dse_dont_add_write = 0, pb_dse_add_merge = 0, pb_dse_dont_check_dups = 0, pb_dse_is_primary_file = 0, pb_schema_flags = 0, pb_result_code = 0, pb_result_text = 0x0, pb_result_matched = 0x0, pb_nentries = 0, urls = 0x0, pb_import_entry = 0x0, pb_import_state = 0, pb_destroy_content = 0, pb_dse_reapply_mods = 0, pb_urp_naming_collision_dn = 0x0, pb_urp_tombstone_uniqueid = 0x0, pb_server_running = 0, pb_backend_count = 0, pb_pwpolicy_ctrl = 0, pb_vattr_context = 0x0, pb_substrlens = 0x0, pb_plugin_enabled = 0, pb_search_ctrls = 0x0, pb_mr_index_sv_fn = 0x0, pb_syntax_filter_normalized = 0, pb_syntax_filter_data = 0x0, pb_paged_results_index = 0, pwdpolicy = 0x0, op_stack_elem = 0x0, pb_aci_target_check = 0} pb = 0x7f62277e5ad0 conn = 0x7f6262fed5c8 op = <optimized out> tag = 96 need_wakeup = 1 thread_turbo_flag = <optimized out> ret = <optimized out> more_data = 0 replication_connection = <optimized out> doshutdown = 0 maxthreads = <optimized out> enable_nunc_stans = 0 bypasspollcnt = <optimized out> #4 0x00007f626027e96b in _pt_root (arg=0x7f6262f81b80) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f81b80 detached = 1 id = 140059546117888 tid = 28323 #5 0x00007f625fc1fdc5 in start_thread (arg=0x7f62277e6700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f62277e6700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059546117888, -7450167382491922790, 0, 140059546118592, 140059546117888, 1, 7376894822711164570, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #6 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 2 (Thread 0x7f6226fe5700 (LWP 28324)): #0 0x00007f625f944413 in select () at ../sysdeps/unix/syscall-template.S:81 No locals. #1 0x00007f62620d00e9 in DS_Sleep (ticks=ticks@entry=1000) at ldap/servers/slapd/util.c:1035 mSecs = <optimized out> tm = {tv_sec = 0, tv_usec = 445649} #2 0x00007f6262571325 in time_thread (nothing=<optimized out>) at ldap/servers/slapd/daemon.c:216 interval = 1000 #3 0x00007f626027e96b in _pt_root (arg=0x7f6262f81f70) at ../../../nspr/pr/src/pthreads/ptthread.c:212 rv = <optimized out> thred = 0x7f6262f81f70 detached = 0 id = 140059537725184 tid = 28324 #4 0x00007f625fc1fdc5 in start_thread (arg=0x7f6226fe5700) at pthread_create.c:308 __res = <optimized out> pd = 0x7f6226fe5700 now = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140059537725184, -7450167382491922790, 0, 140059537725888, 140059537725184, 1, 7376893722662665882, 7376632027573386906}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> #5 0x00007f625f94cced in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113 No locals. Thread 1 (Thread 0x7f6262537840 (LWP 28228)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x00007f6260279463 in PR_EnterMonitor (mon=0x7f6263104180) at ../../../nspr/pr/src/pthreads/ptsynch.c:603 self = 140060533160000 #2 0x00007f6262575571 in handle_pr_read_ready (num_poll=<optimized out>, ct=0x7f6262fd94d0) at ldap/servers/slapd/daemon.c:1656 c = 0x7f6262fec920 curtime = 1479256345 maxthreads = 5 #3 slapd_daemon (ports=ports@entry=0x7ffe51af6410) at ldap/servers/slapd/daemon.c:1177 select_return = <optimized out> prerr = <optimized out> n_tcps = 0x7f6262cf0d30 s_tcps = 0x0 i_unix = 0x0 fdesp = 0x0 num_poll = 111 pr_timeout = 250 time_thread_p = 0x7f6262f81f70 threads = <optimized out> in_referral_mode = 0 tp = 0x0 tp_config = {init_flag = -1370448431, initial_threads = -32767, max_threads = 9, stacksize = 0, event_queue_size = 2, work_queue_size = 0, log_fct = 0x0, log_start_fct = 0x5b00000032, log_close_fct = 0x7ffe51af6230, malloc_fct = 0x0, calloc_fct = 0x0, realloc_fct = 0x770000006e, free_fct = 0x0} #4 0x00007f6262566c6c in main (argc=7, argv=0x7ffe51af6a38) at ldap/servers/slapd/main.c:1117 return_value = 0 slapdFrontendConfig = <optimized out> ports_info = {n_port = 389, s_port = 636, n_listenaddr = 0x7f6262cf0da0, s_listenaddr = 0x7f6262cf0c40, n_socket = 0x7f6262cf0d30, i_listenaddr = 0x0, i_port = 0, i_socket = 0x0, s_socket = 0x0} m = <optimized out> Detaching from program: /usr/sbin/ns-slapd, process 28228
_______________________________________________ 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx