[Bug 291193] EFI RT fault breakpoint instruction fault on shutdown
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291193] EFI RT fault breakpoint instruction fault on shutdown"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jun 2026 17:10:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291193
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/15 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=314c85574ae08eea6499380556decfcda3e0f49c
commit 314c85574ae08eea6499380556decfcda3e0f49c
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-11-26 19:28:13 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-06-11 17:08:35 +0000
amd64: Make EFI runtime faults look less like panics
EFI runtime faults may be mistaken for kernel panics, and do not
necessarily represent actual problems. Try to differentiate them some
more by printing "EFI runtime trap" rather than "Fatal trap".
PR: 291193
Reviewed by: kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56309
(cherry picked from commit ddabf7f3ea4f0497dc5a5ffcbbb1d852ea77a4cd)
sys/amd64/amd64/trap.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.