bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62622] E2BIG misbehaviour


From: Tavian Barnes
Subject: [bug #62622] E2BIG misbehaviour
Date: Mon, 13 Jun 2022 11:35:24 -0400 (EDT)

Follow-up Comment #1, bug #62622 (project findutils):

I noticed this a while ago but forgot to report it:
https://github.com/sharkdp/argmax/issues/1#issuecomment-972035652

`xargs` is trying to find the real limit with binary search:
https://git.savannah.gnu.org/cgit/findutils.git/tree/lib/buildcmd.c?id=372cd34894e247fe5c2991eb75185ea2ec850ee2#n190

But `limit` can be far outside the range `[largest_successful_arg_count,
smallest_failed_arg_count]`.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62622>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]