<br><br><div class="gmail_quote">On Mon, Sep 14, 2009 at 4:29 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here are a few things I spotted during a valgrind run:<br>
<br>
Conditional jump or move depends on uninitialised value(s)<br>
<br>
1) CMakeProjectVisitor::visit (cmakeprojectvisitor.cpp:1740)<br>
<a href="http://mwolff.pastebin.com/f657d2920" target="_blank">http://mwolff.pastebin.com/f657d2920</a><br></blockquote><div>About that one, it would be good to know what project is it from, because it's undefined because it was not properly parsed.<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2) KDevelop::IndexedInstantiationInformation::IndexedInstantiationInformation<br>
(instantioninformation.cpp:139)<br>
<a href="http://mwolff.pastebin.com/f3a867c2" target="_blank">http://mwolff.pastebin.com/f3a867c2</a><br>
3) in dtor of above, loc 165<br>
<a href="http://mwolff.pastebin.com/ffc80a5a" target="_blank">http://mwolff.pastebin.com/ffc80a5a</a><br>
4) ctor / dtor of indexed string:<br>
<a href="http://mwolff.pastebin.com/f7b33c0a6" target="_blank">http://mwolff.pastebin.com/f7b33c0a6</a><br>
5) context browser<br>
<a href="http://mwolff.pastebin.com/f5641de70" target="_blank">http://mwolff.pastebin.com/f5641de70</a><br>
6) problem reporter<br>
<a href="http://mwolff.pastebin.com/f2d91b155" target="_blank">http://mwolff.pastebin.com/f2d91b155</a><br>
<br>
Address is not stack'd, malloc'd or (recently) free'd<br>
<a href="http://mwolff.pastebin.com/f29afe67f" target="_blank">http://mwolff.pastebin.com/f29afe67f</a><br>
<br>
<br>
Also I spotted this:<br>
Object::connect: No such signal QuickOpenWidgetDialog::scopesChanged( const<br>
QStringList& ) in<br>
/home/milian/projects/kde4/kdevplatform/plugins/quickopen/quickopenplugin.cpp:812<br>
Object::connect: No such signal QuickOpenWidgetDialog::itemsChanged( const<br>
QStringList& ) in<br>
/home/milian/projects/kde4/kdevplatform/plugins/quickopen/quickopenplugin.cpp:813<br>
<font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a><br>
</font><br>_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>