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

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to