On Thu, Apr 09, 2026 at 04:28:27PM +0800, aidan wrote: > Version: > > info (GNU texinfo) 7.3dev (1a108d7c) > > Steps to reproduce: > > 1. invoke info: > > env -u INFOPATH info --init-file /dev/null > > 2. press /info<RET> > > Actual behavior: > > info crashes:
Thanks again for the thorough testing. You seem to have a knack for finding these bugs. I've attempted to fix the problem in commit f56d6be61de7c5503c. The segfault was due to an infinite recursion in the search function. > > zsh: segmentation fault (core dumped) env -u INFOPATH info --init-file > /dev/null > > % > > Additional: > > This issue seems to be caused by commit 1a108d7c; I tested an earlier > commit, 42afbc78, and it does not have this problem.
