From 149e71e4b1dc7521d78b471747e3c4ab1c9b5ddf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 24 Mar 2012 09:13:21 +0000 Subject: [PATCH] Defer reading all standard error. I'm not sure, but I suspect this may cause all standard output to be buffered until the process finishes. --- gui/retracer.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gui/retracer.cpp b/gui/retracer.cpp index 59e4093..7a49ae9 100644 --- a/gui/retracer.cpp +++ b/gui/retracer.cpp @@ -184,13 +184,6 @@ void RetraceProcess::replayFinished(int exitCode, QProcess::ExitStatus exitStatu { QByteArray output; QString msg; - QString errStr = m_process->readAllStandardError(); - -#if 0 - qDebug()<<"Process finished = "; - qDebug()<<"\terr = "<readAllStandardError(); QStringList errorLines = errStr.split('\n'); QList errors; QRegExp regexp("(^\\d+): +(\\b\\w+\\b): (.+$)"); -- 2.43.0