[Development] Compiling current qt5 git version with MSVC2010
Mülner, Helmut
helmut.muelner at joanneum.at
Wed Jun 20 09:38:15 CEST 2012
While building the current qt5 git version I get several failures from idc.exe with "Invalid allocation size" and a very large number, which seems to be the debug value for uninitialized varibles.
I debugged one of those occurences and found line 1128 (f) in qaxserver.cpp:
int argc;
(void)new QApplication(argc, 0);
I think argc should be initialized.
Best regards,
Helmut
More information about the Development
mailing list