Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bug: suffix alias and tabcompletion
- X-seq: zsh-workers 38738
- From: Michael Gebhard <michael.gebhard@xxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: bug: suffix alias and tabcompletion
- Date: Tue, 21 Jun 2016 21:39:18 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fau.de; s=fau-2013; t=1466537964; bh=zbgHhUcocYghgUXMHmEQ7y7Nei27JJhpinXaDTI3Xqo=; h=Date:From:To:Subject:From:To:CC:Subject; b=ignnOKrleMdMACJDIpWCsT5k1y1/Oj0QpxJ3czf45mTWfpgn06RMGMjkw4V971nhM LYS7NFvP1EV0sc4PQZZsV9BOLcqBaJvIf8y0YmHzw+yobgBHb44TayQr1LXxtxxrSE dcQQ7LiWkZZNP544nd9dbWO9ORhg6kv2O3nPmRBZUYtdJXL5nc9XCfcjGhz1Oh6FyE vBJjhgzhm1qfhKCutkBM0tUlOJ5IVMAkiucOjmHeA5XcDiqJ1GBERaGQl4yBdxGQ0P BipzYNYTC/3jG4pTaIlbtnDkZnuf5ggDKUkB3h/4j+cyEKw4yurDrvyZprH3TCpapk WLpFBW4TtniYQ==
- 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
Hey,
running the following commands and trying to complete the last line
by pressing tab produces a zsh taking up 100% cpu. Strace says the zsh
is alternatingly running mmap and mremap with increasing sizes in a loop.
zsh -f
touch foo.bar
alias -s bar='echo a &'
foo.bar fo
zsh version:
zsh 5.2 (x86_64-debian-linux-gnu)
Best regards,
Michael
Attachment:
signature.asc
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author