Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2021 19:38:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 254244] panics after upgrade to stable/13-n244861-b9773574371
Message-ID:  <bug-254244-7501-LrOFK5tHO9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254244-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254244-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254244

--- Comment #14 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
Comment on attachment 223294
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223294
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254244-7501-LrOFK5tHO9>