Re: [389-users] Skipped request ...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 
Rich,

Let's see if this give you a hint. Hopefully, it does ....

Thanks,
-Reinhard


-----Original Message-----
From: 389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx [mailto:389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Rich Megginson
Sent: Thursday, May 13, 2010 6:48 PM
To: General discussion list for the 389 Directory server project.
Subject: Re: [389-users] Skipped request ...

Reinhard Nappert wrote:
> How can I make ns-slapd to produce a core.
>   
You first have to start ns-slapd in an environment that you have done ulimit -c unlimited then kill -11 <ns-slapd pid>
> I got it in the same state again, and I did a gdb 
> /opt/UMC/jdb/sbin/ns-slapd 16712
>
> 0x00002b8e908889a2 in poll () from /lib64/tls/libc.so.6
> (gdb) where
> #0  0x00002b8e908889a2 in poll () from /lib64/tls/libc.so.6
> #1  0x00002b8e906b6a5f in PR_Poll () from 
> /opt/UMC/jdb/lib/dirsrv/libnspr4.so
> #2  0x0000000000415ae7 in slapd_daemon (ports=0x7fff1b44cf50)
>     at ../ldap/servers/slapd/daemon.c:662
> #3  0x000000000041c0b3 in main (argc=7, argv=0x7fff1b44d098)
>     at ../ldap/servers/slapd/main.c:1162
>
> Does this help?
>   
Try this:
(gdb) set logging file /tmp/slapd.txt
(gdb) set logging on
(gdb) thread apply all bt
# hit return as many times as needed
(gdb) quit

Then send me /tmp/slapd.txt
> -Reinhard
>
> -----Original Message-----
> From: 389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx 
> [mailto:389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Rich 
> Megginson
> Sent: Thursday, May 13, 2010 6:04 PM
> To: General discussion list for the 389 Directory server project.
> Subject: Re: [389-users] Skipped request ...
>
> Reinhard Nappert wrote:
>   
>> Hi Rick,
>>
>> I attached access and error file with debug level 8. The server does not respond to any requests anymore. If you kill the client, it responds afterwards.
>>
>> Let me know, what you see.
>>   
>>     
> I don't see anything obvious.  One thing I do know is that this code has been improved since 1.1.2 (especially the debugging, which not very usefully prints the file descriptor addresses in int format :P)  I don't suppose you could try to reproduce this with 1.2.5?
>   
>> Thanks,
>> -Reinhard
>>
>> -----Original Message-----
>> From: 389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx
>> [mailto:389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Rich 
>> Megginson
>> Sent: Thursday, May 13, 2010 1:10 PM
>> To: General discussion list for the 389 Directory server project.
>> Subject: Re: [389-users] Skipped request ...
>>
>> Reinhard Nappert wrote:
>>   
>>     
>>> Rich, which debugging level do you suggest? Apparently, I tried to much, because it would crash the server constantly.
>>>     
>>>       
>> Debugging levels should not crash the server - can provide more information about the crash?
>>   
>>     
>>> For now, I go just with 8 (Connection Management). Seeing the problem, what would you enable?
>>>   
>>>     
>>>       
>> Yes, start with 8.
>>   
>>     
>>> Thanks,
>>> -Reinhard
>>>
>>> -----Original Message-----
>>> From: 389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx
>>> [mailto:389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Rich 
>>> Megginson
>>> Sent: Wednesday, May 12, 2010 6:50 PM
>>> To: General discussion list for the 389 Directory server project.
>>> Subject: Re: [389-users] Skipped request ...
>>>
>>> Reinhard Nappert wrote:
>>>   
>>>     
>>>       
>>>> Hi Rich,
>>>>
>>>> I ran some further tests. This entire thing looks kind of weird. I have a kind of monitoring tool, I use to figure out if the server still responds in a timely manner. This tool performs an anonymous bind and reads a specific object, every 30 seconds.
>>>>     
>>>>       
>>>>         
>>> Does it perform an unbind operation?  Does it disconnect the socket?
>>>   
>>>     
>>>       
>>>>  What I see is that the server responds to the incoming request and it performs about 500 requests within those 30 seconds. Then, I see, when the next monitoring connection request comes is, but I never see the bind. Since this times out, the monitoring tool restarts the server after a while (about 10 seconds).
>>>>
>>>> Here are the logs in access:
>>>> [11/May/2010:22:12:20 -0400] conn=94 fd=83 slot=83 connection from
>>>> 127.0.0.1 to 127.0.0.1
>>>> [11/May/2010:22:13:24 -0400] conn=0 fd=64 slot=64 SSL connection 
>>>> from
>>>> 10.227.6.45 to 10.227.6.53
>>>>
>>>> So, you see the server does not respond to any requests after 
>>>> [11/May/2010:22:12:20 -0400] conn=94 fd=83 slot=83 connection from
>>>> 127.0.0.1 to 127.0.0.1
>>>>
>>>> And start responding, once it was restarted:
>>>> [11/May/2010:22:13:24 -0400] conn=0 fd=64 slot=64 SSL connection 
>>>> from
>>>> 10.227.6.45 to 10.227.6.53
>>>>
>>>> I was wondering , if we could get somehow some debugging out of ns-slapd, once it is in this state (truss or something else).
>>>>   
>>>>     
>>>>       
>>>>         
>>> http://directory.fedoraproject.org/wiki/FAQ#Troubleshooting
>>> If that produces too much error log output, or kills the 
>>> performance, you can also try replacing the error log with a named 
>>> pipe+script - 
>>> http://directory.fedoraproject.org/wiki/Named_Pipe_Log_Script
>>> man ds-logpipe.py
>>>   
>>>     
>>>       
>>>> Any help is appreciated.
>>>>
>>>> Thanks,
>>>> -Reinhard
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: 389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx
>>>> [mailto:389-users-bounces@xxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
>>>> Rich Megginson
>>>> Sent: Tuesday, May 11, 2010 5:21 PM
>>>> To: General discussion list for the 389 Directory server project.
>>>> Subject: Re: [389-users] Skipped request ...
>>>>
>>>> Reinhard Nappert wrote:
>>>>   
>>>>     
>>>>       
>>>>         
>>>>> Hi all,
>>>>>  
>>>>> I have seen a weird behavior of my DS (1.1.2). It has a very small 
>>>>> database (only about 2300 objects). A client performed a one-level 
>>>>> search retrieving the children. The server find 114 objects, but 
>>>>> the search was very slow:
>>>>>  
>>>>> [06/May/2010:12:23:11 +0000] conn=127 op=149 SRCH base=<base>
>>>>> scope=1 filter="(&(&(objectClass=<xyz>)(<att1>=value))(!(<att2>=TRUE)))"
>>>>>  
>>>>> yes, the filter is a bit complex, but both attribute types <att1> 
>>>>> and <att2> are indexed. This search usually is fast. It looks to 
>>>>> me that the server is already in a funny state.
>>>>> ...
>>>>> [06/May/2010:12:23:17 +0000] conn=127 op=149 RESULT err=3 tag=101
>>>>> nentries=114 etime=7
>>>>>     
>>>>>       
>>>>>         
>>>>>           
>>>> err=3 is TIMELIMIT_EXCEEDED - that's probably why you aren't getting all of the results you expect, and could be why it's skipping the op.
>>>>   
>>>>     
>>>>       
>>>>         
>>>>>  
>>>>> When the client gets the results, it iterates over those and gets 
>>>>> its children, like:
>>>>>  
>>>>> [06/May/2010:12:23:17 +0000] conn=127 op=150 SRCH base=<dn of 
>>>>> result from previous SRCH> scope=1 
>>>>> filter="(&(&(objectClass=<uvw>)(<attr3>=*))(!(<attr2>=TRUE)))" attrs=ALL.
>>>>> Those searches are quick:
>>>>> [06/May/2010:12:23:17 +0000] conn=127 op=150 RESULT err=0 tag=101
>>>>> nentries=1 etime=0
>>>>>  
>>>>> but somehow the server does not process on of the requests, when 
>>>>> the client iterates over the results:
>>>>>  
>>>>> [06/May/2010:12:23:18 +0000] conn=127 op=263 SRCH base=<dn of 
>>>>> result from previous SRCH> scope=1 
>>>>> filter="(&(&(objectClass=<uvw>)(<attr3>=*))(!(<attr2>=TRUE)))" attrs=ALL.
>>>>> [06/May/2010:12:23:18 +0000] conn=127 op=263 RESULT err=0 tag=101
>>>>> nentries=1 etime=0
>>>>> [06/May/2010:12:23:26 +0000] conn=127 op=265 SRCH base=<dn of 
>>>>> result from previous SRCH> scope=1 
>>>>> filter="(&(&(objectClass=<uvw>)(<attr3>=*))(!(<attr2>=TRUE)))" attrs=ALL.
>>>>> [06/May/2010:12:23:26 +0000] conn=127 op=265 RESULT err=0 tag=101 
>>>>> nentries=0 etime=0 You can see that the server skipped op=264. It 
>>>>> looks to me that the request came in, but somehow the server joked 
>>>>> up, before it could log the request in access.
>>>>>  
>>>>> Has anybody seen such a behavior before?
>>>>>  
>>>>> Thanks,
>>>>> -Reinhard
>>>>>
>>>>>  
>>>>> ------------------------------------------------------------------
>>>>> -
>>>>> -
>>>>> --
>>>>> --
>>>>>
>>>>> --
>>>>> 389 users mailing list
>>>>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>>>>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>>>>     
>>>>>       
>>>>>         
>>>>>           
>>>> --
>>>> 389 users mailing list
>>>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>>>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>>> --
>>>> 389 users mailing list
>>>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>>>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>>>   
>>>>     
>>>>       
>>>>         
>>> --
>>> 389 users mailing list
>>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>> --
>>> 389 users mailing list
>>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>>   
>>>     
>>>       
>> --
>> 389 users mailing list
>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>   
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> --
>> 389 users mailing list
>> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
>> https://admin.fedoraproject.org/mailman/listinfo/389-users
>>     
>
> --
> 389 users mailing list
> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
> https://admin.fedoraproject.org/mailman/listinfo/389-users
> --
> 389 users mailing list
> 389-users@xxxxxxxxxxxxxxxxxxxxxxx
> https://admin.fedoraproject.org/mailman/listinfo/389-users
>   

--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users
Thread 41 (Thread 1082132832 (LWP 17440)):
#0  0x00002b5578bd2946 in __select_nocancel () from /lib64/tls/libc.so.6
#1  0x00002b5577b547d9 in DS_Sleep (ticks=Variable "ticks" is not available.
) at ../ldap/servers/slapd/util.c:667
#2  0x00002b557c152b9f in deadlock_threadmain (param=Variable "param" is not available.
) at ../ldap/servers/slapd/back-ldbm/dblayer.c:3465
#3  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#4  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#5  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 40 (Thread 1090525536 (LWP 17441)):
#0  0x00002b5578bd2946 in __select_nocancel () from /lib64/tls/libc.so.6
#1  0x00002b5577b547d9 in DS_Sleep (ticks=Variable "ticks" is not available.
) at ../ldap/servers/slapd/util.c:667
#2  0x00002b557c152e5a in checkpoint_threadmain (param=0x69e0d0)
    at ../ldap/servers/slapd/back-ldbm/dblayer.c:3608
#3  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#4  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#5  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 39 (Thread 1098918240 (LWP 17442)):
#0  0x00002b5578bd2946 in __select_nocancel () from /lib64/tls/libc.so.6
#1  0x00002b5577b547d9 in DS_Sleep (ticks=Variable "ticks" is not available.
) at ../ldap/servers/slapd/util.c:667
#2  0x00002b557c1532eb in trickle_threadmain (param=Variable "param" is not available.
) at ../ldap/servers/slapd/back-ldbm/dblayer.c:3777
#3  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#4  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#5  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 38 (Thread 1107310944 (LWP 17443)):
#0  0x00002b5578bd2946 in __select_nocancel () from /lib64/tls/libc.so.6
#1  0x00002b5577b547d9 in DS_Sleep (ticks=Variable "ticks" is not available.
) at ../ldap/servers/slapd/util.c:667
#2  0x00002b557c14d019 in perf_threadmain (param=Variable "param" is not available.
) at ../ldap/servers/slapd/back-ldbm/dblayer.c:3400
#3  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#4  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#5  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 37 (Thread 1115703648 (LWP 17444)):
#0  0x00002b5578d4f9ba in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib64/tls/libpthread.so.0
#1  0x00002b55789faf82 in PR_WaitCondVar ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x00002b5577b49bd9 in slapi_wait_condvar (cvar=0x8dddd0, timeout=0x0)
    at ../ldap/servers/slapd/slapi2nspr.c:182
