https://bugzilla.novell.com/show_bug.cgi?id=832737 https://bugzilla.novell.com/show_bug.cgi?id=832737#c14 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mls@suse.com --- Comment #14 from Michael Andres <ma@suse.com> 2013-08-27 13:06:15 CEST --- (Sorry for the late response, I've been on vacation) @mls: Any idea? The crash in zypp::sat::LookupAttr::iterator::increment is the location we had to touch after the libsolv dataiterator fixes (added the ::dataiterator_strdup call). void LookupAttr::iterator::increment() { if ( _dip ) { if ( ! ::dataiterator_step( _dip.get() ) ) { _dip.reset(); base_reference() = 0; } else { ::dataiterator_strdup( _dip.get() ); } } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.