[Xcb] [Bug 71338] Application crashes after many hours of drawing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 11 00:28:31 PST 2013


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

--- Comment #2 from alexander.elbs at comsoft.aero ---
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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20131111/8409c2d3/attachment.html>


More information about the Xcb mailing list