[Bug 275616] bwn driver causes kernel panic after connect
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275616] bwn driver causes kernel panic after connect"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 14:23:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275616 --- 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 comment 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 installed to, for example, /boot/kernel.test, the debug file path would be /usr/lib/debug/boot/kernel.test/kernel.debug.) -- You are receiving this mail because: You are the assignee for the bug.