http://bugzilla.novell.com/show_bug.cgi?id=556479 http://bugzilla.novell.com/show_bug.cgi?id=556479#c2 Radek Doulik <rodo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodo@novell.com --- Comment #2 from Radek Doulik <rodo@novell.com> 2009-11-25 10:29:35 UTC --- Happens on my system as well. It crashes when NULL pointer is used at lookup_hosts.c:151, because it was set to NULL at lookup_hosts.c:148. 146 if (!me->mapent) { 147 cache_delete(me->mc, name); 148 me = NULL; 149 } 150 151 cache_unlock(me->mc); -- 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.