Hi, Nicholas Gaya wrote: > fd 10 is already in use (which happens to be the case in the testing > environment where I ran into this bug)
3 questions: 1) What is this environment that leaves fd 10 open when it starts a process? 2) For which purpose does it use this fd? 3) What would happen if we close fd 10 in test-fcntl.c? Bruno