bug#21694: 'clone' syscall binding unreliable

2015-10-16 Thread Ludovic Courtès
I’m reporting the problem and (hopefully) the solution, but I think we’d better double-check this. The problem: Running the test below in a loop sometimes gets a SIGSEGV in the child process (on x86_64, libc 2.22.) --8<---cut here---start->8--- (use-modules (gu

bug#21694: 'clone' syscall binding unreliable

2015-10-16 Thread Thompson, David
On Fri, Oct 16, 2015 at 4:39 PM, Ludovic Courtès wrote: > I’m reporting the problem and (hopefully) the solution, but I think we’d > better double-check this. > > The problem: Running the test below in a loop sometimes gets a SIGSEGV > in the child process (on x86_64, libc 2.22.) > > --8<-