Comment 3 for bug 1466273

Revision history for this message
Michi Henning (michihenning) wrote :

One other item of info: originally, we were using QProcess::kill() and QProcess::waitForFinished(). In that case, the hang happens inside waitForFinished(). Attaching with gdb showed that, ultimately, waitForFinished() ended up blocked in select().