Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Dec 2023 14:23:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 275616] bwn driver causes kernel panic after connect
Message-ID:  <bug-275616-21060-shGPLsRHs2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275616-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275616-21060@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=3D275616

--- Comment #6 from Mark Johnston <markj@FreeBSD.org> ---
It would be useful (for me at least) to see the gdb backtrace from a KASAN
report.  That is, either use addr2line to answer Bjoern's question from com=
ment
2[*], or get a kernel dump from a KASAN kernel.

[*] I would also like to see what "ieee80211_encap+0x512" is.  To get this
info:

$ sudo pkg install binutils
$ echo "ieee80211_encap+0x512" | /usr/local/bin/addr2line -e
/usr/lib/debug/boot/kernel/kernel.debug

assuming that your kernel is installed at /boot/kernel.  (If it was install=
ed
to, for example, /boot/kernel.test, the debug file path would be
/usr/lib/debug/boot/kernel.test/kernel.debug.)

--=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-275616-21060-shGPLsRHs2>