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

Enabling QML_CHECK_INIT_DESTROY_CALLS prevents compilation

    XMLWordPrintable

Details

    Description

      `qv4heap_p.h` contains some (relatively old) debugging code that adds some checks with regards to the liveness status of allocated objects.

      The debug code can be enabled by defining `QML_CHECK_INIT_DESTROY_CALLS` but, currently, this prevents compilation due to `vtable` not being an available member anymore.

      This seems to be the result of the changes in https://codereview.qt-project.org/c/qt/qtdeclarative/+/216040.

      The code should be fixed to work with the current state of the code-base or removed if it is unnecessary.

      Attachments

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

        Activity

          People

            diseraluca Luca Di Sera
            diseraluca Luca Di Sera
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes