https://bugs.winehq.org/show_bug.cgi?id=58027
--- Comment #2 from dl.soluz@gmx.net --- comparing the output of "make.exe -d > out.txt 2>&1" between Wine 10.0 and Windows shows some "Reaping" problems with Wine 10.0
---- makefile:2: update target 'clean' due to: target does not exist Creating temporary batch file C:\users\linux\AppData\Local\Temp\make32-1.bat Batch file contents: @echo off del *.not_existing_at_all del *.not_existing_at_all CreateProcess(C:\users\linux\AppData\Local\Temp\make32-1.bat,C:\users\linux\AppData\Local\Temp\make32-1.bat,...) Putting child 00cdefa0 (clean) PID 13494880 on the chain. Live child 00cdefa0 (clean) PID 13494880 Main thread handle = 00000058 Reaping losing child 00cdefa0 PID 13494880 <======= !!!! Cleaning up temp batch file C:\users\linux\AppData\Local\Temp\make32-1.bat make: *** [makefile:2: clean] Error 1 Removing child 00cdefa0 PID 13494880 from chain. ----
Windows and Wine 9.0 got "Reaping winning child ..." there