[Bug 286512] linuxkpi: amdgpu regressed after base 325aa4dbd10d

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 05 May 2025 18:49:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286512

--- Comment #31 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Charlie Li from comment #30)
Can you please run the following in a terminal while those amdgpu errors are
occurring, and post the output file here?  Basically, run this command, start
cinnamon, and once the crash has 
happened, ctrl-C the dtrace command.

# dtrace -n 'fbt::linux_schedule_timeout:entry {printf("%x", args[0]);
stack();} fbt::linux_schedule_timeout:return {printf("%x", args[1]);}' -o
output.txt

-- 
You are receiving this mail because:
You are on the CC list for the bug.