Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.0
-
19816826873ebb3a89b2173f8685a8d448410680 (qt/qtbase/dev) f8f5c16071710221231911fc2f6cd1e12ad804f9 (qt/qtbase/6.2)
Description
just built qt dev with cmake on ubuntu 20.04, created an empty qt quick example using that kit, but when i run it:
==95300==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.
i configured with:
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DFEATURE_developer_build=ON -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF -DECM_ENABLE_SANITIZERS=address $sourceDir
Attachments
Issue Links
- relates to
-
QTBUG-92083 Building console project fails with linker errors
- Closed
- resulted in
-
QTBUG-98279 -lasan recorded in Qt6Core.prl when building Qt with address sanitizer
- Reported