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

job table full.



I found a problem about job table with 3.1.5-pws-25.

Z(2):akr@is27e1u11% zsh -f
is27e1u11% while :
while> do
while> =echo $[i++]
while> done
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
zsh: job table full
is27e1u11% =echo $ZSH_VERSION
3.1.5-pws-25
is27e1u11% 

zsh should not overflow the table.
-- 
Tanaka Akira



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