Comment 3 for bug 824171

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Daniel -- what about the following patch that just calls QFuture::cancel() and QFuture::waitForFinished() ? Could you test that this also fixes the segfault? I can't really reproduce since my imports go too quickly.

I think I prefer to just wait for the import to finish instead of threading a cancel boolean into the worker thread.