[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 12 Dec 2024 18:44:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #217 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
comment #5 and comment #82 both identify strcmp for the failure
context and both identify it is a strcmp during modlist_lookup
that got the failures in those examples. This is part of the
linker_load_module activity, something the back trace in your
recent example also indicates as going on.

comment #5  was for a context attempting to find "zfs".
comment #82 was for a cotnext attempting to find "acpi_wmi".

(That aspect varies across the failures.)

The comment #82 notes are likely the closest to being failure
details as far as I can tell.

Only the kgdb backtrace seems to be all that useful and is what
comment #5 and comment #82 were based on, apparently with
correct contexts for matching the live system kernel of the
times in question.

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