Gatis Paeglis
2018-09-14 10:51:09 UTC
Hello,
Is it by design that XCB blocks in xcb_wait_for_reply() -> poll() when I switch to a lock screen or virtual terminal? If I go to a VT, gdb attach to a running application, I see that it is stuck in:
poll()
?? // libxcb.so
?? // libxcb.so
xcb_wait_for_reply()
Is it by design that XCB blocks in xcb_wait_for_reply() -> poll() when I switch to a lock screen or virtual terminal? If I go to a VT, gdb attach to a running application, I see that it is stuck in:
poll()
?? // libxcb.so
?? // libxcb.so
xcb_wait_for_reply()