<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-size: 10pt;">Hi,</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"><span style="font-size: 10pt;">I work on app. (~20000 lines) and sometimes at startup (10 - 15% cases of hiting F9) I got this message in console:</span></p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">malloc(): smallbin double linked list corrupted: 0x00000000010ee860 ***</p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">and it crashes.</p>

<p style="padding:0 0 0 0; margin:0 0 0 0;"> </p>

<p style="padding:0 0 0 0; margin:0 0 0 0;">(Note that it is only in Qt, the same app. in GTK2 is  OK.)</p>

<div style="font-size: 10pt;">CallStack window doesn't show me anything.</div>
<div style="font-size: 10pt;">Google doesn't help much, I didn't find anything Lazarus-related but I found a few Qt related topics - one of them recommende valgrind.</div>
<div style="font-size: 10pt;">So I tried valgrind and KCacheGrind</div>
<div>$ valgrind --tool=callgrind ./myprogram</div>
<div>but it also didn't help me much (maybe I do it wrong ?). The last line of output is pointing to libQtCore.so.4.8.6</div>
<div>I don't want to publish code yet and I cannot reproduce with a small demo.</div>
<div>Thanks for help,</div>
<div>Vojtěch</div>