From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id MAA23049 for ; Tue, 28 Nov 1995 12:57:42 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA22768; Mon, 27 Nov 1995 20:34:48 -0500 Resent-Date: Mon, 27 Nov 1995 17:35:45 -0800 Old-Return-Path: Date: Mon, 27 Nov 1995 17:35:45 -0800 From: (?) Message-Id: <9511280135.AA26654@naha.stl.ibm.com> To: zsh-workers@math.gatech.edu Subject: aix broken? Resent-Message-Id: <"fVRPg.0.dZ5.tSckm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/654 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Greetings. I find myself working on an aix box (rs6000, 4.1.3) these days. When I run zsh 2.5.3, it will unexpectedly segmentation fault at seemingly innocuous points. For example, whenever I attempt to cd to /tom, a local directory on my machine, it segmentation faults. zsh 2.6.12 doesn't segmentation fault, but its tty interface is broken. In particular, it forgets what means, and it doesn't repaint the line correctly after a, for example, ^a^k. I'm used to running 2.5.3 on solaris 2.3, where zsh works beautifully. My settings are setopt APPEND_HISTORY # don't overwrite the history file setopt HIST_NO_STORE # don't store "fc" commands setopt HIST_IGNORE_DUPS setopt AUTO_CD # don't require "cd" setopt AUTO_NAME_DIRS # terse directory names setopt CORRECT # correct spelling of commands setopt EXTENDED_GLOB # treat #, ~, and ^ special setopt GLOB_DOTS # turn off requireing "."'s setopt INTERACTIVE_COMMENTS # allow comments setopt LIST_TYPES # trailing @ or / or * setopt NO_CLOBBER setopt RCQUOTES # allow 'who''s' as well as 'who'\''s' setopt SH_WORD_SPLIT # parameter values are split into separate words Thanks very much for any help you may provide.