Bug 103618 - grep command very slow
Summary: grep command very slow
Keywords:
Status: CLOSED DUPLICATE of bug 69900
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: grep
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-09-03 05:13 UTC by A.Kuroki
Modified: 2007-04-18 16:57 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:58:24 UTC
Embargoed:


Attachments (Terms of Use)

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.


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