From kde-commits Wed Feb 27 16:14:38 2008 From: Matthias Kretz Date: Wed, 27 Feb 2008 16:14:38 +0000 To: kde-commits Subject: KDE/kdebase/runtime/phonon/xine Message-Id: <1204128878.019908.8945.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120412889501394 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";