[Bug 224359] ipmi kernel panic

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Aug 2025 08:56:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224359

--- Comment #10 from Andriy Gapon <avg@FreeBSD.org> ---
This also looks interesting:
req=req@entry=0xffffffff823b9e80
It seems like req points into some text or data section rather than dynamically
allocated kernel memory.
It would curious to see output of 
info symbol 0xffffffff823b9e80
and
x/8a 0xffffffff823b9e80
replacing 0xffffffff823b9e80 with req value from the current crash dump.

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