|
|
Hi, I was just wondering (as I am running my app through
valgrind) why there are SO many warnings/errors in QT
stuff along the lines of:
Conditional jump or move depends on uninitialised value(s)
Im using QT 4.3 beta on linux fedora 6
Im no expert in C++, however Ive been able to find
many problems in my own code through valgrind that I would
not have seen otherwise very easily.
It would seem to me that potentially many of the bugs that
QT gets reported may be due to valgrind warnings that are yet
to be fixed.
As a secondary issue, its a *pain in the butt* adding all of
these issues to my suppression file, especially when many of
them occur in ever instance of a QGraphicsItem's and their
related methods. There are literally hundreds sometimes.
My request is simple, where possible can QT please fix these
so that I dont have to spend hours adding things to my suppression
file? It may even fix some well hidden QT bugs.
Thanks :)
Jeff
To unsubscribe - send "unsubscribe" in the subject to
qt4-preview-feedback-request@xxxxxxxxxxxxx
|
|