You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uname -av: Linux user 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
Reproduction steps
Run zellij session using config with copy_command set and copy_on_select enabled
Select some text to make it into clipboard
Paste it somewhere to make sure it works
Copy again couple times
run command ps ax|grep wl-copy and see something like
581867 ? Z 0:00 [wl-copy] <defunct>
614145 ? Z 0:00 [wl-copy] <defunct>
649179 ? S 0:00 wl-copy
where is a zombie.
Issue description
On every copy on select new child process with copy command is spawned and previous command process (if any) turns into zombie process. My current copy command is wl-copy, but had similar issues with xclip, so likely it has issues with other copy commands.
The text was updated successfully, but these errors were encountered:
Basic information
Debug log
: zellij-22.logzellij --version
: zellij 0.41.2stty size
: 33 140uname -av
:Linux user 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64 GNU/Linux
Reproduction steps
copy_command
set andcopy_on_select
enabledps ax|grep wl-copy
and see something likewhere is a zombie.
Issue description
On every copy on select new child process with copy command is spawned and previous command process (if any) turns into zombie process. My current copy command is
wl-copy
, but had similar issues withxclip
, so likely it has issues with other copy commands.The text was updated successfully, but these errors were encountered: