forked from qt-creator/qt-creator
Utils: use cleaned stdout all over the place again
Amends 5ee880ce5e
Change-Id: Ie0202db7d8455372c3697087d9571db6706b45a1
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -5004,7 +5004,7 @@ CoreInfo CoreInfo::readExecutableNameFromCore(const Runnable &debugger, const Fi
|
||||
proc.runBlocking();
|
||||
|
||||
if (proc.result() == ProcessResult::FinishedWithSuccess) {
|
||||
QString output = proc.stdOut();
|
||||
QString output = proc.cleanedStdOut();
|
||||
// Core was generated by `/data/dev/creator-2.6/bin/qtcreator'.
|
||||
// Program terminated with signal 11, Segmentation fault.
|
||||
int pos1 = output.indexOf("Core was generated by");
|
||||
|
||||
Reference in New Issue
Block a user