Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug: Searching through sufficiently large $historywords causes seg fault
- X-seq: zsh-workers 51729
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Bug: Searching through sufficiently large $historywords causes seg fault
- Date: Mon, 8 May 2023 11:58:53 +0300
- Archived-at: <https://zsh.org/workers/51729>
- List-id: <zsh-workers.zsh.org>
However, this does not happen when searching through a normal array of
the same size:
% tmp=( {1..99999} )
% : $tmp[(r)foo]
% print -S "$tmp"
% : $historywords[(r)foo]
zsh: segmentation fault
Messages sorted by:
Reverse Date,
Date,
Thread,
Author