Description of problem: grepping for a certain term in case insensitivity mode causes a glibc error How reproducible: [mike@michaeljennings ~]$ grep -i "insert into" 1-walkway.jpg *** glibc detected *** free(): invalid next size (fast): 0x08df7898 *** Aborted however exporting my lang to EN_US it works [mike@michaeljennings ~]$ export LANG="en_US" [mike@michaeljennings ~]$ grep -i "insert into" 1-walkway.jpg
Created attachment 134400 [details] file to grep through
Can anyone test this on a EL4-U4 vs non U4 system? Tweeks
The component of this request is planned to be updated in Red Hat enterprise Linux 4.5. This enhancement request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
Created attachment 135589 [details] test.c Here's a glibc test case. Input file to follow.
Created attachment 135590 [details] input Input file.
Changing component to glibc.
Reproduced (on i386 only), debugging.
*** Bug 205534 has been marked as a duplicate of this bug. ***
*** Bug 206930 has been marked as a duplicate of this bug. ***
*** Bug 211449 has been marked as a duplicate of this bug. ***
Would be possible to post the patch that fixed this problem. Thanks...james
http://sources.redhat.com/ml/libc-hacker/2006-09/msg00008.html
*** Bug 237683 has been marked as a duplicate of this bug. ***
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0210.html