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

Re: BUG: Zsh crashes



Phil Pennock wrote on Sat, Jan 14, 2017 at 01:09:00 +0000:
> This with having freshly cloned github.com:robbyrussell/oh-my-zsh.git to
> ~/.oh-my-zsh and no modifications locally; checked out at 0b4bba4c
> 
> No install steps for oh-my-zsh or curl|sh stuff done, it's purely a git
> repo clone to that path.
> 
> 
> ...% rustc --pretty flowgraph==......zsh(41997,0x7fffdf23d3c0) malloc: ***
> error for object 0x7fc75560ef60: pointer being freed was not allocated
> *** set a breakpoint in malloc_error_break to debug
>  zsh: abort (core dumped)  env - /usr/local/bin/zsh -f

More minimal reproducer:

% git clone --depth 5 git://github.com/robbyrussell/oh-my-zsh.git
% mkdir d
% cp */plugins/rust/_rust d 
% fpath+=($PWD/d) 
% autoload compinit
% compinit 
% rustc --pretty flowgraph==<TAB><TAB>

This uses the _rust from omz but nothing else from it.



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