Bug 452238

Summary: xargs broken
Product: [Fedora] Fedora Reporter: Alexey Kuznetsov <axet>
Component: findutilsAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-23 07:48:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexey Kuznetsov 2008-06-20 13:49:29 UTC
[root@localhost Public]# ls
123
[root@localhost Public]# ls | xargs echo
xargs: xargs.c:445: main: Assertion `bc_ctl.arg_max <= (131072-2048)' failed.
Aborted
[root@localhost Public]#

Comment 1 Alexey Kuznetsov 2008-06-21 11:10:54 UTC
i have no idea that is a bug or not. steps to reproduce:

yum update firefox --enablerepo=development

ls | xargs echo

Comment 2 Jesse Brandeburg 2008-06-26 22:10:13 UTC
fc8 i386 still has this bug, running latest updates.  Why was it closed with no
resolution or note?

Comment 3 Jesse Brandeburg 2008-06-26 22:11:38 UTC
b439593 appears to mention this is fixed in rawhide, how come it didn't make it
to updates for fc8?

Comment 4 Alexey Kuznetsov 2008-06-26 22:20:36 UTC
i close that bug because i was think that is rawhide package collection bug
only. and i can't reproduce it on fedora 8 repository.