[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: Tue, 28 Apr 2026 15:14:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291193
--- Comment #5 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=ddabf7f3ea4f0497dc5a5ffcbbb1d852ea77a4cd
commit ddabf7f3ea4f0497dc5a5ffcbbb1d852ea77a4cd
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-11-26 19:28:13 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-04-28 15:11:46 +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
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.