http://bugzilla.novell.com/show_bug.cgi?id=521551 User pbaudis@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=521551#c10 --- Comment #10 from Petr Baudis <pbaudis@novell.com> 2009-08-25 02:48:50 MDT --- Well, if it works if nscd is running, it's hardly a nscd's fault...? ;-) This happens because then the netgrent resolution request (which ends up with this assertion failure) is handled within the application; if nscd is running, the application never does the lookup itself but instead asks nscd to do it, so it never enters this codepath. And nscd doesn't crash on the same assert()ion failure because it is not using custom malloc. I think in this case the best thing is to get rid of the troublesome assert() since it doesn't really serve any purpose. I'm just worried if there isn't more trouble lurking around from nss deepbinding... -- 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.