[Qt-interest] help tracking down memory corruption on Mac Qt 4.7.3 Cocoa (64 bit)

Konstantin Tokarev annulen at yandex.ru
Thu May 26 14:45:54 CEST 2011



26.05.2011, 16:08, "Anton Chernov" <mechernov at gmail.com>:
> Ok, got it, thank you.
>
> In my case i have often very bad behavior in qt-creator including crashes and stuff and the thing that helps - store all intermediate files in 1 directory (tmp/moc;tmp/uic;tmp/obj), delete them all if needed (religious, huh?) and delete THE MAKEFILES. 

Have you tried `make distclean`? It does the same thing

>I have read somewhere that qmake uses qfilesystemwatchers for tracking files and they have a limitation on system file handlers count (256). On huge projects with hundreds of directories this could be potentially the cause for skipping rebuilds...

No, this is dispatched by Makefiles. qmake is called only when one of .pro or .pri files is newer than Makefiles




-- 
Regards,
Konstantin



More information about the Qt-interest-old mailing list