[Xcb] [Bug 44198] ../../src/xcb_conn.c:155: int write_vec(xcb_connection_t *, struct iovec **, int *): Assertion `!c->out.queue_len' failed.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 27 20:37:03 PST 2011


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

--- Comment #1 from Uli Schlachter <psychon at znc.in> 2011-12-28 04:37:03 UTC ---
This assertion seems to be a bug in Xlib instead of xcb. I added the following
assert() to xcb_writev() (since xcb_take_socket() has to be called before it
may be used) and now this assert triggers instead of the one from the summary.

 assert(c->out.return_socket != NULL); 

Should I send this assert() as a git-formatted patch to the mailing list?
Should this bug be reassigned to Xlib?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list