eh, I daily-drive a -fsanitize=address -fsanitize=undefined build of Qt and actual memory bugs are almost never a thing - I think the only time I had some were in tooling executables such as qmllint, but not in the framework itself. Most of the bugs by large are more "behaviour" bugs.
adrianN|1 month ago
jcelerier|1 month ago
I'm only using this configuration for the software I develop though (+ libc++ debug mode) as it's painfully slow, but it exercises the Qt codebase in depth.
rubymamis|1 month ago
https://qt-project.atlassian.net/browse/QTBUG-124572
fransje26|1 month ago
jcelerier|1 month ago