https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86331
Ian Lance Taylor <ian at airs dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2018-06-27 Ever confirmed|0 |1 --- Comment #1 from Ian Lance Taylor <ian at airs dot com> --- I'm not clear: does the error "waitid: no such file or directory" happen randomly, or does it happen every time? It looks like calling the waitid system call is returning ENOENT. I don't know what that would happen. Can you attach the output of `strace -f` for a failing run? Thanks.