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
" |