[Qt-creator] Bug on master branch (from change 9fe7f657)

bill.king at nokia.com bill.king at nokia.com
Tue Nov 29 10:38:30 CET 2011


http://bugreports.qt.nokia.com is the best place to report bugs and crashes. Please if you can, file it over there. Steps to replicate, and backtraces help get a faster response.

--

    Bill King
    Lead Test Engineer
    Nokia, Qt Creator team
    http://qt.nokia.com


> -----Original Message-----
> From: qt-creator-bounces+bill.king=nokia.com at qt-project.org [mailto:qt-
> creator-bounces+bill.king=nokia.com at qt-project.org] On Behalf Of ext David
> Dibben
> Sent: Saturday, 12 November 2011 5:45 AM
> To: qt-creator at qt-project.org
> Subject: [Qt-creator] Bug on master branch (from change 9fe7f657)
> 
> 
> 
> Not sure where to report this, but there seems to be a bug in the master branch
> introduced by  change 9fe7f657 :
>     Date: Mon, 7 Nov 2011 16:16:31 +0100
>     Subject: [PATCH] Show a more descriptive "Clean" or "Deploy" while doing
> that
> 
> If a project has dependencies so that more than one project is built at one time
> then Creator crashes.
> 
> The problem is that QList throws an exception in BuildManager::buildLists
> because the new list of names (stepListNames) is smaller than than the number
> of steps being built.
> 
> The name list is created in
>   ProjectExplorerPlugin::queue(QList<Project *> projects, QStringList
> stepIds)
> 
> This function creates the list of step names based on the stepId list, but if there
> are multiple projects the size of the stepNameList will be larger - the loop
> creating the stepList loops over both the stepIds and the projects whereas the
> loop for the name list only loops over Ids.
> 
> Thanks
> 
> David
> 
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator



More information about the Qt-creator mailing list