Bug 439593 - xargs on Fedora 9 Beta (rawhide) throws errors
Summary: xargs on Fedora 9 Beta (rawhide) throws errors
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: findutils
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-29 13:44 UTC by Anderson Silva
Modified: 2008-03-29 15:35 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-03-29 15:35:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Anderson Silva 2008-03-29 13:44:11 UTC
Description of problem:

[root@localhost ansilva]# xargs
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
Aborted

[root@localhost ansilva]# ls -1
Desktop
Documents
Download
Music
oo.txt
Pictures
Public
Templates
Videos

[root@localhost ansilva]# ls -1 | xargs
xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
Aborted


Version-Release number of selected component (if applicable):

findutils-4.2.33-1.fc9.i386

How reproducible:

Everytime

Steps to Reproduce:
1. any call to xargs dies
2.
3.
  
Actual results:

xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
Aborted

Expected results:

the regular xargs behavior: build and execute command lines from standard input


Additional info:

Comment 1 Anderson Silva 2008-03-29 15:34:28 UTC
ok, the latest rawhide update (from this morning) fixed the issue.


Note You need to log in before you can comment on or make changes to this bug.