On Mon, Feb 25, 2008 at 03:39:26PM +0100, Jörg Sommer wrote: > I can reproduce this bug with zsh-static 4.3.5-3. Here are some more > infos: (me is an ordinary user)
Hi Jörg.. the problem is that user/group lookups are disabled in the -static build because glibc's NSS ABI is unstable and static binaries still need to load NSS modules dynamically. If we re-enable lookups, then zsh-static will segfault on any major libc upgrade. I don't know what the best solution here is.