From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22035 invoked from network); 26 Aug 1997 20:25:22 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 26 Aug 1997 20:25:22 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id QAA18462; Tue, 26 Aug 1997 16:00:21 -0400 (EDT) Resent-Date: Tue, 26 Aug 1997 16:00:21 -0400 (EDT) To: ZSH mailing list Subject: [zsh-3.0.4] segmentation fault (core dumped) zsh -f Organization: CIRES, University of Colorado X-Attribution: mb Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Mark Borges Date: 26 Aug 1997 14:00:14 -0600 Message-ID: X-Mailer: Gnus v5.4.65/XEmacs 19.16(beta90) Resent-Message-ID: <"MlpFd1.0.PW4.KNp0q"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3470 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I just got zsh-3.0.4 to coredump, zsh: 26833 segmentation fault (core dumped) zsh -f by doing the following, (1) zsh -f (2) ls /usr/local/x11r6/contrib/programs/gs/gs5.03/*.ps (3) The bazillion (or so) *.ps files get expanded. This fills up more than a screen of text (4) Tried to undo via "^Xu", and got the corefile: (dbx) where =>[1] moveto(0x1, 0xa1c90, 0xa1e60, 0x9e18c, 0x9e188, 0xff00), at 0x6ca34 [2] refreshline(0x1, 0xa0000, 0x5a, 0x32, 0x9e180, 0xaeca0), at 0x6bc84 [3] refresh(0x9e1a4, 0x1, 0x93ac8, 0x93800, 0x9e000, 0x93800), at 0x6b974 [4] zleread(0xa1c00, 0x0, 0x1, 0xa1c00, 0x1, 0x0), at 0x62bb8 [5] inputline(0xa1e13, 0x8004667e, 0xeffff2a0, 0x3, 0xf776bf20, 0xfc459c00), at 0x3f1dc [6] ingetc(0xa1a84, 0x9bab0, 0x9bab4, 0x0, 0x0, 0x400), at 0x3f0e8 [7] hgetc(0xa1c00, 0x0, 0xa1c00, 0x0, 0xf6ba6704, 0xf6ba6660), at 0x39eb4 [8] gettok(0x23, 0xa03c4, 0xffffffff, 0x9e660, 0xa1a84, 0xeffff278), at 0x427a8 [9] yylex(0x9f938, 0x0, 0x0, 0xef6d1568, 0x8, 0xeffff27c), at 0x41f64 [10] parse_event(0x2, 0xa1c00, 0xa90bc, 0x3c, 0x0, 0x0), at 0x4d1f0 [11] loop(0x1, 0xa0400, 0xa1c00, 0xa1c00, 0x1, 0xa6720), at 0x3d40c [12] main(0x96f84, 0x96f70, 0xeffff448, 0x90400, 0x1, 0x0), at 0x3d2d8 (dbx) I realize this is pretty useless debugging info, but perhaps this has already been fixed by one of the patches I missed. If not, I'll try to build a version with full debug info later. Oh, BTW, this is, suomi$ uname -a SunOS suomi 5.5 Generic_103093-12 sun4m sparc SUNW,SPARCstation-10 suomi$ cc -V cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2 usage: cc [ options] files. Use 'cc -flags' for details -- -mb-