过多的数据xcb_xlib_too_much_data_requested

时间:2018-12-19 14:38:51

标签: c# mono monodevelop porting

我和一位同事正试图将C#程序从Windows移植到Linux Mint 16.04(32位),并收到错误消息,指出“ xcb_xlib_too_much_data_requested”断言失败,具体是:

[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
cli: ../../src/xcb_io.c:736: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.

任何人都可以解释这是什么意思,它来自哪里以及如何解决吗?

我已尝试按照结尾处建议的方式添加单引用组件 https://github.com/pfn/keepasshttp/issues/159,但这并不能解决问题。

感谢您对此的思考。

1 个答案:

答案 0 :(得分:1)

由于“ xcb_xlib_too_much_data_requested”是指xcb,因此我使用shell命令下载了最新版本

sudo apt-get install xcb

解决了问题:-)