Hi All,<br />
<br />
I have a 32 bit C++ X application running on Linux. Recently frequently I am getting strange XIOError event , below is the stack trace. It seems while we get that error application is doing nothing. And when I have checked the values within XErrorEvent structure every time they are same. Below is data within XErrorEvent structure.<br />
<br />
XErrorEvent.type         = 604801882 <br />
XErrorEvent.resourceid   = 3255051332<br />
XErrorEvent.serial       = 2422603788<br />
XErrorEvent.error_code   = 84<br />
XErrorEvent.request_code = 131 <br />
XErrorEvent.minor_code   = 4<br />
<br />
#11 0xf73..... in _XIOError ()            from /lib/libX11.so.6<br />
#12 0xf73..... in _XEventsQueued ()       from /lib/libX11.so.6<br />
#13 0xf73..... in XEventsQueued ()        from /lib/libX11.so.6<br />
#14 0xf74..... in _XtWaitForSomething ()  from /lib/libXt.so.6<br />
#15 0xf74..... in XtAppProcessEvent ()    from /lib/libXt.so.6<br />
<br />
Now my question is whether this problem is related with any existing issue(open or closed) ?? Is there any fix already available for this issue ?? It seems to me this issue have similarity with the issue like 20048 or 17923 or 71338.<br />
<br />
Thanks<br />
Subrata<br />
<br />
<br>