Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2023 20:50:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@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-3630-VfxiqNlRQz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267028-3630@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=3D267028

--- Comment #100 from John F. Carr <jfc@mit.edu> ---
(In reply to Mark Millard from comment #98)

Frame 27 is the entry into the kernel via the system call trap.  We know th=
is
because it calls amd64_syscall.  Frame 28 is a user program.  We know this
because the addresses are at the user address space and not the kernel addr=
ess
space (program counter at 0x2881da, stack frame at 0x7fffffffd688).

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-267028-3630-VfxiqNlRQz>