-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
Programmability 2024-09-30, Programmability 2024-10-14, Programmability 2024-10-28, Programmability 2024-11-11
-
200
Receiving a synchronous signal inside a synchronous signal handler has previously been a source of bugs. We should add at least the following tests:
- A synchronous signal received inside a synchronous signal handler should end the process with the original signal
- Create a signal handler that reproduces this scenario
- Add a case where the original signal is blocked