I have three different process. They all have their own signal handlers for a signal. All handlers has its own logs. I create artificially signal with another process. I saw only one handler's log in the console. I expected to see all the logs. Is the behaviour correct?
Asked
Active
Viewed 26 times
0
-
1Did you send the signal to all three processes? – Shawn Nov 20 '19 at 15:00
-
Please show the relevant code and state the exact problem or error. A description alone is not enough. Also see [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). – jww Nov 21 '19 at 01:42