coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

chmod:fix file descriptor limits issue

Open mattsu2020 opened this issue 2 weeks ago • 2 comments

As mentioned in the comment below, it hits the file descriptor limit.

https://github.com/uutils/coreutils/pull/9554#issuecomment-3618157956

Make adjustments to reduce the use of FD.

mattsu2020 avatar Dec 07 '25 14:12 mattsu2020

GNU testsuite comparison:

Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)

github-actions[bot] avatar Dec 07 '25 14:12 github-actions[bot]

GNU testsuite comparison:

Skip an intermittent issue tests/tail/overlay-headers (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cksum/b2sum is no longer failing!

github-actions[bot] avatar Dec 09 '25 10:12 github-actions[bot]

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/overlay-headers (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Dec 15 '25 12:12 github-actions[bot]