Qt handling of SIGKILL etc..
Unsolved
General and Desktop
-
@Perdrix
Well if you are talking about LinuxSIGKILL
,kill -9
, programs cannot catch/handle it anyway, it's a nuke signal. Can't say for sure what it does under Windows.For other signals you might like to read through https://doc.qt.io/qt-6/unix-signals.html, and perhaps the further detail in https://codereview.stackexchange.com/questions/175131/safely-and-elegantly-handling-unix-signals-in-qt-applications. All looks like a lot of work! :)