[Bug 254244] panics after upgrade to stable/13-n244861-b9773574371

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 15 19:38:34 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254244

--- Comment #14 from Hans Petter Selasky <hselasky at 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.


More information about the freebsd-net mailing list