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

Re: (ITS#5510) Does GSSAPI failure kill slapd?



On Wed, 14 May 2008, aej@WPI.EDU wrote:

> (gdb) frame 4
> #4  0x08114473 in ldap_pvt_runqueue_remove (rq=0x82c1820, entry=0x543f) at rq.c:92
> 92		assert( e == entry );
> (gdb) print e
> $2 = (struct re_s *) 0x0
> (gdb) print entry
> $3 = (struct re_s *) 0x543f

> Thread 5 (Thread 2035399584 (LWP 21567)):
> #0  0x00a977a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
> #1  0x00ad8815 in raise () from /lib/tls/libc.so.6
> #2  0x00ada279 in abort () from /lib/tls/libc.so.6
> #3  0x00ad1d91 in __assert_fail () from /lib/tls/libc.so.6
> #4  0x08114473 in ldap_pvt_runqueue_remove (rq=0x82c1820, entry=0x543f) at rq.c:92
> #5  0x080ffd9f in syncprov_free_syncop (so=0x8403248) at syncprov.c:744
> #6  0x0810011d in syncprov_qtask (ctx=0x7951b210, arg=0x847e618) at syncprov.c:949
> #7  0x08113cfd in ldap_int_thread_pool_wrapper (xpool=0x82e6ab0) at tpool.c:663
> #8  0x00d123cc in start_thread () from /lib/tls/libpthread.so.0
> #9  0x00b7a1ae in clone () from /lib/tls/libc.so.6

Could you also "print *so" from frame 5, the entry from frame 4 looks 
corrupt.

Rein