Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.12.6
-
Qt 5.12.6 on a Ubuntu 18.04 system with Intel GPU
can reproduce the same on a custom Yocto based i.MX6 board with etnaviv driver
-
-
2bd0d02016913aa95d0b099d77e7ad4aa32f16ee
Description
We have the following setup:
- a custom QtWaylandCompositor
- a client application that provides several QWindows, thus using the QWayland QPA (-platform wayland)
- one window contains a QQuickFramebuffer object, in which we have a very simple rendering of a square (for testing purposes)
In this setup, we can quite reproducible create a crash by often setting the window visibility between false and true, via QWindow:.setVisible. Please have a look at the attached ASAN report for the issue.