-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[signal-handling] Ignore untrapped SIGWINCH on wait.
This fixes #1067 for real this time! I use a slightly odd technique of setting SignalState::last_sig_num to the sentinel UNTRAPPED_SIGWINCH. We still need to redesign signal handling for the C++ translation. Add a failing test for the analogous 'wait -n' bug, which still needs to be fixed. It needs to run in a loop until a state is reached.
- Loading branch information
Andy C
committed
Jan 27, 2022
1 parent
894e546
commit f87590f
Showing
4 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters