Hi,
 
I work on app. (~20000 lines) and sometimes at startup (10 - 15% cases of 
hiting F9) I got this message in console:
 
malloc(): smallbin double linked list corrupted: 0x00000000010ee860 ***
 
and it crashes.
 
(Note that it is only in Qt, the same app. in GTK2 is  OK.)
CallStack window doesn't show me anything.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.So I tried valgrind and KCacheGrind$ valgrind 
--tool=callgrind ./myprogrambut it also didn't help me much (maybe I do it 
wrong ?). The last line of output is pointing to libQtCore.so.4.8.6I don't want 
to publish code yet and I cannot reproduce with a small demo.Thanks for 
help,Vojtěch
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to