Comment 24 for bug 635384

Revision history for this message
In , Rakuco-h (rakuco-h) wrote :

Thanks for the patch.

I was thinking of trying to avoid using QThread::terminate() since it will call pthread_cancel() and just stop everything at the next cancellation point (in case the archive is being modified it could lead to data loss?).

If there's no other option, this may be the only way to cancel things, but I'd like to look for other solutions before (I haven't had much time for that lately).