#3  0x00002b557be1fed1 in cos_cache_wait_on_change (arg=Variable "arg" is not available.
) at ../ldap/servers/plugins/cos/cos_cache.c:476
#4  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#5  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#6  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 36 (Thread 1124096352 (LWP 17445)):
#0  0x00002b5578d4f9ba in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib64/tls/libpthread.so.0
#1  0x00002b55789faf82 in PR_WaitCondVar ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x00002b5577b49bd9 in slapi_wait_condvar (cvar=0x775490, timeout=0x0)
    at ../ldap/servers/slapd/slapi2nspr.c:182
#3  0x00002b557cd15f18 in roles_cache_wait_on_change (arg=Variable "arg" is not available.
) at ../ldap/servers/plugins/roles/roles_cache.c:434
#4  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#5  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#6  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 35 (Thread 1132489056 (LWP 17446)):
#0  0x00002b5578d4f9ba in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib64/tls/libpthread.so.0
#1  0x00002b55789faf82 in PR_WaitCondVar ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x00002b5577b49bd9 in slapi_wait_condvar (cvar=0x93dcc0, timeout=0x0)
    at ../ldap/servers/slapd/slapi2nspr.c:182
#3  0x00002b557cd15f18 in roles_cache_wait_on_change (arg=Variable "arg" is not available.
) at ../ldap/servers/plugins/roles/roles_cache.c:434
#4  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#5  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#6  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 34 (Thread 1140881760 (LWP 17447)):
#0  0x00002b5578d4fbaf in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib64/tls/libpthread.so.0
#1  0x00002b55789fab1b in pt_TimedWait ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x00002b55789faedd in PR_WaitCondVar ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#3  0x00000000004186d3 in housecleaning (cur_time=Variable "cur_time" is not available.
) at ../ldap/servers/slapd/house.c:77
#4  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#5  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#6  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 33 (Thread 1149274464 (LWP 17448)):
#0  0x00002b5578d4fbaf in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib64/tls/libpthread.so.0
#1  0x00002b55789fab1b in pt_TimedWait ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x00002b55789faedd in PR_WaitCondVar ()
   from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#3  0x00002b5577b0b2c6 in eq_loop (arg=Variable "arg" is not available.
) at ../ldap/servers/slapd/eventq.c:355
#4  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#5  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#6  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 32 (Thread 1157667168 (LWP 17449)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaab008d0, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaab10d100, conn=0x8f33c0, 
    op=0x2aaaab1126b0, ber=0x2aaaaabecce0, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab10d100, 
    e=0x2aaaaad14d40, ectrls=0x0, attrs=0x2aaaab401d50, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaab10d100, be=0x6cae50, 
    send_result=1, pnentries=0x450040dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab10d100, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaab10d100)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 31 (Thread 1166059872 (LWP 17450)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000f in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x0000000000a94af0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x9d0a40, operation=9384616, 
    pb=0x0, call_one=11094768) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xa94af0, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0xa94af0, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa94af0, e=0x9d0700, 
    ectrls=0x0, attrs=0x2aaaab01d880, attrsonly=0, send_result=0, nentries=0, 
    urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0xa94af0, be=0x6cae50, send_result=1, 
    pnentries=0x458050dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0xa94af0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0xa94af0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 30 (Thread 1174452576 (LWP 17451)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000001d in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaadfd0d0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa5dae0, operation=9389936, 
    pb=0x0, call_one=-1428172592) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaadfd0d0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaadfd0d0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaadfd0d0, 
    e=0x2aaaab009650, ectrls=0x0, attrs=0x2aaaaadfdcb0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaadfd0d0, be=0x6cae50, 
    send_result=1, pnentries=0x460060dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaadfd0d0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaadfd0d0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 29 (Thread 1182845280 (LWP 17452)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaad47f80, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaaf0f990, conn=0x8f3eb0, 
    op=0x2aaaaaf11390, ber=0x2aaaaafa72b0, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf0f990, 
    e=0x2aaaaae2a2a0, ectrls=0x0, attrs=0x2aaaaaf11fa0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaaf0f990, be=0x6cae50, 
    send_result=1, pnentries=0x468070dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf0f990, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaaf0f990)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 28 (Thread 1191237984 (LWP 17453)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x0000000000000015 in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x0000000000a883d0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa18260, operation=9387136, 
    pb=0x0, call_one=11043792) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xa883d0, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0xa883d0, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa883d0, 
    e=0x2aaaaaceb4d0, ectrls=0x0, attrs=0xa88750, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0xa883d0, be=0x6cae50, send_result=1, 
    pnentries=0x470080dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0xa883d0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0xa883d0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 27 (Thread 1199630688 (LWP 17454)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000f in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaeebd90 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaab009f0, 
    operation=9384896, pb=0x0, call_one=-1427194480)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaeebd90, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaeebd90, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaeebd90, 
    e=0x2aaaaab58cb0, ectrls=0x0, attrs=0x2aaaaaeed550, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaeebd90, be=0x6cae50, 
    send_result=1, pnentries=0x478090dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaeebd90, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaeebd90)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 26 (Thread 1208023392 (LWP 17455)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaf833c0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa101b0, operation=9387416, 
    pb=0x0, call_one=-1426574400) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaf833c0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaf833c0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf833c0, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0xaa0750, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaf833c0, be=0x6cae50, 
    send_result=1, pnentries=0x4800a0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf833c0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaf833c0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 25 (Thread 1216416096 (LWP 17456)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaabd8f30 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa13ed0, operation=9386856, 
    pb=0x0, call_one=-1430417616) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaabd8f30, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaabd8f30, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaabd8f30, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaab015a20, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaabd8f30, be=0x6cae50, 
    send_result=1, pnentries=0x4880b0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaabd8f30, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaabd8f30)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 24 (Thread 1224808800 (LWP 17457)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaab00ce50 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa101b0, operation=9387416, 
    pb=0x0, call_one=-1426010544) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xab00ce50, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaab00ce50, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab00ce50, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaaadc1140, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaab00ce50, be=0x6cae50, 
    send_result=1, pnentries=0x4900c0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab00ce50, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaab00ce50)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 23 (Thread 1233201504 (LWP 17458)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000f in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaab111210 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x9d0a40, operation=9384616, 
    pb=0x0, call_one=-1424944624) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xab111210, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaab111210, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab111210, 
    e=0x9d0700, ectrls=0x0, attrs=0x2aaaab1163a0, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaab111210, be=0x6cae50, 
    send_result=1, pnentries=0x4980d0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab111210, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaab111210)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 22 (Thread 1241594208 (LWP 17459)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaf854d0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaad58eb0, 
    operation=9388816, pb=0x0, call_one=-1426565936)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaf854d0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaf854d0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf854d0, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaaabfaea0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaf854d0, be=0x6cae50, 
    send_result=1, pnentries=0x4a00e0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf854d0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaf854d0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 21 (Thread 1249986912 (LWP 17460)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaad4d9e0, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaad58930, conn=0x8f4310, 
    op=0x2aaaaad61060, ber=0x2aaaaaba94c0, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaad58930, 
    e=0x2aaaaac365d0, ectrls=0x0, attrs=0x2aaaaad58ca0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaad58930, be=0x6cae50, 
    send_result=1, pnentries=0x4a80f0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaad58930, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaad58930)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 20 (Thread 1258379616 (LWP 17461)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaab0098c0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaad58eb0, 
    operation=9388816, pb=0x0, call_one=-1426024256)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xab0098c0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaab0098c0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab0098c0, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0xa80270, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaab0098c0, be=0x6cae50, 
    send_result=1, pnentries=0x4b0100dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab0098c0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaab0098c0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 19 (Thread 1266772320 (LWP 17462)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaad16140, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaad1ad90, conn=0x8f3820, 
    op=0x2aaaaad1aff0, ber=0x2aaaaac55630, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaad1ad90, 
    e=0x2aaaaac365d0, ectrls=0x0, attrs=0xa0fbd0, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaad1ad90, be=0x6cae50, 
    send_result=1, pnentries=0x4b8110dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaad1ad90, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaad1ad90)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 18 (Thread 1275165024 (LWP 17463)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x8e36c0, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaaf7b840, conn=0x8f32a8, 
    op=0x2aaaaaf7baa0, ber=0x2aaaaaf7ef70, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf7b840, 
    e=0x2aaaaab11350, ectrls=0x0, attrs=0x2aaaaaf7c590, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaaf7b840, be=0x6cae50, 
    send_result=1, pnentries=0x4c0120dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf7b840, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaaf7b840)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 17 (Thread 1283557728 (LWP 17464)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaad50790, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaad79980, conn=0x8f4428, 
    op=0x2aaaaad79be0, ber=0x2aaaab402160, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaad79980, 
    e=0xa844f0, ectrls=0x0, attrs=0x2aaaaad7a870, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaad79980, be=0x6cae50, 
    send_result=1, pnentries=0x4c8130dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaad79980, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaad79980)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 16 (Thread 1291950432 (LWP 17465)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000001d in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00000000009e4110 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa5dae0, operation=9389936, 
    pb=0x0, call_one=10371344) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0x9e4110, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0x9e4110, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x9e4110, 
    e=0x2aaaab06a3d0, ectrls=0x0, attrs=0xa64f80, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x9e4110, be=0x6cae50, send_result=1, 
    pnentries=0x4d0140dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x9e4110, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x9e4110)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 15 (Thread 1300343136 (LWP 17466)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaf806f0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaad16230, 
    operation=9386016, pb=0x0, call_one=-1426585872)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaf806f0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaf806f0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf806f0, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaaabe9750, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaf806f0, be=0x6cae50, 
    send_result=1, pnentries=0x4d8150dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf806f0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaf806f0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 14 (Thread 1308735840 (LWP 17467)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x0000000000a76410 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaad16230, 
    operation=9386016, pb=0x0, call_one=10970128)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xa76410, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0xa76410, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa76410, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaaaf6bdf0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0xa76410, be=0x6cae50, send_result=1, 
    pnentries=0x4e0160dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0xa76410, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0xa76410)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 13 (Thread 1317128544 (LWP 17468)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000f in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x0000000000a94120 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaab009f0, 
    operation=9384896, pb=0x0, call_one=11092256)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xa94120, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0xa94120, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa94120, 
    e=0x2aaaaab8aba0, ectrls=0x0, attrs=0x2aaaab01d3c0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0xa94120, be=0x6cae50, send_result=1, 
    pnentries=0x4e8170dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0xa94120, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0xa94120)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 12 (Thread 1325521248 (LWP 17469)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaab10d360 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaab03e90, 
    operation=9385176, pb=0x0, call_one=-1424960672)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xab10d360, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaab10d360, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab10d360, 
    e=0x9e4070, ectrls=0x0, attrs=0xa7b9c0, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaab10d360, be=0x6cae50, 
    send_result=1, pnentries=0x4f0180dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab10d360, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaab10d360)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 11 (Thread 1333913952 (LWP 17470)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0xa0bdf0, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0xa13880, conn=0x8f3b68, op=0xa17070, 
    ber=0xa17b80, type=2) at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa13880, 
    e=0x2aaaaac365d0, ectrls=0x0, attrs=0xa13ba0, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0xa13880, be=0x6cae50, send_result=1, 
    pnentries=0x4f8190dc) at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0xa13880, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0xa13880)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 10 (Thread 1342306656 (LWP 17471)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0x2aaaaab01f40, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaaeeb360, conn=0x8f34d8, 
    op=0x2aaaaaeeb5c0, ber=0x2aaaaaf6f300, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaeeb360, 
    e=0x9e7b80, ectrls=0x0, attrs=0x2aaaaadbdea0, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaaeeb360, be=0x6cae50, 
    send_result=1, pnentries=0x5001a0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaeeb360, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaaeeb360)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 9 (Thread 1350699360 (LWP 17472)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000f in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaeec7c0 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x9d0a40, operation=9384616, 
    pb=0x0, call_one=-1427191872) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaeec7c0, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaeec7c0, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaeec7c0, 
    e=0x2aaaaac046c0, ectrls=0x0, attrs=0x2aaaaaf6cdf0, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaeec7c0, be=0x6cae50, 
    send_result=1, pnentries=0x5081b0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaeec7c0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaeec7c0)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 8 (Thread 1359092064 (LWP 17473)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaab113590 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaad16230, 
    operation=9386016, pb=0x0, call_one=-1424935536)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xab113590, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaab113590, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaab113590, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaab149e20, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaab113590, be=0x6cae50, 
    send_result=1, pnentries=0x5101c0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaab113590, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaab113590)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 7 (Thread 1367484768 (LWP 17474)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0xa1dc40, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaad47cc0, conn=0x8f3d98, 
    op=0x2aaaaad4a610, ber=0x2aaaaad7af30, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaad47cc0, 
    e=0x2aaaaac365d0, ectrls=0x0, attrs=0x2aaaaac4d760, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaad47cc0, be=0x6cae50, 
    send_result=1, pnentries=0x5181d0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaad47cc0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaad47cc0)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 6 (Thread 1375877472 (LWP 17475)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0xa18170, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaae41620, conn=0x8f3c80, 
    op=0x2aaaaae42a70, ber=0x2aaaab56e440, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaae41620, 
    e=0x2aaaab570880, ectrls=0x0, attrs=0x2aaaaad46320, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaae41620, be=0x6cae50, 
    send_result=1, pnentries=0x5201e0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaae41620, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaae41620)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 5 (Thread 1384270176 (LWP 17476)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x00002aaaaaf80950 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0xa13ed0, operation=9386856, 
    pb=0x0, call_one=-1426585264) at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xaaf80950, 
    whichfunction=410) at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, 
    op=0x2aaaaaf80950, ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaaf80950, 
    e=0x2aaaaac24aa0, ectrls=0x0, attrs=0x2aaaaabf0d10, attrsonly=0, 
    send_result=0, nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0x2aaaaaf80950, be=0x6cae50, 
    send_result=1, pnentries=0x5281f0dc)
    at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaaf80950, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0x2aaaaaf80950)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 4 (Thread 1392662880 (LWP 17477)):
