Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[zsh-3.0.4] segmentation fault (core dumped) zsh -f



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<TAB>
  (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-



Messages sorted by: Reverse Date, Date, Thread, Author