Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1309

MaintenanceTool crash during updates

    XMLWordPrintable

Details

    • Windows

    Description

      It seems that the root cause might be the QDebug usage in a multithread environment.

      The main thread uses qDebug() in ProgressCoordinator::partProgressChanged() and runOperation() also uses qDebug() (through OperationTracer class) in a thread (started by PackageManagerCorePrivate::runPackageUpdater() -> PackageManagerCorePrivate::runUndoOperations() -> PackageManagerCorePrivate::performOperationThreaded()).

      this will eventually lead to qBadAlloc on QDebug::~QDebug(). I cannot attach the dumb file as it is too big in size

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            pekarjal Pekka Karjalainen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes