[Bug 273544] [panic] FreeBSD 14 panic when kernel compiled with amdtemp
Date: Tue, 05 Sep 2023 07:34:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273544 --- Comment #6 from Gary Jennejohn <gljennjohn@gmail.com> --- There is a difference between my crash dump output and the screen log posted by Martin Matuska. Here's part of a post I sent to current: I have a photo of the part of the backtrace which shows that amdtemp_attach, amdtemp_probe_ccd_sensors and amd_smnread are involved. Immediately after the amd_smnread there's __mtx_lock_flags which is then immeditately followed by trap, calltrap, trap_pfault and trap_fatal The difference is the __mtx_lock_flags, which comes immediately before the trap. That isn't present in the screen log. Of course, the kernel addresses are also different, but the details of the panic are the same. I should also add that a work around is to kldload amdsmn.ko and amdtemp.ko, since bugzilla 273543 has been marked as a duplicate of this and that information basically has now disappeared. -- You are receiving this mail because: You are the assignee for the bug.