http://bugzilla.novell.com/show_bug.cgi?id=600134 http://bugzilla.novell.com/show_bug.cgi?id=600134#c8 --- Comment #8 from Ján Kupec <jkupec@novell.com> 2010-05-06 16:39:02 UTC --- Created an attachment (id=360174) --> (http://bugzilla.novell.com/attachment.cgi?id=360174) proposed patch This is consequence of the following code, which leaves empty sets for some keys in the map: for_(it, toupgrade.begin(), toupgrade.end()) set_difference( candidates[it->first].begin(), candidates[it->first].end(), it->second.begin(), it->second.end(), inserter(notupdated[it->first], notupdated[it->first].begin()), Summary::ResPairNameCompare()); The attached patch should fix this. -- 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.