[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon/xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2008-02-27 16:14:38
Message-ID: 1204128878.019908.8945.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 779962 by mkretz:

at least in gdb 4s is too short, better wait too long than abort on a working app

 M  +1 -1      xineengine.cpp  


--- trunk/KDE/kdebase/runtime/phonon/xine/xineengine.cpp #779961:779962
@@ -92,7 +92,7 @@
         //qDeleteAll(cleanupObjects);
         if (m_thread) {
             m_thread->quit();
-            if (!m_thread->wait(4000)) {
+            if (!m_thread->wait(10000)) {
                 // timed out
                 // assuming a deadlock, we better create a backtrace than block \
something important  kFatal(610) << "Xine Thread took longer than 4s to quit. \
Assuming a deadlock. Please report a useful backtrace (including all threads) to \
bugs.kde.org";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic