<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Application crashes after many hours of drawing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71338#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Application crashes after many hours of drawing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71338">bug 71338</a>
              from <span class="vcard"><a class="email" href="mailto:alexander.elbs@comsoft.aero" title="alexander.elbs@comsoft.aero">alexander.elbs@comsoft.aero</a>
</span></b>
        <pre>Hello,

yes this is exactly my problem. By now I also wrote a tiny reproducer that just
does:

  for(;;) {
    XDrawLine(dpy, w, gc, 10, 60, 180, 20);
    XFlush(dpy);
  }

To fix _XSend I changed the requests type from uint64_t to unsigned long. I
didn't find the second location though.

Regards,
Alexander</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>