-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#420] Remove inaccurate assert since it is possible timer_handler() …
…gets invoked asynchronously (due to a SIGALRM signal forwarded from the MAIN worker thread) after the STAPI_IS_SIGNAL_HANDLER_DEFERRED(sig_hndlr_timer_handler) check but before the assert(stapi_signal_handler_oscontext[sig_hndlr_timer_handler].sig_forwarded) thereby clearing the sig_forwarded flag Note that all test failures we saw till now were related to sig_hndlr_timer_handler but it is expected the same issue exists with other signal handler types so the fix is done for other signals too.
- Loading branch information
Showing
2 changed files
with
0 additions
and
11 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