[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#4411) ldapsearch hangs with proxyCache
On Thu, 16 Feb 2006, Howard Chu wrote:
> As noted here http://www.openldap.org/faq/data/cache/59.html we need to see
> what the other threads in slapd are up to as well.
You'd think I'd remember that, after my previous issue :-(
> The gdb trace you provided just shows the current thread waiting for a BDB
> lock, which is nothing unusual. You should run slapd under gdb, or attach to
> slapd after it hangs. Forcing a core dump will generally provide incomplete
> information in a threaded program.
(gdb) info threads
14 process 98846, thread 14 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
13 process 98846, thread 13 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
12 process 98846, thread 12 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
11 process 98846, thread 11 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
10 process 98846, thread 10 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
9 process 98846, thread 9 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
8 process 98846, thread 8 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
7 process 98846, thread 7 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
6 process 98846, thread 6 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
5 process 98846, thread 5 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
4 process 98846, thread 4 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
3 process 98846, thread 3 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
2 process 98846, thread 2 0x283cd653 in _thread_kern_sched ()
from /usr/lib/libc_r.so.4
* 1 process 98846, thread 1 0x813d1d0 in __db_tas_mutex_lock_4002 ()
(gdb) thread apply all bt
Thread 1 (process 98846, thread 1):
#0 0x813d1d0 in __db_tas_mutex_lock_4002 ()
#1 0x816e773 in __db_c_close_4002 ()
#2 0x80c8657 in bdb_idl_insert_key (be=0x82af800, db=0x8341400,
tid=0xb7b3480, key=0xb47c024, id=2) at idl.c:876
#3 0x80c3e72 in bdb_dn2id_add (op=0xb47c474, txn=0xb7b3480, eip=0x82b0f38,
e=0xb7b5440) at dn2id.c:114
#4 0x80be83c in bdb_add (op=0xb47c474, rs=0xb47c250) at add.c:287
#5 0x809d928 in syncrepl_add_glue (op=0xb47c474, e=0xb7b5b00)
at syncrepl.c:2231
#6 0x80db41b in merge_entry (op=0xb47c474, e=0xb7b5b00, query_uuid=0xb47c5a4)
at pcache.c:194
#7 0x80dcc11 in cache_entries (op=0xb591200, rs=0xb47cdb0,
query_uuid=0xb47c5a4) at pcache.c:1011
#8 0x80dce4a in pcache_response (op=0xb591200, rs=0xb47cdb0) at pcache.c:1072
#9 0x80681be in send_ldap_response (op=0xb591200, rs=0xb47cdb0)
at result.c:312
#10 0x8068ac7 in slap_send_ldap_result (op=0xb591200, rs=0xb47cdb0)
at result.c:583
#11 0x80b5d3a in meta_back_search (op=0xb591200, rs=0xb47cdb0) at search.c:866
#12 0x80a1e9a in overlay_op_walk (op=0xb591200, rs=0xb47cdb0, which=op_search,
oi=0x82b0d00, on=0x82b0e00) at backover.c:499
#13 0x80a1fd6 in over_op_func (op=0xb591200, rs=0xb47cdb0, which=op_search)
at backover.c:551
#14 0x80a2042 in over_op_search (op=0xb591200, rs=0xb47cdb0) at backover.c:573
#15 0x805ea73 in fe_op_search (op=0xb591200, rs=0xb47cdb0) at search.c:355
#16 0x805e731 in do_search (op=0xb591200, rs=0xb47cdb0) at search.c:217
#17 0x805c910 in connection_operation (ctx=0xb47ce3c, arg_v=0xb591200)
at connection.c:1307
#18 0x80f77cd in ldap_int_thread_pool_wrapper (xpool=0x825f240) at tpool.c:480
#19 0x28391240 in _thread_start () from /usr/lib/libc_r.so.4
#20 0x0 in ?? ()
Funny; must be a bug in GDB, as I can't quit:
(gdb) q
The program is running. Quit anyway (and detach it)? (y or n) y
Detaching from program: /usr/local/libexec/slapd, pro
> It may also be useful to get the output from "db_stat -CA -h <bdb dir>".
OK, but we got lots of them, accessed via a "view":
cordoors.com/au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
13e dd= 0 locks held 1 write locks 0
13e READ 1 HELD id2entry.bdb handle 0
13f dd= 0 locks held 0 write locks 0
140 dd= 0 locks held 1 write locks 0
140 READ 1 HELD dn2id.bdb handle 0
141 dd= 0 locks held 0 write locks 0
142 dd= 0 locks held 0 write locks 0
143 dd= 0 locks held 0 write locks 0
145 dd= 0 locks held 1 write locks 0
145 READ 1 HELD entryCSN.bdb handle 0
146 dd= 0 locks held 0 write locks 0
147 dd= 0 locks held 0 write locks 0
148 dd= 0 locks held 0 write locks 0
149 dd= 0 locks held 0 write locks 0
14a dd= 0 locks held 0 write locks 0
14b dd= 0 locks held 1 write locks 0
14b READ 1 HELD objectClass.bdb handle 0
14c dd= 0 locks held 0 write locks 0
14d dd= 0 locks held 0 write locks 0
14e dd= 0 locks held 1 write locks 0
14e READ 1 HELD ciApp.bdb handle 0
14f dd= 0 locks held 0 write locks 0
150 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
13e READ 1 HELD id2entry.bdb handle 0
140 READ 1 HELD dn2id.bdb handle 0
14b READ 1 HELD objectClass.bdb handle 0
145 READ 1 HELD entryCSN.bdb handle 0
14e READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x28bfd004: 119836
cordoors.com/id:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
e7 dd= 0 locks held 1 write locks 0
e7 READ 1 HELD id2entry.bdb handle 0
e8 dd= 0 locks held 0 write locks 0
e9 dd= 0 locks held 1 write locks 0
e9 READ 1 HELD dn2id.bdb handle 0
ea dd= 0 locks held 0 write locks 0
eb dd= 0 locks held 0 write locks 0
ec dd= 0 locks held 0 write locks 0
ed dd= 0 locks held 0 write locks 0
ee dd= 0 locks held 0 write locks 0
ef dd= 0 locks held 1 write locks 0
ef READ 1 HELD objectClass.bdb handle 0
f0 dd= 0 locks held 0 write locks 0
f1 dd= 0 locks held 0 write locks 0
f2 dd= 0 locks held 1 write locks 0
f2 READ 1 HELD ciApp.bdb handle 0
f3 dd= 0 locks held 0 write locks 0
f4 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
e7 READ 1 HELD id2entry.bdb handle 0
e9 READ 1 HELD dn2id.bdb handle 0
ef READ 1 HELD objectClass.bdb handle 0
f2 READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
cordoors.com/my:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
ea dd= 0 locks held 1 write locks 0
ea READ 1 HELD id2entry.bdb handle 0
eb dd= 0 locks held 0 write locks 0
ec dd= 0 locks held 1 write locks 0
ec READ 1 HELD dn2id.bdb handle 0
ed dd= 0 locks held 0 write locks 0
ee dd= 0 locks held 0 write locks 0
ef dd= 0 locks held 0 write locks 0
f0 dd= 0 locks held 0 write locks 0
f1 dd= 0 locks held 0 write locks 0
f2 dd= 0 locks held 1 write locks 0
f2 READ 1 HELD objectClass.bdb handle 0
f3 dd= 0 locks held 0 write locks 0
f4 dd= 0 locks held 0 write locks 0
f5 dd= 0 locks held 1 write locks 0
f5 READ 1 HELD ciApp.bdb handle 0
f6 dd= 0 locks held 0 write locks 0
f7 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
ea READ 1 HELD id2entry.bdb handle 0
ec READ 1 HELD dn2id.bdb handle 0
f2 READ 1 HELD objectClass.bdb handle 0
f5 READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
cordoors.com/sg:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
e5 dd= 0 locks held 1 write locks 0
e5 READ 1 HELD id2entry.bdb handle 0
e6 dd= 0 locks held 0 write locks 0
e7 dd= 0 locks held 1 write locks 0
e7 READ 1 HELD dn2id.bdb handle 0
e8 dd= 0 locks held 0 write locks 0
e9 dd= 0 locks held 0 write locks 0
ea dd= 0 locks held 0 write locks 0
eb dd= 0 locks held 0 write locks 0
ec dd= 0 locks held 0 write locks 0
ed dd= 0 locks held 1 write locks 0
ed READ 1 HELD objectClass.bdb handle 0
ee dd= 0 locks held 0 write locks 0
ef dd= 0 locks held 0 write locks 0
f0 dd= 0 locks held 1 write locks 0
f0 READ 1 HELD ciApp.bdb handle 0
f1 dd= 0 locks held 0 write locks 0
f2 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
e5 READ 1 HELD id2entry.bdb handle 0
e7 READ 1 HELD dn2id.bdb handle 0
ed READ 1 HELD objectClass.bdb handle 0
f0 READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
cordoors.com/th:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
e6 dd= 0 locks held 1 write locks 0
e6 READ 1 HELD id2entry.bdb handle 0
e7 dd= 0 locks held 0 write locks 0
e8 dd= 0 locks held 1 write locks 0
e8 READ 1 HELD dn2id.bdb handle 0
e9 dd= 0 locks held 0 write locks 0
ea dd= 0 locks held 0 write locks 0
eb dd= 0 locks held 0 write locks 0
ec dd= 0 locks held 0 write locks 0
ed dd= 0 locks held 1 write locks 0
ed READ 1 HELD objectClass.bdb handle 0
ee dd= 0 locks held 0 write locks 0
ef dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
e6 READ 1 HELD id2entry.bdb handle 0
e8 READ 1 HELD dn2id.bdb handle 0
ed READ 1 HELD objectClass.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
ci.com.au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
128 dd= 0 locks held 1 write locks 0
128 READ 1 HELD id2entry.bdb handle 0
129 dd= 0 locks held 0 write locks 0
12a dd= 0 locks held 1 write locks 0
12a READ 1 HELD dn2id.bdb handle 0
12b dd= 0 locks held 0 write locks 0
12c dd= 0 locks held 0 write locks 0
12d dd= 0 locks held 0 write locks 0
12f dd= 0 locks held 1 write locks 0
12f READ 1 HELD entryCSN.bdb handle 0
130 dd= 0 locks held 0 write locks 0
131 dd= 0 locks held 0 write locks 0
132 dd= 0 locks held 0 write locks 0
133 dd= 0 locks held 0 write locks 0
134 dd= 0 locks held 0 write locks 0
135 dd= 0 locks held 1 write locks 0
135 READ 1 HELD objectClass.bdb handle 0
136 dd= 0 locks held 0 write locks 0
137 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
128 READ 1 HELD id2entry.bdb handle 0
12a READ 1 HELD dn2id.bdb handle 0
135 READ 1 HELD objectClass.bdb handle 0
12f READ 1 HELD entryCSN.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
cis.net.au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
126 dd= 0 locks held 1 write locks 0
126 READ 1 HELD id2entry.bdb handle 0
127 dd= 0 locks held 0 write locks 0
128 dd= 0 locks held 1 write locks 0
128 READ 1 HELD dn2id.bdb handle 0
129 dd= 0 locks held 0 write locks 0
12a dd= 0 locks held 0 write locks 0
12b dd= 0 locks held 0 write locks 0
12d dd= 0 locks held 1 write locks 0
12d READ 1 HELD entryCSN.bdb handle 0
12e dd= 0 locks held 0 write locks 0
12f dd= 0 locks held 0 write locks 0
130 dd= 0 locks held 0 write locks 0
131 dd= 0 locks held 0 write locks 0
132 dd= 0 locks held 0 write locks 0
133 dd= 0 locks held 1 write locks 0
133 READ 1 HELD objectClass.bdb handle 0
134 dd= 0 locks held 0 write locks 0
135 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
126 READ 1 HELD id2entry.bdb handle 0
128 READ 1 HELD dn2id.bdb handle 0
133 READ 1 HELD objectClass.bdb handle 0
12d READ 1 HELD entryCSN.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
coreng.com.au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
12e dd= 0 locks held 1 write locks 0
12e READ 1 HELD id2entry.bdb handle 0
12f dd= 0 locks held 0 write locks 0
130 dd= 0 locks held 1 write locks 0
130 READ 1 HELD dn2id.bdb handle 0
131 dd= 0 locks held 0 write locks 0
132 dd= 0 locks held 0 write locks 0
133 dd= 0 locks held 0 write locks 0
135 dd= 0 locks held 1 write locks 0
135 READ 1 HELD entryCSN.bdb handle 0
136 dd= 0 locks held 0 write locks 0
137 dd= 0 locks held 0 write locks 0
138 dd= 0 locks held 0 write locks 0
139 dd= 0 locks held 0 write locks 0
13a dd= 0 locks held 0 write locks 0
13b dd= 0 locks held 1 write locks 0
13b READ 1 HELD objectClass.bdb handle 0
13c dd= 0 locks held 0 write locks 0
13d dd= 0 locks held 0 write locks 0
13e dd= 0 locks held 1 write locks 0
13e READ 1 HELD ciApp.bdb handle 0
13f dd= 0 locks held 0 write locks 0
140 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
12e READ 1 HELD id2entry.bdb handle 0
130 READ 1 HELD dn2id.bdb handle 0
13b READ 1 HELD objectClass.bdb handle 0
135 READ 1 HELD entryCSN.bdb handle 0
13e READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
ramico.com.au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
138 dd= 0 locks held 1 write locks 0
138 READ 1 HELD id2entry.bdb handle 0
139 dd= 0 locks held 0 write locks 0
13a dd= 0 locks held 1 write locks 0
13a READ 1 HELD dn2id.bdb handle 0
13b dd= 0 locks held 0 write locks 0
13c dd= 0 locks held 0 write locks 0
13d dd= 0 locks held 0 write locks 0
13f dd= 0 locks held 1 write locks 0
13f READ 1 HELD entryCSN.bdb handle 0
140 dd= 0 locks held 0 write locks 0
141 dd= 0 locks held 0 write locks 0
142 dd= 0 locks held 0 write locks 0
143 dd= 0 locks held 0 write locks 0
144 dd= 0 locks held 0 write locks 0
145 dd= 0 locks held 1 write locks 0
145 READ 1 HELD objectClass.bdb handle 0
146 dd= 0 locks held 0 write locks 0
147 dd= 0 locks held 0 write locks 0
148 dd= 0 locks held 1 write locks 0
148 READ 1 HELD ciApp.bdb handle 0
149 dd= 0 locks held 0 write locks 0
14a dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
138 READ 1 HELD id2entry.bdb handle 0
13a READ 1 HELD dn2id.bdb handle 0
145 READ 1 HELD objectClass.bdb handle 0
13f READ 1 HELD entryCSN.bdb handle 0
148 READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
summit.com.au:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lock region parameters
locker table size: 1031, object table size: 1031, obj_off: 360104,
osynch_off: 0, locker_off: 351848, lsynch_off: 0, need_dd: 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Conflict matrix
0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 1 0 1
0 1 1 1 1 1 1 1 1
0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 1 1
0 0 1 0 0 0 0 0 1
0 1 1 0 0 0 0 1 1
0 0 1 0 1 0 1 0 0
0 1 1 0 1 1 1 0 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by lockers
Locker Mode Count Status ----------------- Object ---------------
12e dd= 0 locks held 1 write locks 0
12e READ 1 HELD id2entry.bdb handle 0
12f dd= 0 locks held 0 write locks 0
130 dd= 0 locks held 1 write locks 0
130 READ 1 HELD dn2id.bdb handle 0
131 dd= 0 locks held 0 write locks 0
132 dd= 0 locks held 0 write locks 0
133 dd= 0 locks held 0 write locks 0
135 dd= 0 locks held 1 write locks 0
135 READ 1 HELD entryCSN.bdb handle 0
136 dd= 0 locks held 0 write locks 0
137 dd= 0 locks held 0 write locks 0
138 dd= 0 locks held 0 write locks 0
139 dd= 0 locks held 0 write locks 0
13a dd= 0 locks held 0 write locks 0
13b dd= 0 locks held 1 write locks 0
13b READ 1 HELD objectClass.bdb handle 0
13c dd= 0 locks held 0 write locks 0
13d dd= 0 locks held 0 write locks 0
13e dd= 0 locks held 1 write locks 0
13e READ 1 HELD ciApp.bdb handle 0
13f dd= 0 locks held 0 write locks 0
140 dd= 0 locks held 0 write locks 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Locks grouped by object
Locker Mode Count Status ----------------- Object ---------------
12e READ 1 HELD id2entry.bdb handle 0
130 READ 1 HELD dn2id.bdb handle 0
13b READ 1 HELD objectClass.bdb handle 0
135 READ 1 HELD entryCSN.bdb handle 0
13e READ 1 HELD ciApp.bdb handle 0
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Memory free list
0x286fd004: 119836
--
Dave Horsfall DTM VK2KFU daveh@ci.com.au Ph: +61 2 9552-5509 (d) -5500 (sw)
Corinthian Engrng P/L, Ste 54 Jones Bay Whf, 26-32 Pirrama Rd, Pyrmont 2009, AU