Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RHEL 7.0 上最新版本的 xcb-proto 和 libxcb 是什么?
到目前为止,我们已经探索了 xcb-proto 的最新版本是 1.8,而 libxcb 的最新版本是 1.9。但是我们在多线程程序中仍然遇到以下错误:
java: xcb_conn.c:186: write_vec: 断言 `!c->out.queue_len' 失败。
在我的 centos 7 上,命令
yum info libxcb
返回 xcb 的 1.9 版本
和命令
pkg-config --variable=xcbproto_version xcb
返回 xcbproto 的 1.8 版本
Ubuntu 14.04 32 位:
对我有帮助。