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


Groups > gnu.bash.bug > #14758

Re: make distclean and bash-4.4 - FYI

Path csiph.com!fu-berlin.de!usenet.stanford.edu!not-for-mail
From Michael Felt <aixtools@felt.demon.nl>
Newsgroups gnu.bash.bug
Subject Re: make distclean and bash-4.4 - FYI
Date Thu, 1 Nov 2018 13:24:59 +0200
Lines 33
Approved bug-bash@gnu.org
Message-ID <mailman.3212.1541071516.1284.bug-bash@gnu.org> (permalink)
References <4631d44f-ecec-d119-96db-982c9dcfad06@felt.demon.nl> <711e0e84-e01f-1796-7be5-bec53f5b3ad0@felt.demon.nl> <d0c94f4e-7f23-0dd1-7678-f521073c97df@case.edu> <8B3A469E-A5F6-4CEE-AD37-5148E5910E3C@felt.demon.nl>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding quoted-printable
X-Trace usenet.stanford.edu 1541071516 7456 208.118.235.17 (1 Nov 2018 11:25:16 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
Content-Language en-US
X-Enigmail-Draft-Status N11100
Fcc imap://aixtools@felt-1.demon.nl/Sent
In-Reply-To <8B3A469E-A5F6-4CEE-AD37-5148E5910E3C@felt.demon.nl>
X-Identity-Key id3
X-Account-Key account4
X-Mailer iPhone Mail (15E216)
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
X-Mozilla-Draft-Info internal/draft; vcard=0; receipt=0; DSN=0; uuencode=0; attachmentreminder=0; deliveryformat=4
X-detected-operating-system by eggs.gnu.org: Genre and OS details not recognized.
X-Received-From 80.101.98.107
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash/>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:14758

Show key headers only | View raw



> 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 )

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web