From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5369 invoked from network); 28 Oct 2003 14:30:44 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 Oct 2003 14:30:44 -0000 Received: (qmail 12576 invoked by alias); 28 Oct 2003 14:30:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19207 Received: (qmail 12554 invoked from network); 28 Oct 2003 14:30:33 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 28 Oct 2003 14:30:33 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.254.112.142] by sunsite.dk (MessageWall 1.0.8) with SMTP; 28 Oct 2003 14:30:33 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id D37EE70049; Tue, 28 Oct 2003 09:30:32 -0500 (EST) Date: Tue, 28 Oct 2003 09:30:32 -0500 From: Clint Adams To: Peter Stephenson Cc: zsh-workers@sunsite.dk, 217915@bugs.debian.org, =?iso-8859-1?Q?Fr=E9d=E9ric?= Gobry Subject: Re: NSS LDAP/TLS crashing Message-ID: <20031028143032.GA26489@scowler.net> References: <20031028130248.GA25490@scowler.net> <4239.1067350191@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4239.1067350191@csr.com> User-Agent: Mutt/1.5.4i > 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