> Date: Fri, 18 Feb 2022 10:18:24 +0100 > From: Magnus Ihse Bursie <magnus.ihse.bur...@oracle.com> > > So, my first question is: Is this a known problem? Are there any > workarounds/fixes to get around it?
Not that I know of, no. Search of the bug database also doesn't seem to bring up anything like that. > Otherwise: Any suggestions on how to go on and debug this? I am willing > to build and test an instrumented debug build of make, but I will need > assistance to find my way around the source and spot likely candidates > for the source of the problem. The MS-Windows implementation of the jobserver is on src/w32/w32os.c, and those functions are called from job.c and from main.c. In particular, the error message you quote comes from main.c:clean_jobserver. If you need further assistance, please ask more specific questions.