http://bugzilla.novell.com/show_bug.cgi?id=586979 http://bugzilla.novell.com/show_bug.cgi?id=586979#c14 --- Comment #14 from Michael Matz <matz@novell.com> 2010-03-15 16:59:24 UTC --- prelink somehow mishandled UNIQUE variables. The guard variable is correctly shared, but the static var (_self) is not. The executable initialized its _self and the shared guard, libzypp asks the (shared, and hence properly handled) guard variable, but the proceeds to access its own copy of _self, which of course isn't initialized. As the _self variables have UNIQUE binding, my guess is that prelink simply doesn't correctly deal with those. -- 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.