zsh-workers
 help / color / mirror / code / Atom feed
* Bug: Searching through sufficiently large $historywords causes seg fault
@ 2023-05-08  8:58 Marlon Richert
  2023-05-08 17:01 ` Bart Schaefer
  0 siblings, 1 reply; 9+ messages in thread
From: Marlon Richert @ 2023-05-08  8:58 UTC (permalink / raw)
  To: Zsh hackers list

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-12 16:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08  8:58 Bug: Searching through sufficiently large $historywords causes seg fault Marlon Richert
2023-05-08 17:01 ` Bart Schaefer
2023-05-09 16:53   ` Bart Schaefer
2023-05-09 16:58     ` Bart Schaefer
2023-05-09 19:01       ` Peter Stephenson
2023-05-09 23:05         ` Bart Schaefer
2023-05-10  8:39           ` Peter Stephenson
2023-05-12  9:28             ` Peter Stephenson
2023-05-12 16:12               ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).