Fatal IO error 11

Hi All,

I am getting an error during the execution of a program.


XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 347 requests (347 known processed) with 0 events remaining.


I have no idea why it is taking place.
Can anyone please help me in this?
Also, I am getting one more of error.

../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed

I have no idea about this either.

I need some help urgently..
The first error looks like you are trying to run X-Windows but you don't have your DISPLAY variable exported. It should look something like this:

export DISPLAY=10.10.10.10:0.0

Replace 10.10.10.10 with your IP address.

The second error could be caused by the first error, but without more information, it's a WAG.
No, using export DISPLAY, it caused more errors.
I am using ubuntu and not WINDOWS.

what other information do you need?
closed account (zb0S216C)
anubhavjain346 wrote:
"what other information do you need?"

The program perhaps? or maybe a memory dump?

Wazzak
I didn't say WINDOWS: I said X-Windows. Google that term. The first error message says, in part: "on X server ":0.0", which means XIO is expecting to use X-Windows (from what little you have offered.)
Topic archived. No new replies allowed.