Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: NSS LDAP/TLS crashing



> Looks like there's some interaction between zsh's memory handling and
> the library functions.  I'm surprised to see zcalloc (which is a zsh
> function) so near the top of the call stack.  Does zcalloc appear as a
> symbol in the C library in question?  In that case we probably need to
> rename it.

That's it.

% objdump -T /usr/lib/libz.so.1 | grep zcal
00008110 g    DF .text	00000018  Base        zcalloc



Messages sorted by: Reverse Date, Date, Thread, Author