https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244
--- Comment #14 from Hans Petter Selasky <hsela...@freebsd.org> --- Comment on attachment 223294 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223294 backtrace 1 In the debug (kgdb prompt) you can try to dump this mbuf: print ((struct mbuf *)0xfffff802b067d590)[0] Then try to follow m_nextpkt: print ((struct mbuf *)0xfffff802b067d590)[0].m_nextpkt[0] And see where you end up. --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"