Hello, Svante Signell, le Fri 23 Nov 2012 13:18:18 +0100, a écrit : > (Is the title better?)
Yes. > Updated patch attached. I had to rework it quite a bit: not only the mutex had to be unlocked, but also this: > pipe_acquire_reader (read_pipe); so in the end I dropped the return entirely and simply let the code path execute. I've also done the change on fifo & new-fifo. pfinet would need the same kind of change, it'd "just" be quite more involved, since what happens there is that the linux code gets compiled with POLLERR defined to SOCKET_READ|SOCKET_WRITE, which does not permit to distinguish error cases, so that'd have to be reworked, which I don't have time for ATM. Samuel