This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/86331] the gccgo's "go" tool looks like failing to invoke any sub go command


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]