<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xorg memory leak with >=xf86-video-intel-2.99.901 and above"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70924#c50">Comment # 50</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xorg memory leak with >=xf86-video-intel-2.99.901 and above"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70924">bug 70924</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>Ok, that sounds like you hit a page-fault-of-doom on the fallback path. The
objects are just big enough for it to try mapping both of them at once, but is
unable to fit both simultaneously into the aperture. The result is that it has
to swap both objects in and out of the aperture around every single byte. That
is slow enough for the computer to appear to be unresponsive.

Sigh. It is meant to fallback to CPU mappings to prevent this.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>