steam client ignoring SIGINT signal
start steam and send it the SIGINT signal (Ctrl C when started foreground, or kill -2 % jobid or kill -2 pid)
proper steam client shutdown
nothing .. trapped and ignored signal ?!?!?!
This is effectively a duplicate of #3005.
SIGTERM and SIGINT are two different signals, hopefully devs won't forget to properly handle all signals instead of just fixing the SIGTERM signal handling (as suggested by your duplicate mark)
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
steam client ignoring SIGINT signal
Steps for reproducing this issue:
start steam and send it the SIGINT signal (Ctrl C when started foreground, or kill -2 % jobid or kill -2 pid)
expected result :
proper steam client shutdown
obtained result:
nothing .. trapped and ignored signal ?!?!?!