Skip to content
Commit c21d615f authored by Dmitriy Konev's avatar Dmitriy Konev Committed by Devin Lin
Browse files

Prevent finishing greeter by unhandled signals

We have time gap between main() start and KSignalHandler registration
in which signals will close greeter

First this bug tried to fix in commit c63287ca
but placing KSignalHandler registration at start of main() is bad idea
because it broke mechanism for handling signals at all
and this behaviour was fixed in commit 448df751
by moving handlers bellow
for this reason we have this time gap
parent 627bef38
Pipeline #647650 failed with stage
in 5 minutes and 22 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment