[Differential] [Commented On] D1229: Run CliInterface from the main thread
elvisangelaccio (Elvis Angelaccio)
noreply at phabricator.kde.org
Wed Mar 30 14:42:22 UTC 2016
elvisangelaccio added a comment.
There is this code snippet in `CliInterface::readStdOut()` which should be investigated...
//if the process is still not finished (m_process is appearantly not
//set to NULL if here), then the operation should definitely not be in
//the main thread as this would freeze everything. assert this.
Q_ASSERT(QThread::currentThread() != QApplication::instance()->thread());
REPOSITORY
rARK Ark
REVISION DETAIL
https://phabricator.kde.org/D1229
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: elvisangelaccio, rthomsen
Cc: kde-utils-devel, tctara
More information about the Kde-utils-devel
mailing list