We do need to send a SIGQUIT to a process/thread, even if it is running
authorJens Axboe <jens.axboe@oracle.com>
Tue, 17 Apr 2007 11:42:47 +0000 (13:42 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 17 Apr 2007 11:42:47 +0000 (13:42 +0200)
commitef5fffa591e583de26c6ce14f9448104d6dfbe79
tree4dcf24cb02e5510ffd4b1e19ea09fdaa72a0d385
parent30061b974a501c5cdfd84ab21b98d990455c84f8
We do need to send a SIGQUIT to a process/thread, even if it is running

It could be stuck in a syscall, and not abort on its own.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c