Re: output.c assertion failed: child_error msg len computation

2016-04-09 Thread Paul Smith
On Wed, 2016-04-06 at 13:28 -0700, Dale Stimson wrote: > I suggest the patch below. I have tested this and it works for me. Ah, that was my bad with a recent change. It only shows up if your makefile path is sufficiently long, which unfortunately none of the regression test suite paths are. Tha

output.c assertion failed: child_error msg len computation

2016-04-06 Thread Dale Stimson
Using make 4.1.90 from the gnu git repoository with current HEAD commit == 5bd7ad2b225bf9229ca96ba63b90f8094a2becde, the following diagnostic message was received. make: output.c:667: error: Assertion `fmtbuf.buffer[len-1] == '\0'' failed. Investigation showed that in job.c, function child_error,