http://bugzilla.novell.com/show_bug.cgi?id=600236 http://bugzilla.novell.com/show_bug.cgi?id=600236#c3 Michael Andres <ma@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma@novell.com --- Comment #3 from Michael Andres <ma@novell.com> 2010-04-28 13:17:19 CEST --- @Jano: I see (and fix) this: case NO_UPD_CANDIDATE: { PoolItem highest = asSelectable()(_objinst)->highestAvailableVersionObj(); if (identical(_objinst, highest) || _objinst->edition() > highest->edition()) NO_UPD_CANDIDATE includes no candidate at all, thus highest == NULL and segv on highest->edition. Caused by: SolverRequester.cc(updateTo):491 no available objects in repos, skipping update of glib if (s->availableEmpty()) { addFeedback(Feedback::NO_UPD_CANDIDATE, cap, repoalias, PoolItem(), installed); DBG << "no available objects in repos, skipping update of " << s->name() << endl; -- 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.