Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BUG: Zsh crashes
- X-seq: zsh-workers 40356
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- Subject: Re: BUG: Zsh crashes
- Date: Sat, 14 Jan 2017 02:48:33 +0000
- Cc: Bjorn Baron <bjornbaron@xxxxxxxxxxx>, zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=ex3bUkBp0iuquXe TVQdbqTCqILg=; b=BHxvQha9bEH3yh9cdIynjufOP0YbjFZi8rS3SOjkaS39AHV pMkKcIwWNvKlYmIRtl1A5yZLcz5mdtsZ9yY0O9Pkukp7xKFi5MHA0YlJFMUQNKHA kUWjux2erSiEHfTLdCniNGWFuqNQojBVDP6POm4d7Tmpl2zI5tDppHrsTAvQ=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=ex3bUkBp0iuquX eTVQdbqTCqILg=; b=t+Q6efwoIW84vn73br/1Bs0K8NPTXs0Pivv+m72V1j07kR 8MteK2vpcpNNIafGRfTx4wOLrUHHjdjvO9CVsY14Pu6Zd6IqJtJmfZXB9im/M3hl B+D5MyIo22z9JFTwOzNqDd33qMTRD9undIP3eto6DvgS6uoHdiQqEIG6MYMWU=
- In-reply-to: <20170114010859.GA22474@tower.spodhuis.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20170113174208epcas1p109452434d2f95e52b24e49029ce15943@epcas1p1.samsung.com> <DB6PR1001MB10324259D98A08DA4938F0E6D7780@DB6PR1001MB1032.EURPRD10.PROD.OUTLOOK.COM> <20170113175242.16210658@pwslap01u.europe.root.pri> <20170114010859.GA22474@tower.spodhuis.org>
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