Closed
Description
@ianlancetaylor requested issue #71828 to be considered for backport to the next 1.24 minor release.
@gopherbot Please open backport issues.
This bug causes a spurious
SIGCHLD
signal the first time a process is executed when running on Linux systems. This is a regression from past behavior and from behavior on non-Linux systems. The patch is small and safe.