I have a similar problem under LM8.0 while using grep. I have got for example
a directory with 43 header and 27 .cc files. Typing
grep xyz *.h
or
grep xyz *.cc
yields only a bus error.
When I use
find . -name "*.h" -print -exec grep xyz {} \;
grep is being terminated by signal 7 (bus error) on certain files that are
slightly bigger (>90K).
It all went ok on LM7.2. It shouldn't be memory shortage, I recently upgraded
from 128MB to 192MB, or is it maybe related to a faulty memory module?
Any ideas/hints?
Cheers,
Nico
On Thursday 31 May 2001 12:01, you wrote:
> Hi,
>
> Can anyone shed any light on as to what causes this error.
>
> Occasionally when running simple commands such as "ps -aux|grep xxx"
> and "find . -name xxx" all I get is a segmentation fault returned to me.
>
> also when installing LM7.2 I got the error.
> I can't remember the exact error but it's something like "Memory leak
> whilst trying to ???".
>
> I'm not sure if these two problems are related.
>
>
> I'm running
>
> Mandrake 7.2
> 32M memory
> Cyrix 200 6x86 mmx
> 2x4G Hd's (seagate)
>
>
> any help will be greatly appreciated.
>
> Thanks in Advance,