<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [skl] Hard lockup (Freeze) after reset failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109949#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [skl] Hard lockup (Freeze) after reset failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109949">bug 109949</a>
              from <span class="vcard"><a class="email" href="mailto:arcadiy@ivanov.biz" title="Arcadiy Ivanov <arcadiy@ivanov.biz>"> <span class="fn">Arcadiy Ivanov</span></a>
</span></b>
        <pre>Got the GPU hang dump via the following script:

```
#!/bin/bash -eEu

while grep -q '^No error' /sys/class/drm/card0/error ; do 
    sleep 0.3 
done

cat  /sys/class/drm/card0/error > /card0_error.dump
sync

```

running it as 

`sudo nohup ./monitor_gpu_error.sh &`</pre>
        </div>
      </p>


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

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