#0  0x00002b5578d51e0b in __lll_mutex_lock_wait ()
   from /lib64/tls/libpthread.so.0
#1  0x0000000000000001 in ?? ()
#2  0x000000000000000b in ?? ()
#3  0x00002b5578d4ec17 in pthread_mutex_lock () from /lib64/tls/libpthread.so.0
#4  0x0000000000a8ad30 in ?? ()
#5  0x000000000000019a in ?? ()
#6  0x00002b5577b32301 in plugin_call_func (list=0x2aaaaab03e90, 
    operation=9385176, pb=0x0, call_one=11054384)
    at ../ldap/servers/slapd/plugin.c:1363
#7  0x00002b5577b32fbb in plugin_call_plugins (pb=0xa8ad30, whichfunction=410)
    at ../ldap/servers/slapd/plugin.c:326
#8  0x00002b5577b3e0fb in flush_ber (pb=0x1, conn=0x2b55789faa49, op=0xa8ad30, 
    ber=0x2, type=2) at ../ldap/servers/slapd/result.c:1500
#9  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0xa8ad30, e=0x9e4070, 
    ectrls=0x0, attrs=0x2aaaab00a450, attrsonly=0, send_result=0, nentries=0, 
    urls=0x0) at ../ldap/servers/slapd/result.c:1403
