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

Re: (ITS#4924) assertion failure during test039-glue-ldap-concurrency



On Friday 13 April 2007 01:11, Pierangelo Masarati wrote:
> You should print the contents of "res", which contains the offending
> response message type.
(gdb) frame 3
#3  0x0ffb459c in ldap_new_connection (ld=0x10016128, srvlist=0x10020278,
    use_ldsb=0, connect=1, bind=0xff9b4624) at request.c:465
465                                                     assert( 0 );
(gdb) print *res
$5 = {lm_msgid = 530, lm_msgtype = 96, lm_ber = 0x10020238, lm_chain = 0x0,
  lm_chain_tail = 0x10021458, lm_next = 0x0, lm_time = 0}
(gdb) print *res->lm_ber
$6 = {ber_opts = {lbo_valid = 2, lbo_options = 1, lbo_debug = 0},
  ber_tag = 96, ber_len = 13, ber_usertag = 0,
  ber_buf = 0x10021368 "\002\002\002\022`\a\002\001\003\004",
  ber_ptr = 0x1002136c "`\a\002\001\003\004", ber_end = 0x10021375 "",
  ber_sos = 0x0, ber_rwptr = 0x0, ber_memctx = 0x0}

-- 
Ralf