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
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<-