Changeset 583 for trunk/src


Ignore:
Timestamp:
Feb 19, 2010, 4:04:53 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Get rid of the unexpected "DosQueryNPipeSemState returned 87" warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qprocess_os2.cpp

    r567 r583  
    432432        }
    433433
     434        // we have no running processes, start over (note that QProcessPrivate
     435        // will release us on destruction and this will cause thread termination)
     436        if (processes.size() == 0)
     437            continue;
     438
    434439#if defined (QPROCESS_DEBUG)
    435440        qDebug() << "QProcessManager::run(): checking pipes";
     
    11701175        processError = QProcess::FailedToStart;
    11711176        if (arc != NO_ERROR) {
    1172             // handle duplication faile
     1177            // handle duplication failed
    11731178            q->setErrorString(QProcess::tr("Process failed to start: %1")
    11741179                                           .arg(QString(QLatin1String("DOS error %1"))
Note: See TracChangeset for help on using the changeset viewer.