Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14758 > unrolled thread

Re: make distclean and bash-4.4 - FYI

Started byMichael Felt <aixtools@felt.demon.nl>
First post2018-11-01 13:24 +0200
Last post2018-11-01 13:24 +0200
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: make distclean and bash-4.4 - FYI Michael Felt <aixtools@felt.demon.nl> - 2018-11-01 13:24 +0200

#14758 — Re: make distclean and bash-4.4 - FYI

FromMichael Felt <aixtools@felt.demon.nl>
Date2018-11-01 13:24 +0200
SubjectRe: make distclean and bash-4.4 - FYI
Message-ID<mailman.3212.1541071516.1284.bug-bash@gnu.org>

> On 11/1/2018 12:43 PM, Michael Felt wrote:
>>> I am mainly surprised by "process file table is full" - is there
>>> something specific I can do to look at this more closely?
>> No, it's expected. That script tests the behavior when the process's open
>> file limit (`ulimit -n') is set to something very small. 
> Using defaults:
> root@x065:[/]ulimit -n
> 2000
> 
>> It's interesting
>> that AIX (you're running AIX, right?) chooses to return -1/EMFILE even
>> though the process doesn't have the maximum number of file descriptors open.
> Well, it is AIX 5.3 (TL7). Maybe there are more choices for errno today, than there was in 2007.  I'll create a clean source to patch/build oot, and compare AIX 5.3, 61. and 7.1 (no ready access to 7.2, sorry).
> 
> 
In case you are interested..
AIX 6.1 and 7.1 stop at the same point, but get there MUCH faster. I started the AIX 5.3 make test even before I started the builds on AIX 6.1 and 7.1,

AIX 5.3 is still showing:
warning: if the text of an error message concerning `redir1.*' not being
warning: found or messages concerning bad file descriptors produce diff
warning: output, please do not consider it a test failure

while AIX 6.1 and AIX 7.1 have already "make error" status.

FYI (who really cares about AIX 5.3 these days :p )

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web