From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17548 invoked from network); 15 Jan 1999 09:00:19 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Jan 1999 09:00:19 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id DAA25974; Fri, 15 Jan 1999 03:59:20 -0500 (EST) Resent-Date: Fri, 15 Jan 1999 03:59:20 -0500 (EST) Message-Id: <9901150843.AA65369@ibmth.df.unipi.it> To: Jozsef Kadlecsik , zsh-workers@math.gatech.edu Subject: PATCH: 3.1.5.x: Re: zsh 3.1.5 core dumps on Solaris 7 In-Reply-To: "Jozsef Kadlecsik"'s message of "Fri, 15 Jan 1999 09:39:44 NFT." Date: Fri, 15 Jan 1999 09:43:00 +0100 From: Peter Stephenson Resent-Message-ID: <"Poa81.0.nL6.eDmds"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4911 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Jozsef Kadlecsik wrote: > > zsh 3.1.5 on Solaris 7 compiled with gcc 2.8.1 AND with dynamic modules > > support dumps core almost immediately after the zle module is loaded. > > I found it myself: run configure with --disable-zsh-mem Just missed this when I sent my last message. Here's a patch noting a couple of machine issues for 3.1.5*. Anyone got any more? *** Etc/MACHINES.mach Wed Oct 28 22:14:06 1998 --- Etc/MACHINES Fri Jan 15 09:40:19 1999 *************** *** 45,51 **** Should build `out-of-the-box'. IBM: AIX ! Should build `out-of-the-box'. Linux: Linux (i386) [3.1.4] If you are using an early minor version of libc 5, then a bug --- 45,52 ---- Should build `out-of-the-box'. IBM: AIX ! Should build `out-of-the-box'. On AIX 3.x (at least), ! --enable-zsh-mem will not work. Linux: Linux (i386) [3.1.4] If you are using an early minor version of libc 5, then a bug *************** *** 92,94 **** --- 93,99 ---- To avoid this, make sure you compile zsh without any reference to /usr/ucblib in your LD_LIBRARY_PATH. You can easily do this by just unsetting LD_LIBRARY_PATH before building zsh. + + Under Solaris 2.7, the zsh memory routines will not work with + dynamically loaded libraries; avoid using --enable-zsh-mem + with --enable-dynamic. -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy