zsh-workers
 help / color / mirror / code / Atom feed
* Unexpected infinite loop with xclip
@ 2022-09-07 21:44 Michaël Cadilhac
  2022-09-07 22:20 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Michaël Cadilhac @ 2022-09-07 21:44 UTC (permalink / raw)
  To: zsh-workers

Hello Workers,

I can't explain the behavior of the following on my system:

With zsh -f:

$ while :; do read; echo | xclip; echo loop; done
RET
loop
loop
loop
...

(In the above, RET is the only user input.)

Bash does not have this problem.  This is independent from the
terminal I use, it even has the same behavior on a X11-free TTY (with
DISPLAY set correctly).  I'd find it strange that it be xclip related,
but could not find any other program that caused this.

Bug, feature, PEBKAC?

Cheers,
Michaël


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

end of thread, other threads:[~2022-09-07 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 21:44 Unexpected infinite loop with xclip Michaël Cadilhac
2022-09-07 22:20 ` 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).