Sep 25, 2012 at 10:12am UTC
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?
Sep 25, 2012 at 11:53am UTC
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..
Sep 25, 2012 at 1:31pm UTC
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.
Sep 26, 2012 at 8:15am UTC
No, using export DISPLAY, it caused more errors.
I am using ubuntu and not WINDOWS.
what other information do you need?
Sep 26, 2012 at 1:10pm UTC
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.)