https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292547
--- Comment #4 from Marek Zarychta <[email protected]> --- (In reply to Mark Johnston from comment #3) (kgdb) frame 15 #15 uipc_soreceive_stream_or_seqpacket (so=0xfffff80025830800, psa=<optimized out>, uio=0xfffffe00d24aad10, mp0=<optimized out>, controlp=0xfffffe00d24aad50, flagsp=0xfffffe00d24aaddc) at /usr/src/sys/kern/uipc_usrreq.c:1462 1462 if (first->m_type == MT_CONTROL) { (kgdb) p/x so->so_rcv $1 = {sb_sel = 0xfffff80025830828, sb_state = 0x0, sb_flags = 0x0, sb_acc = 0x140, sb_ccc = 0x140, sb_mbcnt = 0xa00, sb_ctl = 0x0, sb_hiwat = 0x10000, sb_lowat = 0x1, sb_mbmax = 0x80000, sb_timeo = 0x0, sb_upcall = 0x0, sb_upcallarg = 0x0, sb_aiojobq = { tqh_first = 0x0, tqh_last = 0xfffff80025830a40}, sb_aiotask = {ta_link = {stqe_next = 0x0}, ta_pending = 0x0, ta_priority = 0x0, ta_flags = 0x0, ta_func = 0xffffffff80c4cc20, ta_context = 0xfffff80025830800}, {{sb_mtx = 0x0, sb_mb = 0xfffff80025830a70, sb_mbtail = 0x0, sb_lastrecord = 0xfffff80025010400, sb_sndptr = 0x0, sb_fnrdy = 0x0, sb_sndptroff = 0x0, sb_tlscc = 0x0, sb_tlsdcc = 0x0, sb_mtls = 0x0, sb_mtlstail = 0x0, sb_tls_seqno = 0x0, sb_tls_info = 0x0}, {uxst_mbq = {stqh_first = 0x0, stqh_last = 0xfffff80025830a70}, uxst_fnrdy = 0x0, uxst_peer = 0xfffff80025010400, uxst_flags = 0x0}, {uxdg_mb = { stqh_first = 0x0, stqh_last = 0xfffff80025830a70}, uxdg_peeked = 0x0, {uxdg_conns = {tqh_first = 0xfffff80025010400, tqh_last = 0x0}, uxdg_clist = {tqe_next = 0xfffff80025010400, tqe_prev = 0x0}}, uxdg_cc = 0x0, uxdg_ctl = 0x0, uxdg_mbcnt = 0x0}, {nl_queue = {tqh_first = 0x0, tqh_last = 0xfffff80025830a70}}}} -- You are receiving this mail because: You are the assignee for the bug.
