[Qt-creator] Qt-creator Digest, Vol 2, Issue 13

Loaden loaden at gmail.com
Sun Nov 13 04:53:28 CET 2011


I found the same problem, and submit a code review here:
http://codereview.qt-project.org/#change,8725,patchset=2
I am not sure it 100% correct. But seems issue is gone on Windows or Linux.


Message: 2
> Date: Sat, 12 Nov 2011 13:44:48 +0900
> From: David Dibben <dibben at ieee.org>
> Subject: [Qt-creator] Bug on master branch (from change 9fe7f657)
> To: qt-creator at qt-project.org
> Message-ID: <4EBDF9C0.2070600 at ieee.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>
>
> 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
>
>
> End of Qt-creator Digest, Vol 2, Issue 13
> *****************************************
>




-- 
Regards
Loaden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20111113/49e50dee/attachment.html>


More information about the Qt-creator mailing list