Bug 103618

Summary: grep command very slow
Product: [Retired] Red Hat Linux Reporter: A.Kuroki <rocky>
Component: grepAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:58:24 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 A.Kuroki 2003-09-03 05:13:04 UTC
Description of problem:

grep command very slow 

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

# rpm -q grep
grep-2.5.1-7

How reproducible:


Steps to Reproduce:

1. # env | grep LANG
   LANG=ja_JP.eucJP
2. # time grep License message.log
   real    0m23.397s   <---- SLOW
   user    0m15.760s
   sys     0m7.050s
3. # export LANG=C
   # time grep License radiusd.log
   real    0m0.136s    <---- FAST
   user    0m0.070s
   sys     0m0.070s
    
Actual results:


Expected results:


Additional info:

Comment 1 Tim Waugh 2003-09-03 09:07:34 UTC
This grep bug has already been reported upstream.

*** This bug has been marked as a duplicate of 69900 ***

Comment 2 Red Hat Bugzilla 2006-02-21 18:58:24 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.