Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: kill % fails?



On Sat, Nov 27, 2021 at 06:15:32PM -0800, Bart Schaefer wrote:
> On Sat, Nov 27, 2021 at 5:32 PM Dominik Vogt <dominik.vogt@xxxxxx> wrote:
> No ... the "for" loop and each of the foreground commands also have
> job table entries, to permit ^Z/bg/fg management.  That's why you get
> a full job table after 998 background jobs instead of 1000.
>
> > Is there a way to print the command that could not be
> > added?
>
> Run with xtrace enabled?

It prints the whole block inside the loop, but nevermind, I just
wanted to rule out that the window manager has any part in that.

> For what it's worth, if you "setopt notify" (or rather, avoid "setopt
> nonotify" which you must be getting from "sh" emulation?)

For whatever reason, there was "unsetopt notify" in zshrc.

> you won't fill the job table.

Yup, thanks, that helps.

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt




Messages sorted by: Reverse Date, Date, Thread, Author