[Bug 109020] i915 [drm]: GPU hang in dxvk in wine-4.0-rc1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 12 11:24:32 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=109020

--- Comment #4 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
(In reply to Nikolay Borodin from comment #3)
> (In reply to Lionel Landwerlin from comment #1)
> > Could you include a copy of the
> > /sys/devices/pci0000:00/0000:00:02.0/drm/card0/error file? Thanks.
> > 
> > For later reference on this bug, the mesa version is : Mesa 19.0.0-devel -
> > padoka PPA
> 
> "tail -f" and output to file don't work

I assume the machine isn't available on the network anymore? You can't remotely
copy the file?

Maybe try to run the following command as root, trying to copy the file every 1
second : 

while true; do sleep 1; lines=`wc -l
/sys/devices/pci0000:00/0000:00:02.0/drm/card0/error | cut -d ' ' -f 1`; if [
$lines -gt 5 ]; then cp /sys/devices/pci0000:00/0000:00:02.0/drm/card0/error
/home/; fi; done

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181212/ebaf140e/attachment.html>


More information about the intel-3d-bugs mailing list