bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with Gnu grep


From: Eli Zaretskii
Subject: Re: problem with Gnu grep
Date: Tue, 20 Jun 2006 22:51:07 +0300

> From: "Frank Butler" <address@hidden>
> Date: Tue, 20 Jun 2006 07:54:13 -0400
> 
> When I try to run grep on standard input, I get the following:
>  
> >grep teststring
> grep: (standard input): Not enough space
> [...]
> I am running on Windows XP SP2 with all current Windows Updates.

It's a known problem with Windows run-time library: trying to read too
large chunk from the console device fails with ENOMEM.  Grep is trying
to read 32KB chunks, which is too large.

I suggest to complain to whoever produced the binary you are running:
they sources should be hacked to reduce the chunk size to 16KB or some
such.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]