Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.4.0
-
None
-
Ubuntu 20.04 LTS
cmake 3.21.1 from Qt's online installer
clang 10.0.0
g++ 9.3.0
-
06e45cbd6a2e09bc32cb1c9aa3779d6bd5282c45
Description
- Clone qt5.git:
git clone git://code.qt.io/qt/qt5.git
- Initialize submodule qtbase:
cd qt5/ perl init-repository --module-subset=qtbase
- In an empty directory next to the clone, configure Qt with ASAN:
/tmp/qt-bisect/qt5/configure -opensource -confirm-license -prefix $PWD/qtbase -sanitize address
- Try building:
cmake --build .
After about a minute or 125 steps, building fails due to a memory leak in moc. I'll attach the command line output.
Attachments
Issue Links
- Is tested by
-
QTQAINFRA-4139 Run autotests under sanitizers (ASAN / UBSAN / TSAN)
-
- Closed
-