<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - i915 [drm]: GPU hang in dxvk in wine-4.0-rc1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109020#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - i915 [drm]: GPU hang in dxvk in wine-4.0-rc1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109020">bug 109020</a>
              from <span class="vcard"><a class="email" href="mailto:lionel.g.landwerlin@linux.intel.com" title="Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>"> <span class="fn">Lionel Landwerlin</span></a>
</span></b>
        <pre>(In reply to Nikolay Borodin from <a href="show_bug.cgi?id=109020#c3">comment #3</a>)
<span class="quote">> (In reply to Lionel Landwerlin from <a href="show_bug.cgi?id=109020#c1">comment #1</a>)
> > 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</span >

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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>