bug-findutils
[Top][All Lists]
Advanced

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

[bugs #11865] xargs -i regression


From: Dmitry V. Levin
Subject: [bugs #11865] xargs -i regression
Date: Sat, 5 Feb 2005 22:55:20 +0000
User-agent: ELinks

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11865>

                 Summary: xargs -i regression
                 Project: findutils
            Submitted by: ldv
            Submitted on: Sat 02/05/2005 at 22:55
                Category: xargs
                Severity: 5 - Average
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.16
           Fixed Release: None

    _______________________________________________________

Details:

There is a regression introduced in findutils-4.2.12.
"xargs -i -s" now results to unexpected "argument line too long" error.

This happens due to new piece of code appered in bc_push_arg():

  /* If this is an initial argument, set the high-water mark. */
  if (initial_args)
    {
      state->cmd_initial_argv_chars = state->cmd_argv_chars;
    }

I don't know how to fix this problem yet.
Attached test case demonstrates the issue.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 02/05/2005 at 22:55  Name: iARG-s86.exp  Size: 54B   By: ldv
xargs/testsuite/xargs.sysv/iARG-s86.exp
<http://savannah.gnu.org/bugs/download.php?item_id=11865&item_file_id=2157>

    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11865>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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