http://bugzilla.novell.com/show_bug.cgi?id=556479 http://bugzilla.novell.com/show_bug.cgi?id=556479#c3 --- Comment #3 from Radek Doulik <rodo@novell.com> 2009-11-25 10:38:25 UTC --- It is fixed in 5.0.5 where the cache pointer is stored before me is set to NULL and is later used to unlock the cache. if (me) { struct mapent_cache *fmc = me->mc; if (me->status >= time(NULL)) { cache_unlock(fmc); return NSS_STATUS_NOTFOUND; } if (!me->mapent) { cache_delete(fmc, name); me = NULL; } cache_unlock(fmc); } -- 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.