Closed svenvvv closed 3 years ago
You can't call Qt functions from Unix signal handlers. The standard POSIX rule applies: You can only call async-signal-safe functions from signal handlers. See Signal Actions for the complete list of functions you can call from Unix signal handlers.
The functionality isn't that important, so not going to spend time on it.
A bit annoying :(