Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: NSS LDAP/TLS crashing
- X-seq: zsh-workers 19207
- From: Clint Adams <clint@xxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: NSS LDAP/TLS crashing
- Date: Tue, 28 Oct 2003 09:30:32 -0500
- Cc: zsh-workers@xxxxxxxxxx, 217915@xxxxxxxxxxxxxxx, Frédéric Gobry <frederic.gobry@xxxxxxxxxxxx>
- In-reply-to: <4239.1067350191@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20031028130248.GA25490@xxxxxxxxxxx> <4239.1067350191@xxxxxxx>
> 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