From ffc2613d32c04efb4430e38968e1cfde56c8299c Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 16 Apr 2015 17:26:27 +0200 Subject: [PATCH] Fix non responding on being overwhelmed with debug output Change-Id: I0356c71850a6b5a2147ac35cb79ae53e234aa3e0 Task-number: QTCREATORBUG-14096 Reviewed-by: Kai Koehne Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/applicationlauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/applicationlauncher.cpp b/src/plugins/projectexplorer/applicationlauncher.cpp index 64577eb28d9..4fe94198340 100644 --- a/src/plugins/projectexplorer/applicationlauncher.cpp +++ b/src/plugins/projectexplorer/applicationlauncher.cpp @@ -126,7 +126,7 @@ ApplicationLauncher::ApplicationLauncher(QObject *parent) connect(WinDebugInterface::instance(), SIGNAL(cannotRetrieveDebugOutput()), this, SLOT(cannotRetrieveDebugOutput())); connect(WinDebugInterface::instance(), SIGNAL(debugOutput(qint64,QString)), - this, SLOT(checkDebugOutput(qint64,QString))); + this, SLOT(checkDebugOutput(qint64,QString)), Qt::BlockingQueuedConnection); #endif #ifdef WITH_JOURNALD connect(JournaldWatcher::instance(), &JournaldWatcher::journaldOutput,