Hi Ingo, Ingo Ruhnke <[email protected]> skribis:
> Calling git-predicate from a simple package file causes guix to segfault. > Bisect traced it down to this commit: > > > commit c1940fde43c7aca37d67589cc5cb248086d17d56 > Author: Ludovic Courtès <[email protected]> > Date: Fri Mar 19 11:51:20 2021 +0100 > > git-download: Autoload Guile-Git. > > * guix/git-download.scm: Autoload (git ...) modules. > > > Steps to reproduce the issue: > > $ cat mypkg.scm > (use-modules (guix git-download)) > (git-predicate "/tmp") > > $ guix package -f mypkg.scm > Segmentation fault (core dumped) Fixed in 5b35c9adc899749a0bd96a0e6d2c3bbf88e38963. Thank you for the perfect reproducer and bisect! Ludo’.
