Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-2472

Studio often crashes when importing multiple presentations at once

    XMLWordPrintable

Details

    • ae21b21e95eb5a83f7f51939bb140daade02c129

    Description

      Create empty presentation, import 10+ presentations at once. Import the same 10+ presentations at once again -> usually crashes.

      Some of the presentations I used have other imported presentations as subpresentations, which may be relevant.

      The issue seems to be related to RegisterSubpresentations(), where QCoreApplication::processEvents(); is called. This probably leads some events getting handled in wrong order. The import of multiple .uips is handled by just loop-importing single uips, which leads to a lot of unnecessary rewriting of the .uia and a lot of unnecessary registrations of subpresentations. The .uia file update should be batched and done once.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes