Bug 203879
Summary: | hard freeze on high single threaded load (AMD Ryzen 7 2700X CPU) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Claude Heiland-Allen (claude) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, nicholas.kazlauskas, sambazley |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.19.37-3 (Debian 4.19.0-5-amd64) and others (including mainline versions) | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg from 4.19.0-5-amd64 with amdgpu.dc=1 (no freeze yet)
dmesg after boot with idle=nomwait (before freeze which occured some hours later) dmesg after crash |
Description
Claude Heiland-Allen
2019-06-12 19:44:25 UTC
My conjecture that inactive Xorg prevents freeze is false: got a system freeze with virtual terminal active, Xorg running on inactive VT. No kernel messages were printed :( Now running a test without Xorg running at all. That sounds like a general CPU related stability issue, not directly related to the amdgpu driver. Does appending idle=nomwait to the kernel command line in grub help? Created attachment 283313 [details]
dmesg after boot with idle=nomwait (before freeze which occured some hours later)
I got one freeze so far after about an hour on my workload with idle=nomwait, trying a second time just to verify that it doesn't help.
(In reply to Michel Dänzer from comment #2) > That sounds like a general CPU related stability issue, not directly related > to the amdgpu driver. The later tests make me agree, changed title of report, not sure which Product/Component would be more appropriate. Adding more system monitoring seems to prevent the condition, perhaps due to the added CPU load: watch -n 0.1 sensors watch -n 0.1 "cat /proc/cpuinfo | grep MHz" It freezes during PNG saving of a large image, presumably this involves lots of sequential RAM access. I have XMP enabled in my motherboard BIOS settings iirc, perhaps I should try disabling it? I think this bug is also affecting me on Arch with the 5.2 kernel, since my computer is completely freezing when compiling with -j`nproc`. I've bisected, and found 004b3938e6374f39d43cc32bd4953f2fe8b8905b to be the first bad commit. (I've got a 2700X and a Vega 64, if that helps) Created attachment 283739 [details]
dmesg after crash
Retrieved the dmesg log with ssh after the crash.
I've realised that I am actually being affected by this bug: https://bugzilla.kernel.org/show_bug.cgi?id=204181 Please disregard my previous comments. |