[Digikam-devel] [digikam] [Bug 287646] Digikam import dialog locks if main window closed. Needs to be killed.

Teemu Rytilahti tpr at iki.fi
Thu Jan 2 09:00:24 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=287646

Teemu Rytilahti <tpr at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tpr at iki.fi

--- Comment #6 from Teemu Rytilahti <tpr at iki.fi> ---
Confirmed with current master. Relevant code:
void FileActionMngr::shutDown()
{
    d->dbWorker->deactivate();
    d->fileWorker->deactivate();
    d->dbWorker->wait();
    d->fileWorker->wait(); <-- this causes it to hang.
}

Tried passing WorkerObject::PhaseOut to deactivate(), but it didn't help.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list