Comment 12 for bug 215904

Revision history for this message
Mark Painter (mpainter) wrote : Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

(gdb) f 4
#4 0x00007f3a0fb07dcd in ldap_int_flush_request (ld=0x693d90, lr=0x699050) at request.c:152
152 if ( ber_flush2( lc->lconn_sb, lr->lr_ber, LBER_FLUSH_FREE_NEVER ) != 0 ) {
(gdb) print *lc
$4 = {lconn_sb = 0x7f3a11313ab0, lconn_sasl_authctx = 0x7f3a11313ab0, lconn_sasl_sockctx = 0x6c6e65706f2f706d,
  lconn_refcnt = 846225764, lconn_created = 7091318038316594222, lconn_lastused = 7795576359399612786,
  lconn_rebind_inprogress = 1651270249, lconn_rebind_queue = 0x3a3433323a632e6f, lconn_status = 1919246880,
  lconn_server = 0x737341203a326873, lconn_ber = 0x60206e6f69747265, lconn_next = 0x3e2d296273282028}