On Oct 10, 2011, at 15:34, Julien Cristau wrote: >> +static int _X_NORETURN >> +x_io_error_handler (Display *dpy) { >> + CloseWellKnownConnections(); >> + OsCleanup(1); >> + exit(0); >> +} >> + > Shouldn't this exit with an error? It's an error handler after all... Yeah, I was on the fence about that. Done.