Bug 202282
Summary: | grep error aborts when scanning large files | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Chambers <davidc> |
Component: | grep | Assignee: | Stepan Kasal <kasal> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | CC: | mattdm, rhbugs |
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: | 2007-04-09 19:49:31 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: | |||
Bug Depends On: | |||
Bug Blocks: | 207681 |
Description
David Chambers
2006-08-12 00:16:48 UTC
Think this is the FC6 version of bug #198167. I'm investigating this bug in the RHEL4 code tree. It is caused by the grep-2.5.1-dfa-optional.patch changes; removing this patch from the spec file leads to something that works properly. Alternatively, setting GREP_USE_DFA=1 in the environment makes dfa functional, and everything is fine. Setting GREP_USE_DFA=0 or undefined causes the abort mentioned. I haven't yet found out exactly what's happening - I'll update this ticket if I discover anything new. Vic. Thanks. FWIW, my comment #1 was incorrect -- bug #198167 is altogether different. Fedora Core 5 and Fedora Core 6 are, as we're sure you've noticed, no longer test releases. We're cleaning up the bug database and making sure important bug reports filed against these test releases don't get lost. It would be helpful if you could test this issue with a released version of Fedora or with the latest development / test release. Thanks for your help and for your patience. [This is a bulk message for all open FC5/FC6 test release bugs. I'm adding myself to the CC list for each bug, so I'll see any comments you make after this and do my best to make sure every issue gets proper attention.] Bug seems to be gone :-) I Tested grep-2.5.1-54.1.2.fc6 running on fully updated FC6. I ran grep against several large ISO files, and also ran it recursively agains the entire hard disk contents. It worked flawlessly! |