http://bugzilla.novell.com/show_bug.cgi?id=544225 Summary: libqt4-sql-plugins-4.5.2-2.2: faulty call to C++ erase Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package libqt4-sql-plugins-4.5.2-2.2 source code file qt-x11-opensource-src-4.5.2/src/gui/util/qcompleter.cpp function QCompletionEngine::saveInCache I notice the following code cache.erase(it1); and so by this erase, the iterator it1 is invalidated. This is a standard problem in C++. Suggest new code it1 = cache.erase(it1); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.