Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37767

QT Quick memory leak with dynamic animation reset

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.2.1, 5.3.0 Alpha
    • None
    • Windows 64 bit OpenGL build; tried official 5.2.1 and 5.3.0 from snapshots - both have this problem

    Description

      I was testing a simple qml file with animated PNG using PropertyAnimation. There is this simple event handler:

      onStopped: {
        if (to===320) to=8;
        else {
          to=320;
          gc();
        }
        start();
      }
      

      I've noticed that my app was steadily "eating" memory. I've tried my qml in qmlsceen and it had the same problem also.

      Attachments

        1. main.qml
          0.8 kB
          Stoian Ivanov
        2. qq_pl80.png
          2 kB
          Stoian Ivanov
        3. qtmscene_umdh_logs.zip
          2.35 MB
          Stoian Ivanov
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shausman Simon Hausmann
            sdrsdr Stoian Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes