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

Re: core dump with completion.



On Jul 22, 12:50am, Tanaka Akira wrote:
} Subject: core dump with completion.
}
} zsh dumps core with completion with following operation.
} 
} Script started, file is typescript
} $ ls
} 7196              7217              7230              share
} 7202              7218              7231              typescript
} 7205              7219              7235              u2456
} 7209              7220              7241              zsh-3.1.6-test-2
} 7210              7223              bin
} 7213              7226              lib
} 7216              7229              man
} $ bin/zsh -f
} is27e1u11% bindkey -e; autoload -U compinit; compinit
} is27e1u11% cvs add <TAB><C-c>
} is27e1u11% A=sh<TAB>zsh: segmentation fault (core dumped)  bin/zsh -f

I can't reproduce this; at least, not in a 3.1.5 static-build tree replacing
"bin/zsh -f" with "Src/zsh -f".  Maybe it's a dynamic linkage thing.

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



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