<table><tr><td style="">mglb added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12236">View Revision</a></tr></table><br /><div><div><p>I did that, all tests pass without significant errors (only memory leaks). I am using semi-clean environment (empty directory as <tt style="background: #ebebeb; font-size: 13px;">$HOME</tt> and bash as <tt style="background: #ebebeb; font-size: 13px;">$SHELL</tt>). For this test I've used default configuration + blinking cursor.</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="console" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">$ cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS=address -DBUILD_TESTING=ON ../ && make</span>
<span style="color: #808080">...</span>
<span style="color: #000080">$ SHELL=/bin/bash HOME=fakehome ./src/autotests/TerminalInterfaceTest</span>
<span style="color: #808080"></span>
<span style="color: #808080">********* Start testing of Konsole::TerminalInterfaceTest *********</span>
<span style="color: #808080">Config: Using QtTest library 5.9.1, Qt 5.9.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.2.0)</span>
<span style="color: #808080">PASS   : Konsole::TerminalInterfaceTest::initTestCase()</span>
<span style="color: #808080">PASS   : Konsole::TerminalInterfaceTest::testTerminalInterfaceNoShell()</span>
<span style="color: #808080">PASS   : Konsole::TerminalInterfaceTest::testTerminalInterface()</span>
<span style="color: #808080">PASS   : Konsole::TerminalInterfaceTest::cleanupTestCase()</span>
<span style="color: #808080">Totals: 4 passed, 0 failed, 0 skipped, 0 blacklisted, 8237ms</span>
<span style="color: #808080">********* Finished testing of Konsole::TerminalInterfaceTest *********</span>
<span style="color: #808080"></span>
<span style="color: #808080">=================================================================</span>
<span style="color: #808080">==22050==ERROR: LeakSanitizer: detected memory leaks</span>
<span style="color: #808080"></span>
<span style="color: #808080">Direct leak of 256 byte(s) in 1 object(s) allocated from:</span>
<span style="color: #808080">    #0 0x7fd04c2bdb50 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xdeb50)</span>
<span style="color: #808080">    #1 0x7fd0391c5099  (/usr/lib/x86_64-linux-gnu/libfontconfig.so.1+0x1d099)</span>
<span style="color: #808080"></span>
<span style="color: #808080">...</span></pre></div>

<p>Can you test it with clean config + blinking? If it will work without errors, can you share the profile used by the test?</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12236">https://phabricator.kde.org/D12236</a></div></div><br /><div><strong>To: </strong>mglb, Konsole<br /><strong>Cc: </strong>hindenburg, Konsole, herrold, ngraham<br /></div>