From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28711 invoked from network); 6 Oct 1997 00:14:06 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 6 Oct 1997 00:14:06 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id UAA25510; Sun, 5 Oct 1997 20:08:40 -0400 (EDT) Resent-Date: Sun, 5 Oct 1997 20:08:40 -0400 (EDT) To: zsh-workers@math.gatech.edu Sender: monnier@TEQUILA.SYSTEMSZ.CS.YALE.EDU From: Stefan Monnier Newsgroups: lists.zsh.workers Subject: Re: zsh-3.0.5 segfault when suspending References: <5lraa11btc.fsf@tequila.systemsz.cs.yale.edu> Date: 05 Oct 1997 20:09:16 -0400 Message-ID: <5lhgavg3bn.fsf@tequila.systemsz.cs.yale.edu> X-Newsreader: Gnus v5.5/Emacs 20.2 Path: tequila.systemsz.cs.yale.edu NNTP-Posting-Host: tequila.systemsz.cs.yale.edu Resent-Message-ID: <"qLXeP3.0.XE6.7m2Eq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3555 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Stefan Monnier writes: > Before I dig further into it, has anyone come across a similar problem: > > > zsh > % cat > ^Z > segmentation fault > > Sorry to bother you... it's fixed. It was due to my running configure while my /usr/include links to /usr/src/linux where broken. Since the links where back into place by the time I got to actually compile the files, the problem didn't show up. I've recompiled and it works smoothly now, Stefan