zsh-workers
 help / color / mirror / code / Atom feed
* zargs with -P intermittently failing in zsh 5.9 and macOS
@ 2022-05-24 16:09 Eric Nielsen
  2022-05-24 17:32 ` Bart Schaefer
  0 siblings, 1 reply; 18+ messages in thread
From: Eric Nielsen @ 2022-05-24 16:09 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1195 bytes --]

Hi, I'm seeing zargs with -P intermittently fail with in zsh 5.9 in
macOS. Here's the information I could gather so far.

Minimal reproducible example:

% f() { curl -Sso /dev/null 'https://example.com'; return 0 }
% autoload -Uz zargs
% setopt xtrace
% zargs -n 1 -P 0 -- {1..13} -- f

Expected the status code to be 0. Most of the times I get 123 instead.
The xtrace output shows:

+(eval):6> case 19 (<1-125>|128)
+(eval):8> ret=123

at least once, even though f always returned 0. Added the extra return 0
in f to force that return code.

If f is simplified, I don't see the error. If the -P 0 is removed, I
don't see the error. If the range is shortened, the error will be less
frequent. Even with {1..13} it happens to sometimes succeed in my Mid
2015 2.2 GHz Quad-Core Intel Core i7.

This is not reproducible with earlier versions of zsh or with the
/bin/zsh bundled with macOS (zsh version 5.8.1 in macOS 12.4). This is
reproducible with zsh 5.9 installed both via homebrew or macports. This
is so far not reproducible in other OSs.

Information comes from https://github.com/Homebrew/homebrew-
core/issues/101937 and https://github.com/zimfw/zimfw/discussions/459.

Kind regards,
Eric

[-- Attachment #2: Type: text/html, Size: 3737 bytes --]

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

end of thread, other threads:[~2022-06-12 16:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 16:09 zargs with -P intermittently failing in zsh 5.9 and macOS Eric Nielsen
2022-05-24 17:32 ` Bart Schaefer
2022-05-24 20:21   ` Eric Nielsen
2022-05-24 20:35     ` Bart Schaefer
2022-05-26  8:57   ` Jun T
2022-05-26 11:21     ` Jun. T
2022-05-27  3:39     ` Bart Schaefer
2022-05-27  4:18       ` Lawrence Velázquez
2022-05-27  5:29       ` Jun T
2022-05-27 16:10         ` Bart Schaefer
2022-05-27 17:25           ` Jun. T
2022-05-29  3:30             ` Bart Schaefer
2022-05-29 14:47               ` Jun. T
2022-05-29 20:07                 ` Bart Schaefer
2022-05-30 11:16                   ` Jun T
2022-06-07  6:51                     ` Jun T
2022-06-09  2:56                       ` Bart Schaefer
2022-06-12 16:43                 ` Eric Nielsen

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).