[Bug 237518] grep signal 11

bugzilla at redhat.com bugzilla at redhat.com
Wed Nov 12 15:35:31 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=237518


Vesa-Matti Kari <redhat-bugzilla at laamanaama.helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |redhat-bugzilla at laamanaama.
                   |                            |helsinki.fi




--- Comment #7 from Vesa-Matti Kari <redhat-bugzilla at laamanaama.helsinki.fi>  2008-11-12 10:35:29 EDT ---
egrep, fgrep, grep are still broken in Fedora 9 and Red Hat Enterprise Linux
Server release 5.2 (Tikanga). It is easy to get segfaults and infinite loops:

[pacman at labyrinth bug]$ dd if=/dev/zero of=zero300 bs=1024k count=300
300+0 records in
300+0 records out
314572800 bytes (315 MB) copied, 4.99563 s, 63.0 MB/s
[pacman at labyrinth bug]$ /bin/grep a zero300 
Segmentation fault (core dumped)
[pacman at labyrinth bug]$ dd if=/dev/zero of=zero280 bs=1024k count=280
280+0 records in
280+0 records out
293601280 bytes (294 MB) copied, 4.42342 s, 66.4 MB/s
[pacman at labyrinth bug]$ /bin/grep a zero280 
^C <---- seems like grep will loop forever so I interrupted it


If you remove:

  grep-mem-exhausted.patch

then the problem goes away.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list