On Mon, Oct 10, 2022 at 11:40:18AM -0400, rsbecker@xxxxxxxxxxxxx wrote: > I can confirm a similar situation on Cygwin at 2.38.0. > > $ git log -1 --invert-grep > commit 5385d4b84047b3c42cde36f1fab83ac57df17ca8 (HEAD -> topic, origin/topic) > Author: Me <yesme@xxxxxxxxxx> > Date: Sun Oct 9 22:26:47 2022 -0400 > > rms.yaml: add path variable definition > Segmentation fault (core dumped) Thanks, both. I can reproduce it, too. A quick bisection points to f41fb662f5 (revisions API: have release_revisions() release "grep_filter", 2022-04-13), which appears probable. I'll push up a patch shortly which fixes this issue. Thanks, Taylor