[Bug 286512] linuxkpi: amdgpu regressed after base 325aa4dbd10d
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286512 --- Comment #31 from Mark Johnston <[email protected]> --- (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.