From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18618 invoked from network); 9 Sep 2003 06:30:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Sep 2003 06:30:24 -0000 Received: (qmail 26917 invoked by alias); 9 Sep 2003 06:30:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19050 Received: (qmail 26905 invoked from network); 9 Sep 2003 06:30:20 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Sep 2003 06:30:20 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [131.246.137.52] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Sep 2003 6:30:17 -0000 Received: from mailgate1.uni-kl.de (mailgate1.uni-kl.de [131.246.120.5]) by uni-kl.de (8.12.8/8.12.8) with ESMTP id h896UHVS020779 for ; Tue, 9 Sep 2003 08:30:17 +0200 (MET DST) Received: from hlrwm.rhrk.uni-kl.de (hlrwm.rhrk.uni-kl.de [131.246.91.18]) by mailgate1.uni-kl.de (8.12.7/8.12.7) with ESMTP id h896UGj9013499 for ; Tue, 9 Sep 2003 08:30:16 +0200 Received: by hlrwm.rhrk.uni-kl.de (Postfix, from userid 1001) id ABFC07D9E; Tue, 9 Sep 2003 08:30:16 +0200 (CEST) X-Mailer: XFMail 1.5.4 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Received: from sun.rhrk.uni-kl.de (sun.rhrk.uni-kl.de [131.246.137.50]) by hlrwm.rhrk.uni-kl.de (Postfix) with ESMTP id A6BAC7D9E for ; Tue, 9 Sep 2003 08:16:59 +0200 (CEST) Received: from uni-kl.de (mail.uni-kl.de [131.246.137.52]) by sun.rhrk.uni-kl.de (8.12.8/8.12.8) with ESMTP id h896GxZL010466 for ; Tue, 9 Sep 2003 08:16:59 +0200 (MEST) Received: from mailgate2.uni-kl.de (mailgate2.uni-kl.de [131.246.120.7]) by uni-kl.de (8.12.8/8.12.8) with ESMTP id h896GwVS019078 for ; Tue, 9 Sep 2003 08:16:59 +0200 (MET DST) Received: from sunsite.dk (sunsite.dk [130.225.247.90]) by mailgate2.uni-kl.de (8.12.7/8.12.7) with SMTP id h896Gupr019417 for ; Tue, 9 Sep 2003 08:16:57 +0200 Received: (qmail 23089 invoked by alias); 9 Sep 2003 06:16:56 -0000 Date: Tue, 09 Sep 2003 08:30:16 +0200 (CEST) Message-ID: <20030909061656.23088.qmail@sunsite.dk> Sender: backes@rhrk.uni-kl.de From: Joachim Backes To: zsh-workers Subject: zsh-4.0.7 memory fault in IRIX 6.5 Hi, having problems with zsh-4.0.7 (and earlier) on IRIX-6.5: if I have an (very old) /etc/zshenv with the contents setopt shwordsplit then zsh dies directly after start with "memory fault". The reason seems to be the (invalid ??) contents of /etc/zshenv. I made a system trace of zsh and got the following (the first lines are omitted) result: ... 18mS[ 3] : ioctl(10, TIOCGSID, 0x7ffb7de0) OK 18mS[ 3] : getsid(0) = 8340897 18mS[ 3] : ioctl(10, TIOCSPGRP, 8971885) OK 18mS[ 3] : sigprocmask(SIG_UNBLOCK, [SIGINT SIGQUIT], []) OK 19mS[ 3] : brk(0x100b8000) OK 19mS[ 3] : stat("/etc/zshenv.zwc", 0x7ffb7c50) errno = 2 (No such file or directory) 19mS[ 3] : stat("/etc/zshenv", 0x7ffb7ce8) OK 19mS[ 3] : open("/etc/zshenv", O_RDONLY|O_NOCTTY, 0) = 3 19mS[ 3] : fcntl(3, F_DUPFD, 10) = 11 19mS[ 3] : close(3) OK 19mS[ 3] : fstat(11, 0x7ffb7d10) OK 19mS[ 3] : sigaction(SIGINT, {flags=0 handler=0x1006b0d0 mask=[]}, 0) OK 19mS[ 3] : fstat(11, 0x7ffb6b10) OK 19mS[ 3] : ioctl(11, __OLD_TCGETA, 0x7ffb6ac0) errno = 25 (Inappropriate I/O control opera tion) 19mS[ 3] : read(11, "setopt shwordsplit\n", 4096) = 19 20mS[ 3] : sigprocmask(SIG_BLOCK, [SIGCLD], []) OK 20mS[ 3] : received signal SIGSEGV An empty /etc/zshenv makes no trouble. Regards Joachim Backes -- Joachim Backes Technical University of Kaiserslautern, Computer Center, High Performance Computing, D-67653 Kaiserslautern, PO Box 3049, Germany -------------------------------------------------- Phone: +49-631-205-2438, FAX: +49-631-205-3056 http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html