Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 May 2025 18:49:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 286512] linuxkpi: amdgpu regressed after base 325aa4dbd10d
Message-ID:  <bug-286512-227-cMZ89eJI6z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-286512-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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 the assignee for the bug.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-286512-227-cMZ89eJI6z>