On Tue, Jan 03, 2017 at 11:12:19PM +0100, Theo Buehler wrote:
> There is an annoying non-deterministic crash present since at least 0.32
> that occurs when ag is given an absolute path as root of the tree to search:
> 
> $ for f in $(jot 10); do ag pledge /usr/src/bin/pax >/dev/null; done
> Segmentation fault (core dumped)
> Segmentation fault (core dumped)
> Segmentation fault (core dumped)
> Segmentation fault (core dumped)
> $
> 

I was able to reliably reproduce the bug with the sample one-liner you provided.

> 
> Here's a diff with the revision bump plus a tarball with the four patches.
> 
> ok to commit this until a new release is cut?
>

OK awolk@ after applying the patch I can't reproduce the bug.

Reply via email to