Subject: Re: CVS commit: src/usr.bin/find
To: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
From: Alan Barrett <apb@NetBSD.org>
List: source-changes
Date: 10/11/2006 21:40:36
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)