When attempting to rotate the boot image with commit ae2f753cde38cfd70d2d25c755b5452a7f4adea8 of the master branch:
$ make vicare.boot
$ mv vicare.boot vicare.boot.try
$ make try-vicare-boot
the commands succeed, but then using the new boot image causes a segmentation fault. It appears to me that the failing code is the invoke code resulting from the expansion and compilation of:
When attempting to rotate the boot image with commit
ae2f753cde38cfd70d2d25c755b5452a7f4adea8
of themaster
branch:the commands succeed, but then using the new boot image causes a segmentation fault. It appears to me that the failing code is the invoke code resulting from the expansion and compilation of:
in the source file
ikarus.conditions.sls
.