On Tue, Apr 20, 2004 at 08:51:44AM -0700, Curt, WE7U wrote: >On Fri, 16 Apr 2004, Curt, WE7U wrote: > >> On Thu, 15 Apr 2004, Curt, WE7U wrote: >> >> > I'm running an application on linux. Every once in a while (two >> > times so far this week) the application will fall over with this >> > message: >> > >> > XIO: fatal IO error 105 (No buffer space available) > >Where does one go to get the ear of the XFree86 developers? Some >other list? A bug-reporting tool? This error is coming from a system call into the kernel: #define ENOBUFS 105 /* No buffer space available */ Perhaps Xlib needs to be updated to treat this as a non-fatal condition on all platforms that define it, not just Cygwin? David _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86