Changeset 3666 for trunk/src/kmk/w32
- Timestamp:
- Feb 21, 2025, 3:31:23 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/winchildren.c
r3627 r3666 1287 1287 extern int process_priority; 1288 1288 #endif 1289 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 1290 my_check_stdout("mkWinChildcareWorkerCreateProcess/entry"); 1291 #endif 1289 1292 1290 1293 /* … … 1450 1453 CloseHandle(ProcInfo.hThread); 1451 1454 kmk_cache_exec_image_w(pwszImageName); 1455 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 1456 my_check_stdout("mkWinChildcareWorkerCreateProcess/tail"); 1457 #endif 1452 1458 return 0; 1453 1459 } … … 3589 3595 { 3590 3596 PWINCHILD pChild; 3597 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 3598 my_check_stdout ("MkWinChildWait/entry"); 3599 #endif 3591 3600 3592 3601 *pPid = 0; … … 3601 3610 { 3602 3611 DWORD dwStatus = WaitForSingleObject(g_hEvtWaitChildren, INFINITE); 3612 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 3613 my_check_stdout ("MkWinChildWait/wakeup"); 3614 #endif 3603 3615 if (dwStatus == WAIT_FAILED) 3604 3616 return (int)GetLastError(); … … 3641 3653 dir_cache_invalid_after_job(); 3642 3654 #endif 3655 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 3656 my_check_stdout ("MkWinChildWait/tail"); 3657 #endif 3643 3658 return 0; 3644 3659 } … … 3678 3693 WCHAR *pwszPathIgnored; 3679 3694 int rc; 3695 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 3696 my_check_stdout("MkWinChildReExecMake/entry"); 3697 #endif 3680 3698 3681 3699 /* … … 3744 3762 3745 3763 CloseHandle(ProcInfo.hProcess); 3764 #ifdef DEBUG_STDOUT_CLOSE_ISSUE 3765 my_check_stdout("MkWinChildReExecMake/exit"); 3766 #endif 3746 3767 for (;;) 3747 3768 exit(dwExitCode);
Note:
See TracChangeset
for help on using the changeset viewer.