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


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

Re: make distclean and bash-4.4 - FYI

Started byChet Ramey <chet.ramey@case.edu>
First post2018-10-31 15:31 -0400
Last post2018-10-31 15:31 -0400
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 Chet Ramey <chet.ramey@case.edu> - 2018-10-31 15:31 -0400

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

FromChet Ramey <chet.ramey@case.edu>
Date2018-10-31 15:31 -0400
SubjectRe: make distclean and bash-4.4 - FYI
Message-ID<mailman.3180.1541014328.1284.bug-bash@gnu.org>
On 10/31/18 3:13 PM, Michael Felt wrote:

> Running "make test", and I amy have forgotten something I did in the past.
> a) running tests as root (initially)
> b) ends with:
> run-vredir
> 14,16c14,16
> < ./vredir.tests: line 25: $v: A file descriptor does not refer to an
> open file.
> < ./vredir.tests: line 26: $v: A file descriptor does not refer to an
> open file.
> < ./vredir.tests: line 27: $v: A file descriptor does not refer to an
> open file.
> ---
>> ./vredir.tests: line 25: $v: Bad file descriptor
>> ./vredir.tests: line 26: $v: Bad file descriptor
>> ./vredir.tests: line 27: $v: Bad file descriptor

These are just different messages for the same value of errno.

> 90,91c90,91
> < ./vredir6.sub: redirection error: cannot duplicate fd: The process
> file table is full.
> < ./vredir6.sub: line 13: /dev/null: The process file table is full.
> ---
>> ./vredir6.sub: redirection error: cannot duplicate fd: Invalid argument
>> ./vredir6.sub: line 13: /dev/null: Invalid argument

Same.

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


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


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


csiph-web