Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: f26760f5e20326cae5dc645a9be14928cca59ad7
      
https://github.com/tianocore/edk2/commit/f26760f5e20326cae5dc645a9be14928cca59ad7
  Author: Michael D Kinney <[email protected]>
  Date:   2026-01-06 (Tue, 06 Jan 2026)

  Changed paths:
    M BaseTools/Source/C/Makefiles/GnuMakeUtils.py

  Log Message:
  -----------
  BaseTools/Source/C/Makefiles: Detect cycle in pids

Update _get_win32_parent_processes() to detect a
cycle in parent process ids that can cause
_get_win32_parent_processes() to never return.

If a pid cycle is detected, then return the list
of parent process ids detected up to the point
the cycle is detected.

GitHub Actions builds using windows-2025 can
reproduce this issue once in a while. It shows
up as job that runs until a timeout. If the job
is canceled, the logs show a python stack in the
loop in _get_win32_parent_processes().

Signed-off-by: Michael D Kinney <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to