This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

lesstif mwm bug


The mwm from lesstif eats up 99 % of CPU time, both in the binary package
and in a self-compiled version. I found that the select() calls in events.c
do not wait but immediately fail with errno = EBADF, although fd_width is 256
and x_fd is 3 or 4 (printed out in mwm.c). I have not yet found the reason,
only a dirty workaround: Replace the select by usleep(10000).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]