#10 0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#11 0x00002b5577b2b828 in iterate (pb=0xa8ad30, be=0x6cae50, send_result=1, 
    pnentries=0x530200dc) at ../ldap/servers/slapd/opshared.c:1115
#12 0x00002b5577b2c452 in op_shared_search (pb=0xa8ad30, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#13 0x0000000000422b51 in do_search (pb=0xa8ad30)
    at ../ldap/servers/slapd/search.c:350
#14 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#15 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#16 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#17 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 3 (Thread 1401055584 (LWP 17478)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x000000000041417f in slapd_poll (handle=0xa5c5e0, output=1, secure=Variable "secure" is not available.
) at ../ldap/servers/slapd/daemon.c:1576
#3  0x00000000004146ce in write_function (ignore=Variable "ignore" is not available.
) at ../ldap/servers/slapd/daemon.c:1877
#4  0x00002b5577ed5278 in ber_flush ()
   from /opt/UMC/jdb/lib/dirsrv/libldap60.so
#5  0x00002b5577b3e10c in flush_ber (pb=0x2aaaaabe90f0, conn=0x8f4770, 
    op=0x2aaaaabea7b0, ber=0x2aaaab267930, type=2)
    at ../ldap/servers/slapd/result.c:1501
#6  0x00002b5577b401f9 in send_ldap_search_entry_ext (pb=0x2aaaaabe90f0, 
    e=0x2aaaab107100, ectrls=0x0, attrs=0xa84110, attrsonly=0, send_result=0, 
    nentries=0, urls=0x0) at ../ldap/servers/slapd/result.c:1403
