braktooth_esp32_bluetooth_classic_attacks icon indicating copy to clipboard operation
braktooth_esp32_bluetooth_classic_attacks copied to clipboard

xcb io crash

Open nrathaus opened this issue 2 years ago • 3 comments

Hi,

I followed the instructions provided but when I run ./bin/bt_fuzzer I get:

[xcb] Extra reply data still left in queue
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
bt_fuzzer: ../../src/xcb_io.c:673: _XReply: Assertion `!xcb_xlib_extra_reply_data_left' failed.
Aborted

Any idea what could be the root cause?

nrathaus avatar Jan 26 '23 13:01 nrathaus

Hi @nrathaus what OS are you using? Is it Ubuntu 18.04?

Matheus-Garbelini avatar Jan 27 '23 17:01 Matheus-Garbelini

I was using Ubuntu 20.04 LTS, is there a way you can "future proof" it so that Ubuntu 20.04 or 22.04 (even better) will be supported?

nrathaus avatar Jan 31 '23 09:01 nrathaus

@nrathaus try sudo bin/bt_fuzzer --no-gui Note that without sudo it won't work

Matheus-Garbelini avatar Jan 31 '23 11:01 Matheus-Garbelini