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

53completion.ztst (Re: zregexparse.ztst fails with latest CVS)



On Feb 6,  8:23pm, Bart Schaefer wrote:
} Subject: zregexparse.ztst fails with latest CVS
}
} It goes into an infinite loop getting an I/O error on read, according to
} strace.  This is with the standard default dynamic linkage.

This is on linux, redhat 5.2; sorry for not mentioning it sooner.

It's not the zregexparse test, it's the completion test.

With ZTST_verbose=1, I get to:

...
../../zsh-3.1.6/Test/52zregexparse.ztst: all tests successful.
Running test: directories and files

and then it hangs forever.  It appears that the zsh started on the zpty
slave has died, leaving zpty in a read loop getting I/O error.

A statically linked zsh passes all tests successfully.

I noticed that "make clean" doesn't remove the module .so files, so I
explicitly blew them away and rebuilt.  Makes no difference.

Tricking comptest into attaching an strace to the zsh on the pty, I find
this (after reams of output):

10480 open("/usr/src/local/zsh/zsh-3.1.6-dynamic/Test/../../zsh-3.1.6/Test/../Completion/Core/_setup", O_RDONLY|O_NOCTTY) = 7
10480 lseek(7, 0, SEEK_END)             = 1941
10480 lseek(7, 0, SEEK_SET)             = 0
10480 read(7, "#autoload\n\nlocal val nm=\"$com"..., 1941) = 1941
10480 close(7)                          = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_UNBLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], []) = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_UNBLOCK, [CHLD], [CHLD]) = 0
10480 sigprocmask(SIG_BLOCK, [CHLD], []) = 0
10480 --- SIGSEGV (Segmentation fault) ---
10480 +++ killed by SIGSEGV +++

I was able to locate the core file, here's a partial stack trace:

(gdb) where 
#0  0x1d42 in ?? ()
#1  0x808a3a8 in dyn_boot_module (m=0x80d6fa0)
    at ../../zsh-3.1.6/Src/module.c:625
#2  0x808a525 in boot_module (m=0x80d6fa0) at ../../zsh-3.1.6/Src/module.c:677
#3  0x808b263 in load_module (name=0x80de630 "zsh/complist")
    at ../../zsh-3.1.6/Src/module.c:846


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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