Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 09:04:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 284073] bnxt: kernel panic on 14.2-RELEASE
Message-ID:  <bug-284073-7501-nYXk64WKSA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284073-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284073-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=3D284073

Zhenlei Huang <zlei@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlei@FreeBSD.org

--- Comment #2 from Zhenlei Huang <zlei@FreeBSD.org> ---
addr2line shows that the line of source code is
https://cgit.freebsd.org/src/tree/sys/dev/bnxt/bnxt_en/bnxt_sysctl.c?h=3Dre=
leng/14.2#n1959
, but no clue how that line can panic.

Maybe the kernel actually panic within `sysctl_handle_string()` ?

Hi Daniel, Can you please build the kernel with INVARIANTS enabled, or dire=
ctly
with the kernel conf `GENERIC-DEBUG` and test with the new kernel / driver ?


```
% readelf -s if_bnxt.ko.debug | grep bnxt_dcb_list_app
   163: 000000000001a5c0   368 FUNC    LOCAL  DEFAULT    1 bnxt_dcb_list_app
% echo "obase=3D16; ibase=3D16; 1A5C0 + 144" | bc
1A704
% addr2line -fip -e if_bnxt.ko.debug -j .text 0x1A704
bnxt_dcb_list_app at /usr/src/sys/dev/bnxt/bnxt_en/bnxt_sysctl.c:1959
```

--=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-284073-7501-nYXk64WKSA>