<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hello,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>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:</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>poll()<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>?? <span>// libxcb.so</span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>?? // libxcb.so<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span></span><span>xcb_wait_for_reply()</span><br>
</p>
</div>
</body>
</html>