Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.8
-
None
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.