From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6047 invoked from network); 26 Jan 2000 11:54:36 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Jan 2000 11:54:36 -0000 Received: (qmail 857 invoked by alias); 26 Jan 2000 11:54:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9434 Received: (qmail 849 invoked from network); 26 Jan 2000 11:54:17 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: core dump with completion References: <200001261009.LAA16179@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 26 Jan 2000 20:54:15 +0900 Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <200001261009.LAA16179@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > But I can't repeat the bug. Tanaka, can you try it using --enable-zsh-mem, > --enable-secure-free and --enable-mem-warining? That may (or may not) > give us more information where it is actually failing. Also: does it > use mmap for heaps on Solaris 7? zsh built with ./configure --prefix=/space/akr/zsh/tmp --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem --enable-secure-free --enable-mem-warining doesn't dump core. It seems to work well. Since `egrep 'HAVE_SYS_MMAN_H|HAVE_MMAP|HAVE_MUNMAP' config.h' says follows, mmap is used, maybe. #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define HAVE_SYS_MMAN_H 1 Also note that I found zsh patched upto 9419 doesn't have the problem. So I suspect the problem is related to 9421. -- Tanaka Akira