From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.12) with SMTP id XAA07766 for ; Thu, 21 Sep 1995 23:55:55 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA05993 (5.65c/Gatech-10.0-IDA for ); Thu, 21 Sep 1995 09:38:16 -0400 Received: by math (5.x/SMI-SVR4) id AA01025; Thu, 21 Sep 1995 06:16:43 -0400 Resent-Date: Thu, 21 Sep 1995 12:18:57 +0200 (MET DST) Old-Return-Path: From: Zoltan Hidvegi Message-Id: <199509211018.MAA20187@bolyai.cs.elte.hu> Subject: Re: weird xterm behaviour To: JONH@cc.usu.edu (Jon) Date: Thu, 21 Sep 1995 12:18:57 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu (zsh-workers) In-Reply-To: from "Jon" at Sep 20, 95 08:02:17 am X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-Id: <"QjxPe3.0.tF.AkJOm"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/394 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > > I'm having a strange problem with zsh in xterms. zsh is my default > shell, so an xterm uses zsh by default. I can open other windows from > the xterm (for example, I type 'netscape &') and it works fine, until I > close the other window. At this point, the xterm also closes. I'm using > Linux, and this doesn't seem to happen with any other shells. Has anyone > seen this problem before? Any ideas about how to fix it? > > Thanks. If you use linux 1.3.x then probably your signames.h file is wrong since zsh thinks that the signals are defined in instead of . You can get beta10-hzoli10.3, can wait for beta11 or you can edit the Makefile under the Src dir and give SIGNAL_H proper value. In this case you should delete signames.h and do a make. Zoltan