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

zsh dumps core on ssh <TAB><C-c><C-c><C-d>



zsh dumps core as follows:

Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% ssh <TAB><C-c><C-c>
is27e1u11% <C-d>
zsh: segmentation fault (core dumped)  Src/zsh -f
Z(2):akr@is27e1u11% gdb Src/zsh core
...
#0  0x9ed24 in freearray (s=0x0) at utils.c:2192
2192        while (*s)
(gdb) where
#0  0x9ed24 in freearray (s=0x0) at utils.c:2192
#1  0xfefd32a8 in freecadef (d=0x155ca8) at computil.c:460
#2  0xfefdccb0 in finish_ (m=0xd3958) at computil.c:2855
#3  0x67d54 in dyn_finish_module (m=0xd3958) at module.c:581
#4  0x67f38 in finish_module (m=0xd3958) at module.c:621
#5  0x6aff4 in unload_module (m=0xd3958, node=0x0, force=1) at module.c:1301
#6  0x68da4 in exit_modules () at module.c:875
#7  0x27378 in zexit (val=0, from_signal=0) at builtin.c:3204
#8  0x1b280 in main (argc=2, argv=0xffbef48c) at ./main.c:100
(gdb) 
-- 
Tanaka Akira



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