[Qt-interest] Can't kill a process with QProcess::kill()

Florian S. levu at phicode.de
Fri Mar 18 11:42:48 CET 2011


Hi,

i try to kill an asynchronously started QProcess (it's a shellscript which starts aplay) with
p->kill(). The sound played by aplay continues, so the process is still running. However, when
executing this script in a terminal, it can be killed by either SIGKILL (kill -9) or SIGINT (^C in
the terminal).

Do you have any idae how i can stop this process?

Thanks in advance,
Florian




More information about the Qt-interest-old mailing list