#7  0x00002b5577b408ec in send_ldap_search_entry (pb=Variable "pb" is not available.
) at ../ldap/servers/slapd/result.c:821
#8  0x00002b5577b2b828 in iterate (pb=0x2aaaaabe90f0, be=0x6cae50, 
    send_result=1, pnentries=0x538210dc)
    at ../ldap/servers/slapd/opshared.c:1115
#9  0x00002b5577b2c452 in op_shared_search (pb=0x2aaaaabe90f0, send_result=1)
    at ../ldap/servers/slapd/opshared.c:1309
#10 0x0000000000422b51 in do_search (pb=0x2aaaaabe90f0)
    at ../ldap/servers/slapd/search.c:350
#11 0x000000000041314b in connection_threadmain ()
    at ../ldap/servers/slapd/connection.c:532
#12 0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#13 0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#14 0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#15 0x0000000000000000 in ?? ()

Thread 2 (Thread 1409448288 (LWP 17479)):
#0  0x00002b5578bd2946 in __select_nocancel () from /lib64/tls/libc.so.6
#1  0x00002b5577b547d9 in DS_Sleep (ticks=Variable "ticks" is not available.
) at ../ldap/servers/slapd/util.c:667
#2  0x000000000041409c in time_thread (nothing=Variable "nothing" is not available.
) at ../ldap/servers/slapd/daemon.c:464
#3  0x00002b55789ffdfe in _pt_root () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#4  0x00002b5578d4d10a in start_thread () from /lib64/tls/libpthread.so.0
#5  0x00002b5578bd98b3 in clone () from /lib64/tls/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 47646103231232 (LWP 17436)):
#0  0x00002b5578bd09a2 in poll () from /lib64/tls/libc.so.6
#1  0x00002b55789fea5f in PR_Poll () from /opt/UMC/jdb/lib/dirsrv/libnspr4.so
#2  0x0000000000415ae7 in slapd_daemon (ports=0x7fff33104c10)
    at ../ldap/servers/slapd/daemon.c:662
#3  0x000000000041c0b3 in main (argc=7, argv=0x7fff33104d58)
    at ../ldap/servers/slapd/main.c:1162
The program is running.  Quit anyway (and detach it)? (y or n) Not confirmed.
Already logging to /tmp/slapd.txt.
--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users

[Index of Archives]     [Fedora Directory Users]     [Fedora Directory Devel]     [Fedora Announce]     [Fedora Legacy Announce]     [Kernel]     [Fedora Legacy]     [Share Photos]     [Fedora Desktop]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite News]

  Powered by Linux