<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Build Qt5.15.18 for address sanitizer]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I'm trying to compile Qt 5.15.18 with and without the QtWebEngine for the Address Sanitizer. Unfortunately, it's not working. I added the two parameters<br />
-platform win32-clang-msvc<br />
-sanitize address<br />
to the configure command. I set the flags the same way before the build.<br />
QMAKE_CFLAGS+=-fsanitize=address<br />
QMAKE_CXXFLAGS+=-fsanitize=address<br />
Unfortunately, nothing has worked so far. Can you help me? What am I doing wrong?</p>
]]></description><link>https://forum.qt.io/topic/164944/build-qt5.15.18-for-address-sanitizer</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 07:11:32 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164944.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Jul 2026 05:08:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Build Qt5.15.18 for address sanitizer on Thu, 30 Jul 2026 16:25:34 GMT]]></title><description><![CDATA[<p dir="auto">Check that the flags (<code>-fsanitize=address</code>) also reach the linker and that the runtime is dynamic (<code>/MD</code>), try to isolate whether the problem is in QtWebEngine or the underlying qtbase, and make sure they are set before configure with a full distclean if necessary.</p>
]]></description><link>https://forum.qt.io/post/839461</link><guid isPermaLink="true">https://forum.qt.io/post/839461</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Thu, 30 Jul 2026 16:25:34 GMT</pubDate></item></channel></rss>