From: ts Date: 2001-10-24T22:00:51+09:00 Subject: [ruby-talk:23187] Re: popen with Threads lock bug? Really unusual >>>>> "T" == Thomas writes: Just a suggestion T> -- 1000 byte test --------------------- [...] T> Perfect, no problems. Now, we make it 5000: Probably 1000 < PIPE_BUF T> -- 10000 byte test --------------------- [...] T> Probably 10000 > PIPE_BUF Can you try it with the 2 values (PIPE_BUF) and (PIPE_BUF + 1) Guy Decoux