D14302: Don't block forever in ensureKdeinitRunning
    Jaime Torres Amate 
    noreply at phabricator.kde.org
       
    Tue Jul 24 07:36:25 BST 2018
    
    
  
jtamate added a comment.
  Another hypothesis:
  
    QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type) Q_DECL_NOTHROW
        : t2(0)
    {
        setRemainingTime(msecs, type);
    }
  
  As t1 is not initialized and QDeadlineTimer::setPreciseRemainingTime only add to t1, it could be any value instead of 0?.
  
  Should I open a Qt bug?
REPOSITORY
  R271 KDBusAddons
REVISION DETAIL
  https://phabricator.kde.org/D14302
To: jtamate, dfaure, #frameworks, thiago
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180724/ba6e8c0c/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list