On 01/26/13 12:27, Alan Hourihane wrote:
On 01/26/13 12:22, Helmut Karlowski wrote:Alan Hourihane, 26.01.2013 13:14:08:Actually, there's another nasty place that Fread isn't checked. Updated patch attached.Still the same. And:textwin.c:1605:55: error: 'EINTR' undeclared (first use in this function)Had to add #include <errno.h>.O.k. thanks for catching that. There has to be someplace that isn't checking for EINTR somewhere.
O.k. got it. Turns out it's a kernel bug. I've got a fix and will be testing it some more over the next few days.
Alan.