On Tue, Feb 19, 2013 at 12:54:48AM +0000, Paul Goyette wrote: > Module Name: src > Committed By: pgoyette > Date: Tue Feb 19 00:54:48 UTC 2013 > > Modified Files: > src/tests/kernel: t_lockf.c > > Log Message: > Wait a little bit after fork()ing the lockers to give them a chance to > get started before trying to ptrace(ATTACH).
What about using a pipe to make this an explicit barrier? Joerg