[Qt-creator] QT Creator 2.4.0 feature request
Christian Kandeler
christian.kandeler at nokia.com
Thu Dec 15 13:41:00 CET 2011
On 15/12/11 12:13, ext Uwe Fechner wrote:
> But I am now missing another feature:
> I would like to "kill" the daemon gently, that means with:
> > kill -2 $PID or
> > kill -INT $PID
SIGINT does not seem appropriate to me.
> Which kind of kill signal is currently used by QT Creator, if I press
> the red "stop" button?
> Is it the equivalent of "kill $PID" or the equivalent of "kill -9 $PID"?
"kill $PID; kill -9 $PID". I.e. SIGTERM is tried first and then SIGKILL.
Christian
More information about the Qt-creator
mailing list