Comment 22 for bug 730899

Revision history for this message
Olivier Tilloy (osomon) wrote :

So it appears what happens is not a big bad segfault, but the program exiting cleanly, before geis_init(…) has returned.

This is all the output I get:

GEIS(error)-_verify_xcb_version:163 failed to receive XCB gesture version reply.
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":2000"
      after 6 requests (6 known processed) with 0 events remaining.

I’m trying to understand where in the stack of calls the program exits, and for this I’ve compiled libutouch-geis from source, but no luck at identifying the cause of the problem so far. I just realized that despite setting GEIS_DEBUG to 3, I’m not getting any debug messages printed out, only errors. I’ll see if I can understand how to really turn debug output on.