Source-Changes archive

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

Re: CVS commit: src/usr.bin/find



On Wed, 11 Oct 2006, Kouichirou Hiratsuka wrote:
> > Log Message:
> > Add support for "find ... -exec ... {} +".
> 
> With this change, find(1) dumps core.
> 
> % find . -exec ls \{\} \;
> zsh: 4082 segmentation fault (core dumped)  find . -exec ls \{\} \;

I can't replicate the problem.  Does it depend on what files are
in the directory?  Does the same thing happen with "+" instead of ";"?

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index