Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 19:53:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko
Message-ID:  <bug-267028-227-j2cTLSpH5A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #219 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
For a successful boot, could you try:

# kgdb
. . .
(kgdb) disass/s linker_load_dependencies
. . . ( a range around offset +0x274 ) . . .

If you have /usr/src/ in place as a copy of the source
for 13.4-RELELASE, the "/s" should lead to also showing
related source code, but tracking code generation order,
not source code order.

As things may be inlined, you may see the strcmp and such
from called routines, not just source from
linker_load_dependencies itself.

This might give an idea of which phase
linker_load_dependencies was in when it ended up leading
to the failure during strcmp .

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267028-227-j2cTLSpH5A>